Home
last modified time | relevance | path

Searched refs:ieee80211h (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddfs.c952 if (!iface->conf->ieee80211h) in hostapd_dfs_radar_detected()
999 if (!iface->conf->ieee80211h || !iface->current_mode || in hostapd_is_dfs_required()
Dap_config.h684 int ieee80211h; /* DFS */ member
Dhw_features.c101 int dfs_enabled = hapd->iconf->ieee80211h && in hostapd_get_hw_features()
Dap_config.c973 if (full_config && conf->ieee80211h && !conf->ieee80211d) { in hostapd_config_check()
Dap_drv_ops.c729 if (!iface->conf->ieee80211h) { in hostapd_start_dfs_cac()
Dbeacon.c158 if (!hapd->iconf->ieee80211h && in hostapd_eid_pwr_constraint()
Dhostapd.c1402 if (iface->conf->ieee80211h) in setup_interface2()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c234 conf->ieee80211h = 1; in wpa_supplicant_conf_ap()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2146 conf->ieee80211h = atoi(pos); in hostapd_config_fill()