Searched refs:WIFI_OFDMRATES (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/staging/rtl8712/ |
| D | ieee80211.c | 50 static u8 WIFI_OFDMRATES[] = { variable 135 memcpy(rates, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in set_supported_rate() 139 memcpy(rates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, in set_supported_rate()
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_ieee80211.c | 45 static u8 WIFI_OFDMRATES[] = { variable 265 memcpy(supported_rates, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate() 273 memcpy(supported_rates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate()
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_ieee80211.c | 45 static u8 WIFI_OFDMRATES[] = { variable 328 memcpy(SupportedRates, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate() 335 memcpy(SupportedRates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate()
|