Home
last modified time | relevance | path

Searched refs:trpc_cfg (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_eth_ioctl.c7364 mlan_ds_misc_chan_trpc_cfg *trpc_cfg = NULL; in woal_priv_get_txpwrlimit() local
7371 trpc_cfg = (mlan_ds_misc_chan_trpc_cfg *)(respbuf + header_len); in woal_priv_get_txpwrlimit()
7372 if ((trpc_cfg->sub_band != 0) && (trpc_cfg->sub_band != 0x10) && in woal_priv_get_txpwrlimit()
7373 (trpc_cfg->sub_band != 0x11) && (trpc_cfg->sub_band != 0x12) && in woal_priv_get_txpwrlimit()
7374 (trpc_cfg->sub_band != 0x13)) { in woal_priv_get_txpwrlimit()
7375 PRINTM(MERROR, "Invalid subband=0x%x\n", trpc_cfg->sub_band); in woal_priv_get_txpwrlimit()
7388 misc->param.trpc_cfg.sub_band = trpc_cfg->sub_band; in woal_priv_get_txpwrlimit()
7395 misc->param.trpc_cfg.length; in woal_priv_get_txpwrlimit()
7397 moal_memcpy_ext(priv->phandle, pos, &misc->param.trpc_cfg, in woal_priv_get_txpwrlimit()
7399 misc->param.trpc_cfg.length, in woal_priv_get_txpwrlimit()
H A Dmlan_ioctl.h5817 mlan_ds_misc_chan_trpc_cfg trpc_cfg; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_cmdevt.c9023 HostCmd_DS_CHANNEL_TRPC_CONFIG *trpc_cfg = &cmd->params.ch_trpc_config; in wlan_cmd_get_chan_trpc_config() local
9030 trpc_cfg->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_get_chan_trpc_config()
9033 trpc_cfg->sub_band = wlan_cpu_to_le16(cfg->sub_band); in wlan_cmd_get_chan_trpc_config()
9112 HostCmd_DS_CHANNEL_TRPC_CONFIG *trpc_cfg = &resp->params.ch_trpc_config; in wlan_ret_get_chan_trpc_config() local
9119 cfg = (mlan_ds_misc_chan_trpc_cfg *)&(misc->param.trpc_cfg); in wlan_ret_get_chan_trpc_config()
9120 cfg->sub_band = wlan_le16_to_cpu(trpc_cfg->sub_band); in wlan_ret_get_chan_trpc_config()
H A Dmlan_ioctl.h5817 mlan_ds_misc_chan_trpc_cfg trpc_cfg; member
H A Dmlan_misc.c6206 (t_void *)&misc->param.trpc_cfg); in wlan_get_chan_trpc_cfg()