Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/core/
Drtw_mlme.c2143 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie23a() local
2166 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie23a()
2168 ht_capie.cap_info = IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in rtw_restructure_ht_ie23a()
2179 ht_capie.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie23a()
2183 ht_capie.ampdu_params_info |= in rtw_restructure_ht_ie23a()
2186 ht_capie.ampdu_params_info |= in rtw_restructure_ht_ie23a()
2191 (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie23a()
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1944 struct rtw_ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local
1967 memset(&ht_capie, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_restructure_ht_ie()
1969 ht_capie.cap_info = IEEE80211_HT_CAP_SUP_WIDTH | in rtw_restructure_ht_ie()
1984 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
1987 ht_capie.ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&(0x07<<2)); in rtw_restructure_ht_ie()
1989 ht_capie.ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&0x00); in rtw_restructure_ht_ie()
1993 sizeof(struct rtw_ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie()
/drivers/staging/rtl8712/
Drtl871x_mlme.c1709 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie() local
1727 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie()
1728 ht_capie.cap_info = IEEE80211_HT_CAP_SUP_WIDTH | in r8712_restructure_ht_ie()
1734 ht_capie.ampdu_params_info = (IEEE80211_HT_CAP_AMPDU_FACTOR & in r8712_restructure_ht_ie()
1738 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()