Searched refs:WLAN_STA_MFP (Results 1 – 10 of 10) sorted by relevance
64 !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
30 #define WLAN_STA_MFP BIT(10) macro
116 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) != in check_sa_query_need()117 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) in check_sa_query_need()597 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()599 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()688 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in hostapd_notif_assoc()
256 return sta && (sta->flags & WLAN_STA_MFP); in pmf_in_use()
3220 (!(sta->flags & WLAN_STA_MFP) || !ap_sta_is_authorized(sta)) && in handle_auth()3895 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) != in check_sa_query()3896 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) in check_sa_query()4146 sta->flags |= WLAN_STA_MFP; in __check_assoc_ies()4148 sta->flags &= ~WLAN_STA_MFP; in __check_assoc_ies()4338 elems->mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in __check_assoc_ies()5644 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()6011 if (sta && (sta->flags & WLAN_STA_MFP) && in handle_action()
36 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
1731 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
1141 (sta->flags & WLAN_STA_MFP) && ap_sta_is_authorized(sta) && in hostapd_wpa_auth_add_sta_ft()
1102 if (!(sta->flags & WLAN_STA_MFP)) in ieee802_1x_check_encryption()
826 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()