commit | f8a26a8e6e081a2c576568198d0bcb4f976258ac | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sat Sep 01 17:20:27 2012 +0300 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Sun Sep 09 13:06:56 2012 -0700 |
tree | 1c735db7ad6f17f40889483449f224be5d419bf9 | |
parent | 2b89da85b8cfe9bb862e8dd334855263c3522c00 [diff] |
SME: Fix disconnec-while-authenticating Commit 0d30cc240fa36905b034dc9676f9d8da0ac18e56 forced wpa_s->current_ssid to be cleared in wpa_supplicant_mark_disassoc() which gets called from wpa_supplicant_event_disassoc(). This broke SME disassoc-while-authenticating workaround for cfg80211. Fix this by restoring wpa_s->current_ssid in case SME authentication is in progress. Signed-hostap: Jouni Malinen <j@w1.fi>