Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c83 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notify_assoc_fils_finish()
708 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in hostapd_notif_assoc()
713 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notif_assoc()
716 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC); in hostapd_notif_assoc()
773 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in hostapd_notif_disassoc()
1213 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in hostapd_notify_auth_fils_finish()
Dieee802_11.c358 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in auth_shared_key()
950 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in sae_accept_sta()
2223 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth_fils_finish()
3730 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth()
4828 wpa_auth_sm_event(sta->wpa_sm, WPA_DRV_STA_REMOVED); in add_associated_sta()
5440 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_assoc()
5733 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in handle_disassoc()
5764 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in handle_disassoc()
5800 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in handle_deauth()
6393 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in handle_assoc_cb()
[all …]
Dwpa_auth.h397 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event);
Dieee802_1x.c1173 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_receive()
2397 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_eapol_event()
Dsta_info.c1374 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in ap_sta_disconnect()
Dhostapd.c3216 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH); in hostapd_new_assoc_sta()
Dwpa_auth.c1785 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/
Dibss_rsn.c492 if (wpa_auth_sm_event(peer->auth, WPA_ASSOC)) in ibss_rsn_auth_init()