Home
last modified time | relevance | path

Searched refs:WPA_STA_AUTHENTICATED (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c666 params.flags = WPA_STA_AUTHENTICATED | WPA_STA_AUTHORIZED; in mesh_mpm_auth_peer()
774 params.flags_mask |= WPA_STA_AUTHENTICATED; in mesh_mpm_add_peer()
777 params.flags |= WPA_STA_AUTHENTICATED; in mesh_mpm_add_peer()
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c39 res |= WPA_STA_AUTHENTICATED; in hostapd_sta_flags_to_drv()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h2247 #define WPA_STA_AUTHENTICATED BIT(5) macro
Ddriver_nl80211.c5091 if (flags & WPA_STA_AUTHENTICATED) in sta_flags_nl80211()
5310 if (!(params->flags & WPA_STA_AUTHENTICATED)) in wpa_driver_nl80211_sta_add()