Searched refs:ieee80211d (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dap_config.h494 int ieee80211d; member in struct:hostapd_config
H A Dbeacon.c124 if (!hapd->iconf->ieee80211d || max_len < 6 ||
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c1258 if (conf->ieee80211d && (!conf->country[0] || !conf->country[1])) {
1823 } else if (os_strcmp(buf, "ieee80211d") == 0) {
1824 conf->ieee80211d = atoi(pos);

Completed in 106 milliseconds