Searched refs:ht_capie (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 2109 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie23a() local 2133 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie23a() 2135 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in rtw_restructure_ht_ie23a() 2146 ht_capie.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie23a() 2150 ht_capie.ampdu_params_info |= in rtw_restructure_ht_ie23a() 2153 ht_capie.ampdu_params_info |= in rtw_restructure_ht_ie23a() 2158 (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie23a()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 1952 struct rtw_ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local 1975 memset(&ht_capie, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_restructure_ht_ie() 1977 ht_capie.cap_info = IEEE80211_HT_CAP_SUP_WIDTH | in rtw_restructure_ht_ie() 1992 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie() 1995 ht_capie.ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&(0x07<<2)); in rtw_restructure_ht_ie() 1997 ht_capie.ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&0x00); in rtw_restructure_ht_ie() 2001 sizeof(struct rtw_ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 1698 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie() local 1714 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie() 1715 ht_capie.cap_info = IEEE80211_HT_CAP_SUP_WIDTH | in r8712_restructure_ht_ie() 1721 ht_capie.ampdu_params_info = (IEEE80211_HT_CAP_AMPDU_FACTOR & in r8712_restructure_ht_ie() 1725 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()
|