Searched refs:is_6ghz (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.h | 97 bool is_6ghz);
|
H A D | rrm.c | 569 bool is_6ghz = is_6ghz_op_class(op->op_class); in wpas_op_class_freqs() local 577 channels = is_6ghz ? channels_80mhz_6ghz : channels_80mhz_5ghz; in wpas_op_class_freqs() 578 num_chan = is_6ghz ? ARRAY_SIZE(channels_80mhz_6ghz) : in wpas_op_class_freqs() 581 channels = is_6ghz ? channels_160mhz_6ghz : in wpas_op_class_freqs() 583 num_chan = is_6ghz ? ARRAY_SIZE(channels_160mhz_6ghz) : in wpas_op_class_freqs()
|
H A D | op_classes.c | 25 bool is_6ghz = op_class >= 131 && op_class <= 136; in allow_channel() local 32 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel()
|
H A D | p2p_supplicant.c | 4299 bool is_6ghz = is_6ghz_op_class(op_class); in wpas_p2p_verify_80mhz() local 4301 if (is_6ghz) { in wpas_p2p_verify_80mhz() 4314 !is_6ghz && center_chan >= 100 && center_chan <= 138) in wpas_p2p_verify_80mhz() 4318 !is_6ghz && center_chan >= 58 && center_chan <= 138) in wpas_p2p_verify_80mhz() 4333 if (!is_6ghz) { in wpas_p2p_verify_80mhz() 4342 } else if (is_6ghz && in wpas_p2p_verify_80mhz() 7463 bool is_6ghz, supported = false; local 7465 is_6ghz = is_6ghz_freq(cand); 7469 mode, is_6ghz); 7474 if (is_6ghz [all...] |
H A D | wpa_supplicant.c | 2600 bool is_24ghz, is_6ghz; local 2660 is_6ghz = is_6ghz_freq(freq->freq); 2661 if (is_6ghz) 2803 if (!vht_freq.vht_enabled && !is_6ghz) 2830 HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G) && is_6ghz) { 2872 if (!is_6ghz) 8896 bool is_6ghz) 8907 if ((!is_6ghz && !is_6ghz_freq(modes[i].channels[0].freq)) || 8908 (is_6ghz && is_6ghz_freq(modes[i].channels[0].freq))) 8894 get_mode(struct hostapd_hw_modes *modes, u16 num_modes, enum hostapd_hw_mode mode, bool is_6ghz) global() argument
|
H A D | scan.c | 739 struct wpa_driver_scan_params *params, bool is_6ghz) in wpa_add_scan_freqs_list() 746 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band, is_6ghz); in wpa_add_scan_freqs_list() 737 wpa_add_scan_freqs_list(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode band, struct wpa_driver_scan_params *params, bool is_6ghz) wpa_add_scan_freqs_list() argument
|
H A D | wpa_supplicant_i.h | 1911 bool is_6ghz);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 7192 bool is_6ghz = is_6ghz_op_class(hapd->iconf->op_class); in get_colocation_mode() local 7197 if (is_6ghz && hapd->iface->interfaces->count == 1) in get_colocation_mode() 7209 if (!is_6ghz && is_colocated_6ghz) in get_colocation_mode() 7211 if (is_6ghz && !is_colocated_6ghz) in get_colocation_mode() 7215 if (is_6ghz) in get_colocation_mode()
|
Completed in 36 milliseconds