Searched refs:WLAN_STA_MFP (Results 1 – 8 of 8) sorted by relevance
64 !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
331 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()334 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()356 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()358 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()431 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in hostapd_notif_assoc()
30 #define WLAN_STA_MFP BIT(10) macro
1880 (!(sta->flags & WLAN_STA_MFP) || !ap_sta_is_authorized(sta)) && in handle_auth()2447 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()2450 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()2466 sta->flags |= WLAN_STA_MFP; in check_assoc_ies()2468 sta->flags &= ~WLAN_STA_MFP; in check_assoc_ies()2585 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in check_assoc_ies()3262 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()3537 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()
1355 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
727 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()