SME: Fix processing of Authentication timeout
The wpa_state needs to be dropped back to DISCONNECTED to allow scan results to trigger a new authentication attempt. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
d00821e913
commit
14115a1089
1 changed files with 1 additions and 0 deletions
|
@ -503,6 +503,7 @@ void sme_event_auth_timed_out(struct wpa_supplicant *wpa_s,
|
|||
union wpa_event_data *data)
|
||||
{
|
||||
wpa_dbg(wpa_s, MSG_DEBUG, "SME: Authentication timed out");
|
||||
wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
|
||||
wpas_connection_failed(wpa_s, wpa_s->pending_bssid);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue