Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_tdls.c869 tDot11fIEHTCaps *htCap, in populate_dot11f_tdls_ht_vht_cap() argument
892 populate_dot11f_ht_caps(mac, pe_session, htCap); in populate_dot11f_tdls_ht_vht_cap()
894 wlan_mlme_get_cfg_str(&htCap->supportedMCSSet[0], in populate_dot11f_tdls_ht_vht_cap()
901 htCap->supportedChannelWidthSet = 1; in populate_dot11f_tdls_ht_vht_cap()
904 htCap->supportedChannelWidthSet = 0; in populate_dot11f_tdls_ht_vht_cap()
907 htCap->supportedMCSSet[1] = 0; in populate_dot11f_tdls_ht_vht_cap()
927 htCap->present = 0; in populate_dot11f_tdls_ht_vht_cap()
930 htCap->present, htCap->supportedChannelWidthSet); in populate_dot11f_tdls_ht_vht_cap()
3526 tDot11fIEHTCaps htCap = {0,}; in lim_tdls_update_hash_node_info() local
3537 populate_dot11f_ht_caps(mac, pe_session, &htCap); in lim_tdls_update_hash_node_info()
[all …]
Dlim_utils.c2279 uint32_t htCap, struct pe_session *pe_session) in lim_get_ht_capability() argument
2294 if (htCap >= eHT_ANTENNA_SELECTION && htCap < eHT_SI_GRANULARITY) { in lim_get_ht_capability()
2298 } else if (htCap >= eHT_TX_BEAMFORMING && in lim_get_ht_capability()
2299 htCap < eHT_ANTENNA_SELECTION) { in lim_get_ht_capability()
2305 switch (htCap) { in lim_get_ht_capability()