Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11ac.c316 if (vht_cfg->vht_rx_mcs == 0xffffffffU) in wlan_11ac_ioctl_vhtcfg()
318 vht_cfg->vht_rx_mcs = GET_VHTMCS(pmadapter->usr_dot_11ac_mcs_support); in wlan_11ac_ioctl_vhtcfg()
322 cfg_value = GET_VHTNSSMCS(vht_cfg->vht_rx_mcs, nss); in wlan_11ac_ioctl_vhtcfg()
326 SET_VHTNSSMCS(vht_cfg->vht_rx_mcs, nss, no_nss_support); in wlan_11ac_ioctl_vhtcfg()
330 SET_VHTNSSMCS(vht_cfg->vht_rx_mcs, nss, MIN(cfg_value, hw_value)); in wlan_11ac_ioctl_vhtcfg()
333 PRINTM(MINFO, "Set: vht rx mcs set 0x%08x\n", vht_cfg->vht_rx_mcs); in wlan_11ac_ioctl_vhtcfg()
357 pmadapter->usr_dot_11ac_mcs_support |= GET_VHTMCS(vht_cfg->vht_rx_mcs); in wlan_11ac_ioctl_vhtcfg()
418 vht_cfg->vht_rx_mcs = GET_DEVRXMCSMAP(pmadapter->usr_dot_11ac_mcs_support); in wlan_11ac_ioctl_vhtcfg()
421 … wlan_convert_mcsmap_to_maxrate(pmpriv, (t_u8)vht_cfg->band, (t_u16)vht_cfg->vht_rx_mcs); in wlan_11ac_ioctl_vhtcfg()
1234 vht_cfg->vht_rx_mcs = wlan_cpu_to_le32(vht_cfg->vht_rx_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()
143 vht_cfg.vht_rx_mcs = pmadapter->usr_dot_11ac_mcs_support & 0xffff; 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()
3233 vht_cfg.vht_rx_mcs = pmadapter->usr_dot_11ac_mcs_support & 0xffff; 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
3990 vht_rx_mcs = pmadapter->usr_dot_11ac_mcs_support & 0xffff; in wifi_setup_vht_cap()
3992 (void)__memcpy(pmadapter, &vht_mcs_set[0], &vht_rx_mcs, sizeof(t_u16)); in wifi_setup_vht_cap()
Dmlan_api.c2568 dot11ac_cfg.vht_rx_mcs = rx_mcs_map; in wifi_send_11ac_cfg_cmd()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h2939 t_u32 vht_rx_mcs; member