Home
last modified time | relevance | path

Searched refs:BAND_GAX (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11ax.c36 adapter->fw_bands |= BAND_GAX; in nxpwifi_update_11ax_cap()
88 return (priv->config_bands & BAND_GAX); in nxpwifi_11ax_bandconfig_allowed()
458 (priv->config_bands & BAND_GAX || priv->config_bands & BAND_AAX)) { in nxpwifi_is_sta_11ax_twt_req_supported()
H A Dcfp.c383 config_bands & BAND_GAC || config_bands & BAND_GAX) in nxpwifi_convert_config_bands()
H A Dsta_cfg.c261 if (adapter->fw_bands & BAND_GAX) in nxpwifi_bss_start()
262 config_bands |= BAND_GAX; in nxpwifi_bss_start()
H A Dcfg.h357 BAND_GAX = 256, enumerator
H A Duap_cmd.c1006 !(adapter->fw_bands & BAND_GAX)) in nxpwifi_check_11ax_capability()
1202 config_bands |= BAND_GN | BAND_GAX; in nxpwifi_uap_set_channel()
H A Dscan.c913 (priv->config_bands & BAND_GAX || in nxpwifi_config_scan()