Home
last modified time | relevance | path

Searched refs:WLAN_STA_MFP (Results 1 – 7 of 7) 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.c259 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()
262 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()
284 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()
286 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()
359 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in hostapd_notif_assoc()
Dsta_info.h28 #define WLAN_STA_MFP BIT(10) macro
Dieee802_11.c1608 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()
1611 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()
1627 sta->flags |= WLAN_STA_MFP; in check_assoc_ies()
1629 sta->flags &= ~WLAN_STA_MFP; in check_assoc_ies()
1735 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in check_assoc_ies()
2157 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()
2376 if (sta && (sta->flags & WLAN_STA_MFP) && in handle_action()
Dap_drv_ops.c34 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
Dsta_info.c1284 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c703 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()