Skip to content

Commit

Permalink
Drop WPA BRUTE_FAILURE hook.
Browse files Browse the repository at this point in the history
This hook was for WPA2
  • Loading branch information
bigfy committed Nov 1, 2020
1 parent 77ba03f commit b23f94b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wpa_supplicant-2.8/wpa_supplicant/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -3062,7 +3062,6 @@ static void wpa_supplicant_event_disassoc_finish(struct wpa_supplicant *wpa_s,
if (wpas_p2p_4way_hs_failed(wpa_s) > 0)
return; /* P2P group removed */
wpas_auth_failed(wpa_s, "WRONG_KEY");
wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_BRUTE_FAILURE);
}
if (!wpa_s->disconnected &&
(!wpa_s->auto_reconnect_disabled ||
Expand Down

0 comments on commit b23f94b

Please sign in to comment.