Searched refs:htCap (Results 1 – 2 of 2) sorted by relevance
869 tDot11fIEHTCaps *htCap, in populate_dot11f_tdls_ht_vht_cap() argument892 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() local3537 populate_dot11f_ht_caps(mac, pe_session, &htCap); in lim_tdls_update_hash_node_info()[all …]
2279 uint32_t htCap, struct pe_session *pe_session) in lim_get_ht_capability() argument2294 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()