Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_he.h158 QDF_STATUS wma_get_hemu_mode(uint32_t *hemumode, struct mac_context *mac);
322 static inline QDF_STATUS wma_get_hemu_mode(uint32_t *hemumode, in wma_get_hemu_mode() argument
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c1433 QDF_STATUS wma_get_hemu_mode(uint32_t *hemumode, struct mac_context *mac) in wma_get_hemu_mode() argument
1435 if (!hemumode || !mac) in wma_get_hemu_mode()
1438 *hemumode = DOT11AX_HEMU_MODE; in wma_get_hemu_mode()
1439 *hemumode |= ((mac->mlme_cfg->he_caps.dot11_he_cap.su_beamformer << HE_SUBFER) | in wma_get_hemu_mode()