Searched refs:is_6ghz (Results 1 – 8 of 8) sorted by relevance
94 bool is_6ghz);
566 bool is_6ghz = is_6ghz_op_class(op->op_class); in wpas_op_class_freqs() local574 channels = is_6ghz ? channels_80mhz_6ghz : channels_80mhz_5ghz; in wpas_op_class_freqs()575 num_chan = is_6ghz ? ARRAY_SIZE(channels_80mhz_6ghz) : in wpas_op_class_freqs()578 channels = is_6ghz ? channels_160mhz_6ghz : in wpas_op_class_freqs()580 num_chan = is_6ghz ? ARRAY_SIZE(channels_160mhz_6ghz) : in wpas_op_class_freqs()
25 bool is_6ghz = op_class >= 131 && op_class <= 136; in allow_channel() local32 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel()
2476 bool is_24ghz, is_6ghz; in ibss_mesh_setup_freq() local2536 is_6ghz = is_6ghz_freq(freq->freq); in ibss_mesh_setup_freq()2537 if (is_6ghz) in ibss_mesh_setup_freq()2679 if (!vht_freq.vht_enabled && !is_6ghz) in ibss_mesh_setup_freq()2706 HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G) && is_6ghz) { in ibss_mesh_setup_freq()2748 if (!is_6ghz) in ibss_mesh_setup_freq()8419 bool is_6ghz) argument8430 if ((!is_6ghz && !is_6ghz_freq(modes[i].channels[0].freq)) ||8431 (is_6ghz && is_6ghz_freq(modes[i].channels[0].freq)))
3654 bool is_6ghz = is_6ghz_op_class(op_class); in wpas_p2p_verify_80mhz() local3656 if (is_6ghz) { in wpas_p2p_verify_80mhz()3668 !is_6ghz && center_chan >= 58 && center_chan <= 138) in wpas_p2p_verify_80mhz()3683 if (!is_6ghz) { in wpas_p2p_verify_80mhz()3692 } else if (is_6ghz && in wpas_p2p_verify_80mhz()6667 bool is_6ghz, supported = false; in wpas_p2p_init_go_params() local6669 is_6ghz = is_6ghz_freq(cand); in wpas_p2p_init_go_params()6673 mode, is_6ghz); in wpas_p2p_init_go_params()6678 if (is_6ghz && in wpas_p2p_init_go_params()6683 if (!is_6ghz && in wpas_p2p_init_go_params()[all …]
1833 bool is_6ghz);
723 struct wpa_driver_scan_params *params, bool is_6ghz) in wpa_add_scan_freqs_list() argument730 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band, is_6ghz); in wpa_add_scan_freqs_list()
7163 bool is_6ghz = is_6ghz_op_class(hapd->iconf->op_class); in get_colocation_mode() local7168 if (is_6ghz && hapd->iface->interfaces->count == 1) in get_colocation_mode()7180 if (!is_6ghz && is_colocated_6ghz) in get_colocation_mode()7182 if (is_6ghz && !is_colocated_6ghz) in get_colocation_mode()7186 if (is_6ghz) in get_colocation_mode()