Searched refs:vhtcfg (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11ac.c | 269 struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg; in mwifiex_cmd_11ac_cfg() local 274 vhtcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11ac_cfg() 275 vhtcfg->band_config = cfg->band_config; in mwifiex_cmd_11ac_cfg() 276 vhtcfg->misc_config = cfg->misc_config; in mwifiex_cmd_11ac_cfg() 277 vhtcfg->cap_info = cpu_to_le32(cfg->cap_info); in mwifiex_cmd_11ac_cfg() 278 vhtcfg->mcs_tx_set = cpu_to_le32(cfg->mcs_tx_set); in mwifiex_cmd_11ac_cfg() 279 vhtcfg->mcs_rx_set = cpu_to_le32(cfg->mcs_rx_set); in mwifiex_cmd_11ac_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_11ac.c | 1350 HostCmd_DS_11AC_CFG *vhtcfg = &cmd->params.vhtcfg; in wlan_cmd_11ac_cfg() local 1356 vhtcfg->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_11ac_cfg() 1357 vhtcfg->band_config = vht_cfg->band & 0xFF; in wlan_cmd_11ac_cfg() 1362 vhtcfg->misc_config = vht_cfg->txrx & 0x3; in wlan_cmd_11ac_cfg() 1363 if (vhtcfg->misc_config != 2) in wlan_cmd_11ac_cfg() 1364 vhtcfg->misc_config |= (vht_cfg->bwcfg << 2); in wlan_cmd_11ac_cfg() 1366 vhtcfg->vht_cap_info = wlan_cpu_to_le32(vht_cfg->vht_cap_info); in wlan_cmd_11ac_cfg() 1368 memcpy_ext(pmadapter, &vhtcfg->vht_supp_mcs_set[0], in wlan_cmd_11ac_cfg() 1371 memcpy_ext(pmadapter, &vhtcfg->vht_supp_mcs_set[4], in wlan_cmd_11ac_cfg() 1391 HostCmd_DS_11AC_CFG *vhtcfg = &resp->params.vhtcfg; in wlan_ret_11ac_cfg() local [all …]
|
| H A D | mlan_fw.h | 8034 HostCmd_DS_11AC_CFG vhtcfg; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_uap.c | 1372 mlan_ds_11ac_vht_cfg *vhtcfg = NULL, vht_cfg; in woal_uap_vht_cfg() local 1470 vhtcfg = (mlan_ds_11ac_vht_cfg *)(respbuf + 1); in woal_uap_vht_cfg() 1471 moal_memcpy_ext(priv->phandle, vhtcfg, &cfg_11ac->param.vht_cfg, in woal_uap_vht_cfg() 1486 vhtcfg++; in woal_uap_vht_cfg() 1487 moal_memcpy_ext(priv->phandle, vhtcfg, &cfg_11ac->param.vht_cfg, in woal_uap_vht_cfg()
|
| H A D | moal_eth_ioctl.c | 1793 mlan_ds_11ac_vht_cfg *vhtcfg = NULL; in woal_setget_priv_vhtcfg() local 1906 vhtcfg = (mlan_ds_11ac_vht_cfg *)(respbuf + 1); in woal_setget_priv_vhtcfg() 1907 moal_memcpy_ext(priv->phandle, vhtcfg, &cfg_11ac->param.vht_cfg, in woal_setget_priv_vhtcfg() 1920 vhtcfg++; in woal_setget_priv_vhtcfg() 1921 moal_memcpy_ext(priv->phandle, vhtcfg, &cfg_11ac->param.vht_cfg, in woal_setget_priv_vhtcfg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | README_MLAN | 471 mlanutl mlanX vhtcfg <j> <k> [l] [m] [n] [o] 472 mlanutl uapX vhtcfg <j> <k> [l] [m] [n] [o] 1161 vhtcfg 1168 <band> - This is the band setting for the vhtcfg 1184 applied to the vhtcfg. 1278 mlanutl mlan0 vhtcfg 2 1 : Get current VHT configuration in 5GHz for the STA. 1279 mlanutl mlan0 vhtcfg 2 2 : Get maximum VHT configuration in 5GHz for the STA. 1280 mlanutl mlan0 vhtcfg 2 1 1 0x000001f0 1283 mlanutl mlan0 vhtcfg 2 2 0 0x000001f0 0xfff5 0xfffa 1287 mlanutl uap0 vhtcfg 2 3 0 0x000001f0 0xfffa 0xfffa [all …]
|