Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dtkip_countermeasures.c51 if (sta->flags & WLAN_STA_AUTH) { in ieee80211_tkip_countermeasures_start()
Dsta_info.c427 if (sta->flags & WLAN_STA_AUTH) { in hostapd_free_stas()
629 if (!(sta->flags & (WLAN_STA_AUTH | WLAN_STA_ASSOC | in ap_handle_session_timer()
845 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | in ap_sta_disassociate()
902 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK); in ap_sta_deauthenticate()
1372 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_sta_disconnect()
1465 (flags & WLAN_STA_AUTH ? "[AUTH]" : ""), in ap_sta_flags_txt()
1551 sta->flags &= ~(WLAN_STA_ASSOC | WLAN_STA_AUTH | WLAN_STA_AUTHORIZED); in ap_sta_re_add()
Ddrv_callbacks.c80 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in hostapd_notify_assoc_fils_finish()
702 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in hostapd_notif_assoc()
771 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in hostapd_notif_disassoc()
1197 sta->flags |= WLAN_STA_AUTH; in hostapd_notify_auth_ft_finish()
1212 sta->flags |= WLAN_STA_AUTH; in hostapd_notify_auth_fils_finish()
Dsta_info.h21 #define WLAN_STA_AUTH BIT(0) macro
Dieee802_11.c357 sta->flags |= WLAN_STA_AUTH; in auth_shared_key()
472 sta->flags |= WLAN_STA_AUTH; in handle_auth_ft_finish()
947 sta->flags |= WLAN_STA_AUTH; in sae_accept_sta()
2222 sta->flags |= WLAN_STA_AUTH; in handle_auth_fils_finish()
3729 sta->flags |= WLAN_STA_AUTH; in handle_auth()
5383 (sta->flags & WLAN_STA_AUTH) == 0) { in handle_assoc()
5392 sta->flags |= WLAN_STA_AUTH; in handle_assoc()
5395 if (sta == NULL || (sta->flags & WLAN_STA_AUTH) == 0) { in handle_assoc()
5439 sta->flags |= WLAN_STA_AUTH; in handle_assoc()
5763 sta->flags &= ~WLAN_STA_AUTH; in handle_disassoc()
[all …]
Dap_drv_ops.c38 if (flags & WLAN_STA_AUTH) in hostapd_sta_flags_to_drv()
Dieee802_1x.c1054 if (sta && (sta->flags & WLAN_STA_AUTH)) { in ieee802_1x_receive()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c660 sta->flags |= WLAN_STA_AUTH; in mesh_mpm_auth_peer()