Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c1290 if ((iface->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) && in hostapd_select_hw_mode()
1294 } else if (!(iface->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) && in hostapd_select_hw_mode()
H A Dacs.c1492 if (iface->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) { in acs_init()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1096 WPA_DRIVER_FLAGS_ACS_OFFLOAD; in wiphy_info_handler()
1130 WPA_DRIVER_FLAGS_ACS_OFFLOAD; in wiphy_info_handler()
H A Ddriver.h2215 #define WPA_DRIVER_FLAGS_ACS_OFFLOAD 0x0000000200000000ULL macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c7235 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) && in p2p_ctrl_group_add()