Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-wpa_supplicant: Commit

external/wpa_supplicant


Commit MetaInfo

Révision97168b54aa9d793599ec95515296e9149bd920a0 (tree)
l'heure2010-03-26 06:22:48
AuteurDmitry Shmidt <dimitrysh@goog...>
CommiterDmitry Shmidt

Message de Log

Fix status from ap_scan command

Change-Id: Ib7bf2e9ef6f602ea0f95314cb2db7b3d42276c31
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>

Change Summary

Modification

--- a/ctrl_iface.c
+++ b/ctrl_iface.c
@@ -1134,7 +1134,7 @@ static int wpa_supplicant_ctrl_iface_ap_scan(
11341134 return -1;
11351135 #ifdef ANDROID
11361136 if ((ap_scan == 2) && (wpa_s->wpa_state != WPA_COMPLETED)) {
1137- return -1;
1137+ return 0;
11381138 }
11391139 #endif
11401140 wpa_s->conf->ap_scan = ap_scan;
Afficher sur ancien navigateur de dépôt.