Home
last modified time | relevance | path

Searched refs:WLAN_STA_MFP (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_mlme.c60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
Ddrv_callbacks.c236 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()
Dsta_info.h20 #define WLAN_STA_MFP BIT(10) macro
Dieee802_11.c1032 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()
Dap_drv_ops.c33 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
Dsta_info.c1080 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()