Searched refs:ieee80211h (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddfs.c1023 if (!iface->conf->ieee80211h)
1070 if (!iface->conf->ieee80211h || !iface->current_mode ||
H A Dap_config.h910 int ieee80211h; /* DFS */ member in struct:hostapd_config
H A Dhw_features.c104 int dfs_enabled = hapd->iconf->ieee80211h &&
H A Dap_drv_ops.c807 if (!iface->conf->ieee80211h) {
H A Dap_config.c1245 if (full_config && conf->ieee80211h && !conf->ieee80211d) {
H A Dbeacon.c160 if (!hapd->iconf->ieee80211h &&
176 * ieee80211h (DFS) is enabled so Power Constraint element shall
H A Dhostapd.c1614 if (iface->conf->ieee80211h)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh.c304 conf->ieee80211h = 1;
H A Dap.c308 conf->ieee80211h = 1;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2481 } else if (os_strcmp(buf, "ieee80211h") == 0) {
2482 conf->ieee80211h = atoi(pos);

Completed in 149 milliseconds