Searched refs:BAND_CONFIG_ACS_MODE (Results 1 – 3 of 3) sorted by relevance
74 …if ((band == BAND_CONFIG_ACS_MODE || band == BAND_CONFIG_MANUAL) && !(pmadapter->fw_bands & BAND_G… in wifi_check_11ac_capability()188 …if ((band == BAND_CONFIG_ACS_MODE || band == BAND_CONFIG_MANUAL) && !(pmadapter->fw_bands & BAND_G… in wifi_check_11ax_capability()217 …((band == BAND_CONFIG_ACS_MODE || band == BAND_CONFIG_MANUAL) && !(pmadapter->fw_bands & BAND_GAX)… in wifi_uap_set_11ax_status()229 else if (band == BAND_CONFIG_ACS_MODE || band == BAND_CONFIG_MANUAL) in wifi_uap_set_11ax_status()513 bss.param.bss_config.band_cfg = BAND_CONFIG_ACS_MODE; in wifi_cmd_uap_config()1235 tlv_chan_band->band_config = BAND_CONFIG_ACS_MODE; in wifi_uap_do_acs()3273 …((band == BAND_CONFIG_ACS_MODE || band == BAND_CONFIG_MANUAL) && !(pmadapter->fw_bands & BAND_GAX)… in wifi_uap_set_11ax_status2()3285 else if (band == BAND_CONFIG_ACS_MODE || band == BAND_CONFIG_MANUAL) in wifi_uap_set_11ax_status2()
161 if ((((bss->param.bss_config.band_cfg & BAND_CONFIG_ACS_MODE) == BAND_CONFIG_MANUAL) && in wlan_uap_cmd_ap_config()163 (bss->param.bss_config.band_cfg & BAND_CONFIG_ACS_MODE)) in wlan_uap_cmd_ap_config()
752 #define BAND_CONFIG_ACS_MODE 0x40U macro