Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_sta_api.c164 uint32_t *ch_mhz) in wmi_unified_update_tdls_peer_state_cmd() argument
168 peer_state, ch_mhz); in wmi_unified_update_tdls_peer_state_cmd()
H A Dwmi_unified_sta_tlv.c801 uint32_t *ch_mhz) in send_update_tdls_peer_state_cmd_tlv() argument
912 chan_info->mhz = ch_mhz[i]; in send_update_tdls_peer_state_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_sta_api.h206 uint32_t *ch_mhz);
H A Dwmi_unified_priv.h1289 uint32_t *ch_mhz);
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c4490 uint32_t *ch_mhz = NULL; in wma_update_tdls_peer_state() local
4535 ch_mhz_len = sizeof(*ch_mhz) * peer_cap->peer_chanlen; in wma_update_tdls_peer_state()
4536 ch_mhz = qdf_mem_malloc(ch_mhz_len); in wma_update_tdls_peer_state()
4537 if (!ch_mhz) { in wma_update_tdls_peer_state()
4543 ch_mhz[i] = peer_cap->peer_chan[i].ch_freq; in wma_update_tdls_peer_state()
4552 ch_mhz)) { in wma_update_tdls_peer_state()
4587 if (ch_mhz) in wma_update_tdls_peer_state()
4588 qdf_mem_free(ch_mhz); in wma_update_tdls_peer_state()