Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_shared.c1125 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT_AP) in hostapd_eid_rsnxe()
H A Dwpa_auth_glue.c1702 !!(hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT_AP); in hostapd_setup_wpa()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c694 capa->flags2 |= WPA_DRIVER_FLAGS2_SEC_RTT_AP; in wiphy_info_ext_feature_flags()
1432 drv->capa.flags2 |= WPA_DRIVER_FLAGS2_SEC_RTT_AP; in qca_nl80211_get_features()
H A Ddriver.h2290 #define WPA_DRIVER_FLAGS2_SEC_RTT_AP 0x0000000000000008ULL macro