HomeSort by relevance Sort by last modified time
    Searched refs:secondary_channel (Results 1 - 16 of 16) sorted by null

  /external/wpa_supplicant_8/src/ap/
dfs.c 28 if (iface->conf->ieee80211n && iface->conf->secondary_channel)
178 * - hapd->secondary_channel
199 iface->conf->secondary_channel &&
224 int secondary_channel,
238 if (secondary_channel == 1)
240 else if (secondary_channel == -1)
275 if (iface->conf->ieee80211n && iface->conf->secondary_channel == -1)
337 iface->conf->secondary_channel,
424 int *secondary_channel,
436 *secondary_channel = 0
782 int secondary_channel; local
823 int secondary_channel; local
    [all...]
hw_features.c 229 if (!iface->conf->secondary_channel)
233 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
242 if (iface->conf->secondary_channel > 0) {
244 iface->conf->secondary_channel = -1;
247 iface->conf->secondary_channel = 1;
259 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
282 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
312 iface->secondary_ch = iface->conf->secondary_channel;
318 iface->conf->secondary_channel * 4);
319 iface->conf->secondary_channel = 0
    [all...]
ieee802_11_ht.c 98 if (hapd->iconf->secondary_channel == 1)
101 if (hapd->iconf->secondary_channel == -1)
180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
212 if (iface->conf->secondary_channel > 0)
310 if (iface->conf->secondary_channel) {
315 iface->conf->secondary_channel = 0;
381 if (iface->conf->secondary_channel &&
383 iface->conf->secondary_channel = 0;
511 iface->conf->secondary_channel = iface->secondary_ch;
acs.c 584 iface->conf->secondary_channel == -1) {
590 iface->conf->secondary_channel)
620 iface->conf->secondary_channel &&
753 offset = 2 * iface->conf->secondary_channel;
ap_list.c 236 iface->conf->secondary_channel * 4)) {
hostapd.c 191 hapd->iconf->secondary_channel = oldconf->secondary_channel;
    [all...]
drv_callbacks.c 536 hapd->iconf->secondary_channel = offset;
620 hapd->iconf->secondary_channel = 0;
622 hapd->iconf->secondary_channel = -1;
624 hapd->iconf->secondary_channel = 1;
    [all...]
ieee802_11_vht.c 246 if (iconf->secondary_channel == 0) {
ap_config.h 710 int secondary_channel; member in struct:hostapd_config
ctrl_iface_ap.c 538 "secondary_channel=%d\n"
543 iface->conf->secondary_channel : 0,
beacon.c 347 hapd->iconf->secondary_channel,
    [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 56 if (!conf->secondary_channel)
90 channel + conf->secondary_channel * 2;
93 conf->channel + conf->secondary_channel * 2;
121 * conf->secondary_channel, conf->require_ht
148 conf->secondary_channel =
151 if (conf->secondary_channel)
177 if (conf->secondary_channel) {
    [all...]
mesh.c 228 conf->secondary_channel = ssid->ht40;
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 1102 conf->secondary_channel = -1;
1106 conf->secondary_channel = 1;
    [all...]

Completed in 678 milliseconds