Home
last modified time | relevance | path

Searched refs:BAND_CONFIG_MANUAL (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-uap.c74 …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()
533 bss.param.bss_config.band_cfg = BAND_CONFIG_MANUAL; in wifi_cmd_uap_config()
544 bss.param.bss_config.band_cfg = BAND_CONFIG_MANUAL; in wifi_cmd_uap_config()
3316 …((band == BAND_CONFIG_ACS_MODE || band == BAND_CONFIG_MANUAL) && !(pmadapter->fw_bands & BAND_GAX)… in wifi_uap_set_11ax_status2()
3328 else if (band == BAND_CONFIG_ACS_MODE || band == BAND_CONFIG_MANUAL) in wifi_uap_set_11ax_status2()
Dmlan_uap_cmdevent.c161 if ((((bss->param.bss_config.band_cfg & BAND_CONFIG_ACS_MODE) == BAND_CONFIG_MANUAL) && in wlan_uap_cmd_ap_config()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h850 #define BAND_CONFIG_MANUAL 0x00 macro