Searched refs:WLAN_STA_MFP (Results 1 – 6 of 6) sorted by relevance
60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
236 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()239 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()263 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()265 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()
20 #define WLAN_STA_MFP BIT(10) macro
1032 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()1035 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()1051 sta->flags |= WLAN_STA_MFP; in check_assoc_ies()1053 sta->flags &= ~WLAN_STA_MFP; in check_assoc_ies()1435 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()1616 if (sta && (sta->flags & WLAN_STA_MFP) && in handle_action()
33 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
1080 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()