Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_ocb_tlv.c549 WMI_SET_CHANNEL_MAX_TX_POWER(chan, config->channels[i].max_pwr); in send_ocb_set_config_cmd_tlv()
Dwmi_unified_sta_tlv.c678 WMI_SET_CHANNEL_MAX_TX_POWER(chan_info, src_chan_info->pwr); in send_set_tdls_offchan_mode_cmd_tlv()
930 WMI_SET_CHANNEL_MAX_TX_POWER(chan_info, in_chan_info->pwr); in send_update_tdls_peer_state_cmd_tlv()
Dwmi_unified_tlv.c1283 WMI_SET_CHANNEL_MAX_TX_POWER(chan, req->channel.maxregpower); in copy_channel_info()
4595 WMI_SET_CHANNEL_MAX_TX_POWER(chan_info, in send_scan_chan_list_cmd_tlv()
/wlan-driver/fw-api/fw/
Dwmi_unified.h2657 #define WMI_SET_CHANNEL_MAX_TX_POWER(pwmi_channel,val) do { \ macro