Searched refs:is_6ghz (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | op_classes.c | 25 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 D | scan.h | 101 bool is_6ghz, bool only_6ghz_psc,
|
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 | wpa_supplicant.c | 3055 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 D | p2p_supplicant.c | 3765 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 D | scan.c | 854 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 D | wpa_supplicant_i.h | 1943 bool is_6ghz);
|
/freebsd/contrib/wpa/src/ap/ |
H A D | hw_features.c | 83 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 D | hostapd.c | 1865 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 D | ieee802_11.c | 7467 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 D | driver_nl80211_capa.c | 2166 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 D | driver.h | 253 bool is_6ghz; member
|