Searched refs:hemumode (Results 1 – 2 of 2) sorted by relevance
158 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
1433 QDF_STATUS wma_get_hemu_mode(uint32_t *hemumode, struct mac_context *mac) in wma_get_hemu_mode() argument1435 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()