Searched refs:ht_capie (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 2299 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local 2310 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie() 2312 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_DSSSCCK40); in rtw_restructure_ht_ie() 2315 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_20); in rtw_restructure_ht_ie() 2358 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH); in rtw_restructure_ht_ie() 2360 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_40); in rtw_restructure_ht_ie() 2364 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_TX_STBC); in rtw_restructure_ht_ie() 2367 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SM_PS); in rtw_restructure_ht_ie() 2376 memcpy(&ht_capie.mcs, pmlmeext->default_supported_mcs_set, 16); in rtw_restructure_ht_ie() 2380 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_RX_STBC_1R);/* RX STBC One spatial stream */ in rtw_restructure_ht_ie() [all …]
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_mlme.c | 1896 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() 1930 ht_capie.ampdu_params_info = (MAX_AMPDU_FACTOR_64K & 0x03); in rtw_restructure_ht_ie() 1933 ht_capie.ampdu_params_info |= (IEEE80211_HT_AMPDU_PARM_DENSITY & (0x07 << 2)); in rtw_restructure_ht_ie() 1935 ht_capie.ampdu_params_info |= (IEEE80211_HT_AMPDU_PARM_DENSITY & 0x00); in rtw_restructure_ht_ie() 1938 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie()
|
/linux-6.1.9/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 1603 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie() local 1619 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie() 1620 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in r8712_restructure_ht_ie() 1626 ht_capie.ampdu_params_info = (IEEE80211_HT_AMPDU_PARM_FACTOR & in r8712_restructure_ht_ie() 1630 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()
|