Home
last modified time | relevance | path

Searched refs:WMI_SET_CHANNEL_MAX_POWER (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_ocb_tlv.c547 WMI_SET_CHANNEL_MAX_POWER(chan, config->channels[i].max_pwr); in send_ocb_set_config_cmd_tlv()
H A Dwmi_unified_tlv.c1279 WMI_SET_CHANNEL_MAX_POWER(chan, req->channel.maxpower); in copy_channel_info()
4587 WMI_SET_CHANNEL_MAX_POWER(chan_info, in send_scan_chan_list_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h2633 #define WMI_SET_CHANNEL_MAX_POWER(pwmi_channel,val) do { \ macro