Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhw_features.c1107 if ((iface->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) && in hostapd_select_hw_mode()
1111 } else if (!(iface->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) && in hostapd_select_hw_mode()
Dacs.c1101 if (iface->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) { in acs_init()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c999 WPA_DRIVER_FLAGS_ACS_OFFLOAD; in wiphy_info_handler()
1031 drv->capa.flags |= WPA_DRIVER_FLAGS_ACS_OFFLOAD; in wiphy_info_handler()
Ddriver.h1933 #define WPA_DRIVER_FLAGS_ACS_OFFLOAD 0x0000000200000000ULL macro
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c6863 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) && in p2p_ctrl_group_add()