diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2014-02-03 13:02:54 -0800 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2014-02-03 13:02:54 -0800 |
| commit | 9767226d8e6a1adaa33beb9f517ef40dddfa460c (patch) | |
| tree | 23a2da5d63cc66cf5e7233a7eeedefe0707e873a /wpa_supplicant/sme.c | |
| parent | cf32e60fa7e0d33fe1551a6dba8dcbbec47ea50e (diff) | |
| download | android_external_wpa_supplicant_8-9767226d8e6a1adaa33beb9f517ef40dddfa460c.tar.gz android_external_wpa_supplicant_8-9767226d8e6a1adaa33beb9f517ef40dddfa460c.tar.bz2 android_external_wpa_supplicant_8-9767226d8e6a1adaa33beb9f517ef40dddfa460c.zip | |
Cumulative patch from commit 1b56d398a7646c66fd3df8f0a5159c920f99de36
1b56d39 wpa_supplicant: Fix misplaced os_free
8597ebd Fix hostapd segfault on beacon hint event
c69ed4d bsd: Fix hostapd compiler warning
d950477 Fix authentication algorithm negotiation in SME code
1412bee nl80211: Show DFS region info in debug messages
fd92413 hostapd: Increase timeout for channel list update to 5 seconds
ff5e1d1 nl80211: Treat RSSI as part of each sched scan matchset
04c366c Fix memory leaks and wrong memory access
fd67275 wpa_supplicant: Fix wrong size memory allocation
4b0f228 nl80211: Fix channel switching with VHT80
e28f39b nl80211: Verify that ifindex attribute is included in survey
4701f37 wpa_cli: Add tdls_external_control to tab completion for SET
Change-Id: Iad3348c5c012c018cc1bfb759a36dbdb237b6468
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'wpa_supplicant/sme.c')
| -rw-r--r-- | wpa_supplicant/sme.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wpa_supplicant/sme.c b/wpa_supplicant/sme.c index 43f40cd1..451f5aeb 100644 --- a/wpa_supplicant/sme.c +++ b/wpa_supplicant/sme.c @@ -636,6 +636,8 @@ void sme_event_auth(struct wpa_supplicant *wpa_s, union wpa_event_data *data) return; } + wpas_connect_work_done(wpa_s); + switch (data->auth.auth_type) { case WLAN_AUTH_OPEN: wpa_s->current_ssid->auth_alg = WPA_AUTH_ALG_SHARED; |
