Searched refs:secondary_channel (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dhw_features.c184 if (!iface->conf->secondary_channel)
187 sec_chan = iface->conf->channel + iface->conf->secondary_channel * 4;
219 if (iface->conf->secondary_channel > 0)
234 iface->conf->secondary_channel);
244 if (iface->conf->secondary_channel > 0) {
246 iface->conf->secondary_channel = -1;
249 iface->conf->secondary_channel = 1;
288 sec_chan = iface->conf->secondary_channel * 4;
290 if (iface->conf->secondary_channel > 0)
358 if (iface->conf->secondary_channel >
[all...]
H A Dieee802_11_ht.c72 if (hapd->iconf->secondary_channel == 1)
75 if (hapd->iconf->secondary_channel == -1)
H A Dap_config.h373 int secondary_channel; member in struct:hostapd_config
H A Dhostapd.c713 hapd->iconf->secondary_channel)) {
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c994 conf->secondary_channel = -1;
998 conf->secondary_channel = 1;

Completed in 113 milliseconds