Searched refs:ht_capie (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_mlme.c | 2309 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local 2320 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie() 2322 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_DSSSCCK40); in rtw_restructure_ht_ie() 2325 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_20); in rtw_restructure_ht_ie() 2368 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH); in rtw_restructure_ht_ie() 2370 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_40); in rtw_restructure_ht_ie() 2374 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_TX_STBC); in rtw_restructure_ht_ie() 2377 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SM_PS); in rtw_restructure_ht_ie() 2386 memcpy(&ht_capie.mcs, pmlmeext->default_supported_mcs_set, 16); in rtw_restructure_ht_ie() 2392 set_mcs_rate_by_mask(ht_capie.mcs.rx_mask, MCS_RATE_1R); in rtw_restructure_ht_ie() [all …]
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_mlme.c | 1895 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local 1917 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie() 1919 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in rtw_restructure_ht_ie() 1934 ht_capie.ampdu_params_info = (max_rx_ampdu_factor & 0x03); in rtw_restructure_ht_ie() 1937 ht_capie.ampdu_params_info |= (IEEE80211_HT_AMPDU_PARM_DENSITY & (0x07 << 2)); in rtw_restructure_ht_ie() 1939 ht_capie.ampdu_params_info |= (IEEE80211_HT_AMPDU_PARM_DENSITY & 0x00); in rtw_restructure_ht_ie() 1942 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie()
|
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_mlme.c | 1643 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()
|
Completed in 16 milliseconds