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

  /external/wpa_supplicant_8/src/ap/
hw_features.c 192 if (!iface->conf->secondary_channel)
195 sec_chan = iface->conf->channel + iface->conf->secondary_channel * 4;
227 if (iface->conf->secondary_channel > 0)
242 iface->conf->secondary_channel);
252 if (iface->conf->secondary_channel > 0) {
254 iface->conf->secondary_channel = -1;
257 iface->conf->secondary_channel = 1;
296 sec_chan = iface->conf->secondary_channel * 4;
298 if (iface->conf->secondary_channel > 0)
366 if (iface->conf->secondary_channel > 0
    [all...]
ieee802_11_ht.c 73 if (hapd->iconf->secondary_channel == 1)
76 if (hapd->iconf->secondary_channel == -1)
136 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
acs.c 487 iface->conf->secondary_channel == -1) {
493 iface->conf->secondary_channel)
518 iface->conf->secondary_channel &&
ap_list.c 237 iface->conf->secondary_channel * 4)) {
ap_config.h 521 int secondary_channel; member in struct:hostapd_config
drv_callbacks.c 397 hapd->iconf->secondary_channel = offset;
hostapd.c 963 hapd->iconf->secondary_channel,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 71 * conf->secondary_channel, conf->require_ht
98 conf->secondary_channel =
101 if (conf->secondary_channel)
  /external/wpa_supplicant_8/hostapd/
config_file.c 982 conf->secondary_channel = -1;
986 conf->secondary_channel = 1;
    [all...]

Completed in 90 milliseconds