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

  /external/wpa_supplicant_8/src/ap/
dfs.c 28 if (iface->conf->ieee80211n && iface->conf->secondary_channel)
190 * - hapd->secondary_channel
211 iface->conf->secondary_channel &&
237 int secondary_channel,
251 if (secondary_channel == 1)
253 else if (secondary_channel == -1)
288 if (iface->conf->ieee80211n && iface->conf->secondary_channel == -1)
350 iface->conf->secondary_channel,
437 int *secondary_channel,
449 *secondary_channel = 0
844 int secondary_channel; local
885 int secondary_channel; local
    [all...]
hw_features.c 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;
331 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)
354 if (iface->conf->secondary_channel) {
359 iface->conf->secondary_channel = 0;
425 if (iface->conf->secondary_channel &&
427 iface->conf->secondary_channel = 0;
555 iface->conf->secondary_channel = iface->secondary_ch;
neighbor_db.c 146 if (!hapd->iconf->secondary_channel)
207 hapd->iconf->secondary_channel,
220 10 * hapd->iconf->secondary_channel,
acs.c 588 iface->conf->secondary_channel == -1) {
594 iface->conf->secondary_channel)
642 iface->conf->secondary_channel &&
794 offset = 2 * iface->conf->secondary_channel;
ap_list.c 236 iface->conf->secondary_channel * 4)) {
ieee802_11_vht.c 246 if (iconf->secondary_channel == 0) {
drv_callbacks.c 853 hapd->iconf->secondary_channel = offset;
941 hapd->iconf->secondary_channel = 0;
943 hapd->iconf->secondary_channel = -1;
945 hapd->iconf->secondary_channel = 1;
    [all...]
ap_config.h 805 int secondary_channel; member in struct:hostapd_config
hostapd.c 258 hapd->iconf->secondary_channel = oldconf->secondary_channel;
    [all...]
beacon.c 349 hapd->iconf->secondary_channel,
    [all...]
ctrl_iface_ap.c 712 "secondary_channel=%d\n"
719 iface->conf->secondary_channel : 0,
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 58 if (!conf->secondary_channel)
130 conf->channel + conf->secondary_channel * 2;
157 * conf->secondary_channel, conf->require_ht
202 conf->secondary_channel =
207 conf->secondary_channel);
214 conf->secondary_channel = ssid->ht40;
217 conf->secondary_channel);
220 if (conf->secondary_channel)
245 if (conf->secondary_channel) {
    [all...]
mesh.c 331 conf->secondary_channel = ssid->ht40;
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 1241 conf->secondary_channel = -1;
1245 conf->secondary_channel = 1;
1252 conf->secondary_channel = 0;
    [all...]

Completed in 275 milliseconds