Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c5132 tDot11fIEHTCaps dot11_ht_cap = {0,}; in lim_set_ht_caps() local
5134 populate_dot11f_ht_caps(p_mac, NULL, &dot11_ht_cap); in lim_set_ht_caps()
5138 p_ie, dot11_ht_cap.supportedMCSSet[0]); in lim_set_ht_caps()
5143 p_ht_cap->advCodingCap = dot11_ht_cap.advCodingCap; in lim_set_ht_caps()
5145 dot11_ht_cap.supportedChannelWidthSet; in lim_set_ht_caps()
5146 p_ht_cap->mimoPowerSave = dot11_ht_cap.mimoPowerSave; in lim_set_ht_caps()
5147 p_ht_cap->greenField = dot11_ht_cap.greenField; in lim_set_ht_caps()
5148 p_ht_cap->shortGI20MHz = dot11_ht_cap.shortGI20MHz; in lim_set_ht_caps()
5149 p_ht_cap->shortGI40MHz = dot11_ht_cap.shortGI40MHz; in lim_set_ht_caps()
5150 p_ht_cap->txSTBC = dot11_ht_cap.txSTBC; in lim_set_ht_caps()
[all …]