Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2311 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local
2322 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie()
2324 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_DSSSCCK40); in rtw_restructure_ht_ie()
2327 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_20); in rtw_restructure_ht_ie()
2370 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH); in rtw_restructure_ht_ie()
2372 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_40); in rtw_restructure_ht_ie()
2376 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_TX_STBC); in rtw_restructure_ht_ie()
2379 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SM_PS); in rtw_restructure_ht_ie()
2388 memcpy(&ht_capie.mcs, pmlmeext->default_supported_mcs_set, 16); in rtw_restructure_ht_ie()
2392 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_RX_STBC_1R);/* RX STBC One spatial stream */ in rtw_restructure_ht_ie()
[all …]
/drivers/staging/r8188eu/core/
Drtw_mlme.c1977 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local
1999 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie()
2001 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in rtw_restructure_ht_ie()
2016 ht_capie.ampdu_params_info = (max_rx_ampdu_factor & 0x03); in rtw_restructure_ht_ie()
2019 ht_capie.ampdu_params_info |= (IEEE80211_HT_AMPDU_PARM_DENSITY & (0x07 << 2)); in rtw_restructure_ht_ie()
2021 ht_capie.ampdu_params_info |= (IEEE80211_HT_AMPDU_PARM_DENSITY & 0x00); in rtw_restructure_ht_ie()
2024 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie()
/drivers/staging/rtl8712/
Drtl871x_mlme.c1643 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie() local
1659 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie()
1660 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in r8712_restructure_ht_ie()
1666 ht_capie.ampdu_params_info = (IEEE80211_HT_AMPDU_PARM_FACTOR & in r8712_restructure_ht_ie()
1670 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()