Home
last modified time | relevance | path

Searched refs:WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dnotify.c413 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA))) { in wpas_notify_network_removed()
H A Dwpa_supplicant.c3776 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA)) { in wpas_populate_assoc_ies()
4899 WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA)) in wpa_supplicant_remove_all_networks()
H A Devents.c3512 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA) && in wpa_supplicant_event_associnfo()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h2326 #define WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA 0x0000000000040000ULL macro
H A Ddriver_nl80211_capa.c714 capa->flags2 |= WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA; in wiphy_info_ext_feature_flags()