Searched refs:wpa_auth_sm_event (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 254 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in auth_shared_key() 573 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in sae_accept_sta() 1282 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth_fils_finish() 1674 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth() 2229 wpa_auth_sm_event(sta->wpa_sm, WPA_DRV_STA_REMOVED); in add_associated_sta() 2659 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_assoc() 2928 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in handle_disassoc() 2959 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in handle_disassoc() 2994 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in handle_deauth() 3512 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in handle_assoc_cb() [all …]
|
D | drv_callbacks.c | 399 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in hostapd_notif_assoc() 401 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC); in hostapd_notif_assoc() 456 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in hostapd_notif_disassoc()
|
D | wpa_auth.h | 276 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event);
|
D | ieee802_1x.c | 1040 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_receive() 2173 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_eapol_event()
|
D | sta_info.c | 1244 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in ap_sta_disconnect()
|
D | hostapd.c | 2842 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH); in hostapd_new_assoc_sta()
|
D | wpa_auth.c | 1685 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event) in wpa_auth_sm_event() function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ibss_rsn.c | 467 if (wpa_auth_sm_event(peer->auth, WPA_ASSOC)) in ibss_rsn_auth_init()
|