Searched refs:wpa_auth_sm_event (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 225 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()
|
D | drv_callbacks.c | 193 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()
|
D | wpa_auth.h | 236 int wpa_auth_sm_event(struct wpa_state_machine *sm, wpa_event event);
|
D | hostapd.c | 937 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH); in hostapd_new_assoc_sta()
|
D | sta_info.c | 848 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in ap_sta_disconnect()
|
D | ieee802_1x.c | 795 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()
|
D | wpa_auth.c | 1452 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/ |
D | test_wpa.c | 334 wpa_auth_sm_event(wpa->auth, WPA_ASSOC); in auth_init()
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
D | test_wpa.c | 313 wpa_auth_sm_event(wpa->auth, WPA_ASSOC); in auth_init()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ibss_rsn.c | 423 if (wpa_auth_sm_event(peer->auth, WPA_ASSOC)) in ibss_rsn_auth_init()
|