Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/core/
A Drtw_mlme.c2199 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local
2210 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie()
2212 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_DSSSCCK40); in rtw_restructure_ht_ie()
2215 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_20); in rtw_restructure_ht_ie()
2253 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH); in rtw_restructure_ht_ie()
2255 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_40); in rtw_restructure_ht_ie()
2259 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_TX_STBC); in rtw_restructure_ht_ie()
2262 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SM_PS); in rtw_restructure_ht_ie()
2271 memcpy(&ht_capie.mcs, pmlmeext->default_supported_mcs_set, 16); in rtw_restructure_ht_ie()
2277 set_mcs_rate_by_mask(ht_capie.mcs.rx_mask, MCS_RATE_1R); in rtw_restructure_ht_ie()
[all …]

Completed in 8 milliseconds