Home
last modified time | relevance | path

Searched refs:update_vht_opmode (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c2954 tUpdateVHTOpMode *update_vht_opmode) in wma_process_update_opmode() argument
2966 update_vht_opmode->peer_mac, in wma_process_update_opmode()
2991 update_vht_opmode->opMode); in wma_process_update_opmode()
2993 if (ch_width < update_vht_opmode->opMode) { in wma_process_update_opmode()
2995 update_vht_opmode->opMode, ch_width); in wma_process_update_opmode()
2999 wma_set_peer_param(wma_handle, update_vht_opmode->peer_mac, in wma_process_update_opmode()
3000 WMI_HOST_PEER_CHWIDTH, update_vht_opmode->opMode, in wma_process_update_opmode()
3001 update_vht_opmode->smesessionId); in wma_process_update_opmode()
3003 wma_set_peer_param(wma_handle, update_vht_opmode->peer_mac, in wma_process_update_opmode()
3005 fw_phymode, update_vht_opmode->smesessionId); in wma_process_update_opmode()
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_internal.h792 tUpdateVHTOpMode *update_vht_opmode);