]> git.ipfire.org Git - thirdparty/hostap.git/commit
SME: Fix processing of Authentication timeout and failure
authorEyal Shapira <eyal@wizery.com>
Sun, 29 Jan 2012 15:44:31 +0000 (17:44 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Jan 2012 15:44:31 +0000 (17:44 +0200)
commit1193dc8fd7a9d67d84492141457a7a5ffc541728
tree1f732e1161347ff2435bf0486539d31959d70215
parentb3aa456b3e8f77ad495283e955855301b4695dd3
SME: Fix processing of Authentication timeout and failure

current_bss and pending_bssid weren't cleaned up so BSS
kept appearing in the scan results even when it was actually gone.
Use wpa_supplicant_mark_disassoc() to cleanup the wpa_s context
instead of just dropping wpa_state back to DISCONNECTED.

Reported-by: Vishal Mahaveer <vishalm@ti.com>
Signed-hostap: Eyal Shapira <eyal@wizery.com>
wpa_supplicant/sme.c