Searched refs:trpc_cfg (Results 1 – 5 of 5) sorted by relevance
7364 mlan_ds_misc_chan_trpc_cfg *trpc_cfg = NULL; in woal_priv_get_txpwrlimit() local7371 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()
5817 mlan_ds_misc_chan_trpc_cfg trpc_cfg; member
9023 HostCmd_DS_CHANNEL_TRPC_CONFIG *trpc_cfg = &cmd->params.ch_trpc_config; in wlan_cmd_get_chan_trpc_config() local9030 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() local9119 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()
6206 (t_void *)&misc->param.trpc_cfg); in wlan_get_chan_trpc_cfg()