Searched refs:WLAN_STA_MFP (Results 1 – 8 of 8) sorted by relevance
64 !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
344 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in hostapd_notif_assoc()345 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in hostapd_notif_assoc()349 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in hostapd_notif_assoc()350 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in hostapd_notif_assoc()373 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()375 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()448 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in hostapd_notif_assoc()
26 #define WLAN_STA_MFP BIT(10) macro
2309 (!(sta->flags & WLAN_STA_MFP) || !ap_sta_is_authorized(sta)) && in handle_auth()2952 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in check_assoc_ies()2953 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in check_assoc_ies()2957 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in check_assoc_ies()2958 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in check_assoc_ies()2975 sta->flags |= WLAN_STA_MFP; in check_assoc_ies()2977 sta->flags &= ~WLAN_STA_MFP; in check_assoc_ies()3147 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in check_assoc_ies()3989 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()4265 if (sta && (sta->flags & WLAN_STA_MFP) && in handle_action()
254 return sta && (sta->flags & WLAN_STA_MFP); in pmf_in_use()
35 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
1414 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
751 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()