Home
last modified time | relevance | path

Searched refs:wmi_get_max_msg_len (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_extscan_tlv.c949 uint16_t max_msg_len = wmi_get_max_msg_len(wmi_handle); in wmi_get_hotlist_entries_per_page()
H A Dwmi_unified.c1846 uint16_t wmi_get_max_msg_len(wmi_unified_t wmi_handle) in wmi_get_max_msg_len() function
1850 qdf_export_symbol(wmi_get_max_msg_len);
H A Dwmi_unified_11be_tlv.c2512 max_entry_per_cmd = (wmi_get_max_msg_len(wmi_handle) - in send_peer_ptqm_migrate_cmd_tlv()
H A Dwmi_unified_tlv.c7963 uint16_t max_wmi_msg_size = wmi_get_max_msg_len(wmi_handle); in send_stats_ext_req_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_api.h804 uint16_t wmi_get_max_msg_len(wmi_unified_t wmi_handle);
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c6461 tgt_cfg.wmi_max_len = wmi_get_max_msg_len(wma_handle->wmi_handle) in wma_update_hdd_cfg()