Home
last modified time | relevance | path

Searched refs:acs_ch_list_all (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/wpa/src/ap/
HDap_drv_ops.c1047 int acs_ch_list_all, bool allow_disabled, in hostapd_get_hw_mode_any_channels() argument
1056 if (!acs_ch_list_all && in hostapd_get_hw_mode_any_channels()
1062 if (!acs_ch_list_all && in hostapd_get_hw_mode_any_channels()
1124 int ret, i, acs_ch_list_all = 0; in hostapd_drv_do_acs() local
1146 acs_ch_list_all = !hapd->iface->conf->acs_freq_list.num; in hostapd_drv_do_acs()
1148 acs_ch_list_all = !hapd->iface->conf->acs_ch_list.num; in hostapd_drv_do_acs()
1160 hostapd_get_hw_mode_any_channels(hapd, mode, acs_ch_list_all, in hostapd_drv_do_acs()
HDap_drv_ops.h167 int acs_ch_list_all, bool allow_disabled,