Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1739)

Unified Diff: wpa_supplicant/wpa_supplicant_i.h

Issue 6538036: CHROMIUMOS: wpa_supplicant: add fast reconnect support (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/hostap.git@master
Patch Set: review comments Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« wpa_supplicant/events.c ('K') | « wpa_supplicant/events.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: wpa_supplicant/wpa_supplicant_i.h
diff --git a/wpa_supplicant/wpa_supplicant_i.h b/wpa_supplicant/wpa_supplicant_i.h
index 047cea626844083cf53bd681e23a0d92a83b7062..42a2fde4d4983ee69a552261472744f595026c3f 100644
--- a/wpa_supplicant/wpa_supplicant_i.h
+++ b/wpa_supplicant/wpa_supplicant_i.h
@@ -326,6 +326,7 @@ struct wpa_supplicant {
int reassociate; /* reassociation requested */
int disconnected; /* all connections disabled; i.e., do no reassociate
* before this has been cleared */
+ int fast_reconnect; /* reassociate or go to disconnected */
struct wpa_ssid *current_ssid;
struct wpa_bss *current_bss;
int ap_ies_from_associnfo;
« wpa_supplicant/events.c ('K') | « wpa_supplicant/events.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698