Home
last modified time | relevance | path

Searched refs:vht_tx_mcs (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11ac.c335 if (vht_cfg->vht_tx_mcs == 0xffffffffU) in wlan_11ac_ioctl_vhtcfg()
337 vht_cfg->vht_tx_mcs = GET_VHTMCS(pmadapter->usr_dot_11ac_mcs_support >> 16); in wlan_11ac_ioctl_vhtcfg()
341 cfg_value = GET_VHTNSSMCS(vht_cfg->vht_tx_mcs, nss); in wlan_11ac_ioctl_vhtcfg()
345 SET_VHTNSSMCS(vht_cfg->vht_tx_mcs, nss, no_nss_support); in wlan_11ac_ioctl_vhtcfg()
349 SET_VHTNSSMCS(vht_cfg->vht_tx_mcs, nss, MIN(cfg_value, hw_value)); in wlan_11ac_ioctl_vhtcfg()
353 PRINTM(MINFO, "Set: vht tx mcs set 0x%08x\n", vht_cfg->vht_tx_mcs); in wlan_11ac_ioctl_vhtcfg()
359 pmadapter->usr_dot_11ac_mcs_support |= (GET_VHTMCS(vht_cfg->vht_tx_mcs) << 16); in wlan_11ac_ioctl_vhtcfg()
419 vht_cfg->vht_tx_mcs = GET_DEVTXMCSMAP(pmadapter->usr_dot_11ac_mcs_support); in wlan_11ac_ioctl_vhtcfg()
423 … wlan_convert_mcsmap_to_maxrate(pmpriv, (t_u8)vht_cfg->band, (t_u16)vht_cfg->vht_tx_mcs); in wlan_11ac_ioctl_vhtcfg()
1236 vht_cfg->vht_tx_mcs = wlan_cpu_to_le32(vht_cfg->vht_tx_mcs); in wlan_cmd_11ac_cfg()
[all …]
Dwifi-uap.c124 vht_cfg.vht_rx_mcs = vht_cfg.vht_tx_mcs = 0xffff; in wifi_uap_set_11ac_status()
142 vht_cfg.vht_tx_mcs = pmadapter->usr_dot_11ac_mcs_support >> 16; in wifi_uap_set_11ac_status()
157 vht_cfg.vht_tx_mcs, vht_cfg.vht_rx_mcs); in wifi_uap_set_11ac_status()
3222 vht_cfg.vht_rx_mcs = vht_cfg.vht_tx_mcs = 0xffff; in wifi_uap_set_11ac_status2()
3232 vht_cfg.vht_tx_mcs = pmadapter->usr_dot_11ac_mcs_support >> 16; in wifi_uap_set_11ac_status2()
3247 vht_cfg.vht_tx_mcs, vht_cfg.vht_rx_mcs); in wifi_uap_set_11ac_status2()
3969 t_u16 vht_tx_mcs, vht_rx_mcs; in wifi_setup_vht_cap() local
3989 vht_tx_mcs = pmadapter->usr_dot_11ac_mcs_support >> 16; in wifi_setup_vht_cap()
3994 (void)__memcpy(pmadapter, &vht_mcs_set[4], &vht_tx_mcs, sizeof(t_u16)); in wifi_setup_vht_cap()
Dmlan_api.c2567 dot11ac_cfg.vht_tx_mcs = tx_mcs_map; in wifi_send_11ac_cfg_cmd()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h2937 t_u32 vht_tx_mcs; member