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

  /external/wpa_supplicant_8/src/ap/
hw_features.c 189 if (!iface->conf->secondary_channel)
192 sec_chan = iface->conf->channel + iface->conf->secondary_channel * 4;
224 if (iface->conf->secondary_channel > 0)
239 iface->conf->secondary_channel);
249 if (iface->conf->secondary_channel > 0) {
251 iface->conf->secondary_channel = -1;
254 iface->conf->secondary_channel = 1;
293 sec_chan = iface->conf->secondary_channel * 4;
295 if (iface->conf->secondary_channel > 0)
363 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)
ap_config.h 501 int secondary_channel; member in struct:hostapd_config
drv_callbacks.c 382 hapd->iconf->secondary_channel = offset;
hostapd.c 892 hapd->iconf->secondary_channel)) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 80 * conf->secondary_channel, conf->require_ht
107 conf->secondary_channel =
110 if (conf->secondary_channel)
  /external/wpa_supplicant_8/hostapd/
config_file.c 1011 conf->secondary_channel = -1;
1015 conf->secondary_channel = 1;
    [all...]

Completed in 160 milliseconds