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

  /external/wpa_supplicant_8/src/ap/
dfs.c 27 if (iface->conf->ieee80211n && iface->conf->secondary_channel)
169 * - hapd->secondary_channel
190 iface->conf->secondary_channel &&
215 int secondary_channel,
229 if (secondary_channel == 1)
231 else if (secondary_channel == -1)
266 if (iface->conf->ieee80211n && iface->conf->secondary_channel == -1)
328 iface->conf->secondary_channel,
415 int *secondary_channel,
427 *secondary_channel = 0
753 int secondary_channel; local
805 int secondary_channel; local
    [all...]
ieee802_11_ht.c 98 if (hapd->iconf->secondary_channel == 1)
101 if (hapd->iconf->secondary_channel == -1)
157 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
189 if (iface->conf->secondary_channel > 0)
266 if (iface->conf->secondary_channel) {
271 iface->conf->secondary_channel = 0;
330 if (iface->conf->secondary_channel &&
332 iface->conf->secondary_channel = 0;
460 iface->conf->secondary_channel = iface->secondary_ch;
hw_features.c 231 if (!iface->conf->secondary_channel)
234 sec_chan = iface->conf->channel + iface->conf->secondary_channel * 4;
266 if (iface->conf->secondary_channel > 0)
281 iface->conf->secondary_channel);
291 if (iface->conf->secondary_channel > 0) {
293 iface->conf->secondary_channel = -1;
296 iface->conf->secondary_channel = 1;
335 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
337 if (iface->conf->secondary_channel > 0)
436 if (iface->conf->secondary_channel > 0
    [all...]
acs.c 519 iface->conf->secondary_channel == -1) {
525 iface->conf->secondary_channel)
551 iface->conf->secondary_channel &&
648 offset = 2 * iface->conf->secondary_channel;
ap_list.c 235 iface->conf->secondary_channel * 4)) {
ap_config.h 582 int secondary_channel; member in struct:hostapd_config
hostapd.c 177 hapd->iconf->secondary_channel = oldconf->secondary_channel;
1200 hapd->iconf->secondary_channel,
    [all...]
ctrl_iface_ap.c 453 "secondary_channel=%d\n"
460 iface->conf->secondary_channel,
beacon.c 986 iconf->secondary_channel,
drv_callbacks.c 492 hapd->iconf->secondary_channel = offset;
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 55 if (!conf->secondary_channel)
69 channel + conf->secondary_channel * 2;
72 conf->channel + conf->secondary_channel * 2;
104 * conf->secondary_channel, conf->require_ht
131 conf->secondary_channel =
134 if (conf->secondary_channel)
  /external/wpa_supplicant_8/hostapd/
config_file.c 1032 conf->secondary_channel = -1;
1036 conf->secondary_channel = 1;
    [all...]

Completed in 67 milliseconds