Home
last modified time | relevance | path

Searched refs:sm_pow_save (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h1852 uint16_t sm_pow_save:2; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c1251 (params->he_6ghz_band_caps.sm_pow_save << in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_tdls.c1012 pDot11f->sm_pow_save = peer_cfg.dot11f.sm_pow_save; in lim_tdls_populate_dot11f_6hgz_he_caps()
H A Dlim_utils.c7720 he_6g_cap->sm_pow_save, he_6g_cap->rd_responder, in lim_log_he_6g_cap()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms3472 sm_pow_save: 2;
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c2519 uint8_t sm_pow_save; in hdd_update_wiphy_he_6ghz_capa() local
2533 ucfg_mlme_cfg_get_ht_smps(hdd_ctx->psoc, &sm_pow_save); in hdd_update_wiphy_he_6ghz_capa()
2534 he_6ghz_capa |= FIELD_PREP(IEEE80211_HE_6GHZ_CAP_SM_PS, sm_pow_save); in hdd_update_wiphy_he_6ghz_capa()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h9855 uint16_t sm_pow_save:2; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c7817 he_6g_cap->sm_pow_save = ht_cap_info->mimo_power_save;
H A Ddot11f.c10100 pDst->sm_pow_save = tmp97__ >> 9 & 0x3; in dot11f_unpack_ie_he_6ghz_band_cap()
30826 tmp217__ |= (pSrc->sm_pow_save << 9); in dot11f_pack_ie_he_6ghz_band_cap()