Home
last modified time | relevance | path

Searched refs:wpa_auth_sm_event (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c225 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in auth_shared_key()
444 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth()
1130 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in handle_disassoc()
1180 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in handle_deauth()
1597 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in handle_assoc_cb()
1599 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC); in handle_assoc_cb()
Ddrv_callbacks.c193 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC); in hostapd_notif_assoc()
244 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in hostapd_notif_disassoc()
Dwpa_auth.h236 int wpa_auth_sm_event(struct wpa_state_machine *sm, wpa_event event);
Dhostapd.c937 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH); in hostapd_new_assoc_sta()
Dsta_info.c848 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in ap_sta_disconnect()
Dieee802_1x.c795 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_receive()
1673 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_eapol_event()
Dwpa_auth.c1452 int wpa_auth_sm_event(struct wpa_state_machine *sm, wpa_event event) in wpa_auth_sm_event() function
/external/wpa_supplicant_6/wpa_supplicant/tests/
Dtest_wpa.c334 wpa_auth_sm_event(wpa->auth, WPA_ASSOC); in auth_init()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dtest_wpa.c313 wpa_auth_sm_event(wpa->auth, WPA_ASSOC); in auth_init()
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c423 if (wpa_auth_sm_event(peer->auth, WPA_ASSOC)) in ibss_rsn_auth_init()