Searched refs:WLAN_STA_AUTH (Results 1 – 8 of 8) sorted by relevance
51 if (sta->flags & WLAN_STA_AUTH) { in ieee80211_tkip_countermeasures_start()
489 if (sta->flags & WLAN_STA_AUTH) { in hostapd_free_stas()715 if (!(sta->flags & (WLAN_STA_AUTH | WLAN_STA_ASSOC | in ap_handle_session_timer()965 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | in ap_sta_handle_disassociate()1010 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK); in ap_sta_handle_deauthenticate()1629 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_sta_disconnect()1722 (flags & WLAN_STA_AUTH ? "[AUTH]" : ""), in ap_sta_flags_txt()1855 sta->flags &= ~(WLAN_STA_ASSOC | WLAN_STA_AUTH | WLAN_STA_AUTHORIZED); in ap_sta_re_add()
23 #define WLAN_STA_AUTH BIT(0) macro
395 sta->flags |= WLAN_STA_AUTH; in auth_shared_key()532 sta->flags |= WLAN_STA_AUTH; in handle_auth_ft_finish()965 sta->flags |= WLAN_STA_AUTH; in sae_accept_sta()2284 sta->flags |= WLAN_STA_AUTH; in handle_auth_fils_finish()3234 sta->flags |= WLAN_STA_AUTH; in handle_auth()4601 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC_REQ_OK; in ieee80211_ml_process_link()5423 (sta->flags & WLAN_STA_AUTH) == 0) { in handle_assoc()5432 sta->flags |= WLAN_STA_AUTH; in handle_assoc()5435 if (sta == NULL || (sta->flags & WLAN_STA_AUTH) == 0) { in handle_assoc()5479 sta->flags |= WLAN_STA_AUTH; in handle_assoc()[all …]
83 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in hostapd_notify_assoc_fils_finish()871 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in hostapd_notif_assoc()916 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in hostapd_remove_sta()1552 sta->flags |= WLAN_STA_AUTH; in hostapd_notify_auth_ft_finish()1567 sta->flags |= WLAN_STA_AUTH; in hostapd_notify_auth_fils_finish()
38 if (flags & WLAN_STA_AUTH) in hostapd_sta_flags_to_drv()
1141 if (sta && (sta->flags & WLAN_STA_AUTH)) { in ieee802_1x_receive()
693 sta->flags |= WLAN_STA_AUTH; in mesh_mpm_auth_peer()