Home
last modified time | relevance | path

Searched refs:is_6ghz (Results 1 – 13 of 13) sorted by relevance

/hostap-latest/wpa_supplicant/
Dop_classes.c25 bool is_6ghz = is_6ghz_op_class(op_class); in allow_channel() local
31 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel()
194 if (mode->mode != HOSTAPD_MODE_IEEE80211A || !mode->is_6ghz) in get_center_320mhz()
Drrm.c569 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()
Dscan.h111 bool is_6ghz, bool only_6ghz_psc,
Dwpa_supplicant.c2831 bool is_24ghz, is_6ghz; in ibss_mesh_setup_freq() local
2891 is_6ghz = is_6ghz_freq(freq->freq); in ibss_mesh_setup_freq()
2892 if (is_6ghz) in ibss_mesh_setup_freq()
3035 if (!vht_freq.vht_enabled && !is_6ghz) in ibss_mesh_setup_freq()
3062 HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G) && is_6ghz) { in ibss_mesh_setup_freq()
3104 if (!is_6ghz) in ibss_mesh_setup_freq()
8914 bool is_6ghz) in get_mode() argument
8925 if ((!is_6ghz && !is_6ghz_freq(modes[i].channels[0].freq)) || in get_mode()
8926 (is_6ghz && is_6ghz_freq(modes[i].channels[0].freq))) in get_mode()
Dp2p_supplicant.c3765 bool is_6ghz = is_6ghz_op_class(op_class); in wpas_p2p_verify_80mhz() local
3767 if (is_6ghz) { in wpas_p2p_verify_80mhz()
3779 !is_6ghz && center_chan >= 58 && center_chan <= 138) in wpas_p2p_verify_80mhz()
3794 if (!is_6ghz) { in wpas_p2p_verify_80mhz()
3797 } else if (is_6ghz && in wpas_p2p_verify_80mhz()
6726 bool is_6ghz, supported = false; in wpas_p2p_init_go_params() local
6728 is_6ghz = is_6ghz_freq(cand); in wpas_p2p_init_go_params()
6732 mode, is_6ghz); in wpas_p2p_init_go_params()
6737 if (is_6ghz && in wpas_p2p_init_go_params()
6742 if (!is_6ghz && in wpas_p2p_init_go_params()
[all …]
Dscan.c854 bool is_6ghz, bool only_6ghz_psc, in wpa_add_scan_freqs_list() argument
862 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band, is_6ghz); in wpa_add_scan_freqs_list()
884 if (is_6ghz && only_6ghz_psc && in wpa_add_scan_freqs_list()
Dwpa_supplicant_i.h1958 bool is_6ghz);
/hostap-latest/src/ap/
Dhw_features.c87 bool is_6ghz = false; in hostapd_get_hw_features() local
114 is_6ghz = iface->current_mode->is_6ghz; in hostapd_get_hw_features()
129 is_6ghz == is_6ghz_freq(feature->channels[0].freq)) in hostapd_get_hw_features()
1088 !mode->is_6ghz) in skip_mode()
Dhostapd.c1868 bool all_no_ir, is_6ghz; in hostapd_no_ir_channel_list_updated() local
1876 is_6ghz = false; in hostapd_no_ir_channel_list_updated()
1894 is_6ghz = true; in hostapd_no_ir_channel_list_updated()
1900 if (!mode || !is_6ghz) in hostapd_no_ir_channel_list_updated()
Dieee802_11.c7476 bool is_6ghz = is_6ghz_op_class(hapd->iconf->op_class); in get_colocation_mode() local
7481 if (is_6ghz && hapd->iface->interfaces->count == 1) in get_colocation_mode()
7493 if (!is_6ghz && is_colocated_6ghz) in get_colocation_mode()
7495 if (is_6ghz && !is_colocated_6ghz) in get_colocation_mode()
7499 if (is_6ghz) in get_colocation_mode()
/hostap-latest/tests/hwsim/
Dtest_he.py1612 def he_verify_status(wpas, hapd, freq, bw, is_6ghz=True): argument
1626 if is_6ghz and "[6GHZ]" not in sta['flags']:
/hostap-latest/src/drivers/
Ddriver_nl80211_capa.c2177 modes[m].is_6ghz = false; in wpa_driver_nl80211_postprocess_modes()
2194 modes[m].is_6ghz = true; in wpa_driver_nl80211_postprocess_modes()
Ddriver.h253 bool is_6ghz; member