Searched refs:WLAN_STA_MFP (Results 1 – 9 of 9) sorted by relevance
64 !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
111 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) != in check_sa_query_need()112 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) in check_sa_query_need()439 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()441 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()530 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in hostapd_notif_assoc()
28 #define WLAN_STA_MFP BIT(10) macro
254 return sta && (sta->flags & WLAN_STA_MFP); in pmf_in_use()
3715 (!(sta->flags & WLAN_STA_MFP) || !ap_sta_is_authorized(sta)) && in handle_auth()4306 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) != in check_sa_query()4307 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) in check_sa_query()4513 sta->flags |= WLAN_STA_MFP; in check_assoc_ies()4515 sta->flags &= ~WLAN_STA_MFP; in check_assoc_ies()4695 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in check_assoc_ies()5598 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()5870 if (sta && (sta->flags & WLAN_STA_MFP) && in handle_action()
36 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
1474 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
1096 (sta->flags & WLAN_STA_MFP) && ap_sta_is_authorized(sta) && in hostapd_wpa_auth_add_sta_ft()
779 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()