Lines Matching refs:txpwrlimit
4098 int wifi_set_txpwrlimit(wifi_txpwrlimit_t *txpwrlimit) in wifi_set_txpwrlimit() argument
4112 txpwrlimit->num_chans * (sizeof(MrvlIEtypesHeader_t) + sizeof(MrvlChannelDesc_t)) + in wifi_set_txpwrlimit()
4113 …(txpwrlimit->num_chans * txpwrlimit->txpwrlimit_config->num_mod_grps * sizeof(MrvlChanTrpcEntry_t)… in wifi_set_txpwrlimit()
4118 txpwrlimit_config->reserved = txpwrlimit->subband; in wifi_set_txpwrlimit()
4122 for (i = 0; i < txpwrlimit->num_chans; i++) in wifi_set_txpwrlimit()
4127 …sizeof(MrvlChannelDesc_t) + txpwrlimit->txpwrlimit_config->num_mod_grps * sizeof(MrvlChanTrpcEntry… in wifi_set_txpwrlimit()
4128 trpc_tlv->start_freq = txpwrlimit->txpwrlimit_config[i].chan_desc.start_freq; in wifi_set_txpwrlimit()
4129 trpc_tlv->width = txpwrlimit->txpwrlimit_config[i].chan_desc.chan_width; in wifi_set_txpwrlimit()
4130 trpc_tlv->chan_num = txpwrlimit->txpwrlimit_config[i].chan_desc.chan_num; in wifi_set_txpwrlimit()
4131 …(void)memcpy((void *)trpc_tlv->mod_group, (const void *)txpwrlimit->txpwrlimit_config[i].txpwrlimi… in wifi_set_txpwrlimit()
4132 txpwrlimit->txpwrlimit_config->num_mod_grps * sizeof(MrvlChanTrpcEntry_t)); in wifi_set_txpwrlimit()
4139 int wifi_get_txpwrlimit(wifi_SubBand_t subband, wifi_txpwrlimit_t *txpwrlimit) in wifi_get_txpwrlimit() argument
4157 ret = wifi_wait_for_cmdresp(txpwrlimit); in wifi_get_txpwrlimit()