HomeSort by: relevance | last modified time | path
    Searched defs:is_6ghz (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
op_classes.c 25 bool is_6ghz = is_6ghz_op_class(op_class); local
31 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan)
194 if (mode->mode != HOSTAPD_MODE_IEEE80211A || !mode->is_6ghz)
rrm.c 569 bool is_6ghz = is_6ghz_op_class(op->op_class); local
577 channels = is_6ghz ? channels_80mhz_6ghz : channels_80mhz_5ghz;
578 num_chan = is_6ghz ? ARRAY_SIZE(channels_80mhz_6ghz) :
581 channels = is_6ghz ? channels_160mhz_6ghz :
583 num_chan = is_6ghz ? ARRAY_SIZE(channels_160mhz_6ghz) :
wpa_supplicant.c 3055 int ieee80211_mode, bool is_6ghz) {
3082 if (freq->ht_enabled && !is_6ghz)
3113 HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G) && is_6ghz &&
3149 if (!is_6ghz)
3199 bool is_6ghz, is_24ghz; local
3225 is_6ghz = is_6ghz_freq(freq->freq);
3232 if (!is_6ghz)
3236 if (freq->vht_enabled || (freq->ht_enabled && is_24ghz) || is_6ghz)
3244 ieee80211_mode, is_6ghz))
9181 bool is_6ghz)
    [all...]
p2p_supplicant.c 3765 bool is_6ghz = is_6ghz_op_class(op_class); local
3767 if (is_6ghz) {
3779 !is_6ghz && center_chan >= 58 && center_chan <= 138)
3794 if (!is_6ghz) {
3797 } else if (is_6ghz &&
6726 bool is_6ghz, supported = false; local
6728 is_6ghz = is_6ghz_freq(cand);
6732 mode, is_6ghz);
6737 if (is_6ghz &&
6742 if (!is_6ghz &
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
hw_features.c 83 bool is_6ghz = false; local
110 is_6ghz = iface->current_mode->is_6ghz;
125 is_6ghz == is_6ghz_freq(feature->channels[0].freq))
1084 !mode->is_6ghz)
hostapd.c 1865 bool all_no_ir, is_6ghz; local
1873 is_6ghz = false;
1891 is_6ghz = true;
1897 if (!mode || !is_6ghz)
ieee802_11.c 7467 bool is_6ghz = is_6ghz_op_class(hapd->iconf->op_class); local
7472 if (is_6ghz && hapd->iface->interfaces->count == 1)
7484 if (!is_6ghz && is_colocated_6ghz)
7486 if (is_6ghz && !is_colocated_6ghz)
7490 if (is_6ghz)
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 251 * is_6ghz - Whether the mode information is for the 6 GHz band
253 bool is_6ghz; member in struct:hostapd_hw_modes

Completed in 107 milliseconds