Home
last modified time | relevance | path

Searched refs:acs_exclude_dfs (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_drv_ops.c857 !(hapd->iface->conf->acs_exclude_dfs && in hostapd_get_hw_mode_any_channels()
913 if (hapd->iface->conf->acs_exclude_dfs && in hostapd_drv_do_acs()
Dap_config.h877 int acs_exclude_dfs; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h957 int acs_exclude_dfs; member
Dap_drv_ops.c890 !(hapd->iface->conf->acs_exclude_dfs && in hostapd_get_hw_mode_any_channels()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3133 conf->acs_exclude_dfs = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3160 conf->acs_exclude_dfs = atoi(pos); in hostapd_config_fill()