Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A 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()
H A Dscan.h101 bool is_6ghz, bool only_6ghz_psc,
H A 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()
H A Dwpa_supplicant.c3055 int ieee80211_mode, bool is_6ghz) { in ibss_mesh_select_80_160mhz() argument
3082 if (freq->ht_enabled && !is_6ghz) in ibss_mesh_select_80_160mhz()
3113 HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G) && is_6ghz && in ibss_mesh_select_80_160mhz()
3149 if (!is_6ghz) in ibss_mesh_select_80_160mhz()
3199 bool is_6ghz, is_24ghz; in ibss_mesh_setup_freq() local
3225 is_6ghz = is_6ghz_freq(freq->freq); in ibss_mesh_setup_freq()
3232 if (!is_6ghz) in ibss_mesh_setup_freq()
3236 if (freq->vht_enabled || (freq->ht_enabled && is_24ghz) || is_6ghz) in ibss_mesh_setup_freq()
3244 ieee80211_mode, is_6ghz)) in ibss_mesh_setup_freq()
9174 bool is_6ghz) in get_mode() argument
[all …]
H A 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 …]
H A 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()
H A Dwpa_supplicant_i.h1943 bool is_6ghz);
/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c83 bool is_6ghz = false; in hostapd_get_hw_features() local
110 is_6ghz = iface->current_mode->is_6ghz; in hostapd_get_hw_features()
125 is_6ghz == is_6ghz_freq(feature->channels[0].freq)) in hostapd_get_hw_features()
1084 !mode->is_6ghz) in skip_mode()
H A Dhostapd.c1865 bool all_no_ir, is_6ghz; in hostapd_no_ir_channel_list_updated() local
1873 is_6ghz = false; in hostapd_no_ir_channel_list_updated()
1891 is_6ghz = true; in hostapd_no_ir_channel_list_updated()
1897 if (!mode || !is_6ghz) in hostapd_no_ir_channel_list_updated()
H A Dieee802_11.c7467 bool is_6ghz = is_6ghz_op_class(hapd->iconf->op_class); in get_colocation_mode() local
7472 if (is_6ghz && hapd->iface->interfaces->count == 1) in get_colocation_mode()
7484 if (!is_6ghz && is_colocated_6ghz) in get_colocation_mode()
7486 if (is_6ghz && !is_colocated_6ghz) in get_colocation_mode()
7490 if (is_6ghz) in get_colocation_mode()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c2166 modes[m].is_6ghz = false; in wpa_driver_nl80211_postprocess_modes()
2183 modes[m].is_6ghz = true; in wpa_driver_nl80211_postprocess_modes()
H A Ddriver.h253 bool is_6ghz; member