Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dacs.c967 if (iface->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) { in acs_init()
H A Dhw_features.c899 if (!(iface->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) || in hostapd_select_hw_mode()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver.h1608 #define WPA_DRIVER_FLAGS_ACS_OFFLOAD 0x0000000200000000ULL macro
H A Ddriver_nl80211_capa.c770 WPA_DRIVER_FLAGS_ACS_OFFLOAD; in wiphy_info_handler()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface.c6463 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) && in p2p_ctrl_group_add()