Searched refs:WIFI_CCKRATES (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | ieee80211.c | 51 static u8 WIFI_CCKRATES[] = { variable 139 memcpy(rates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); in set_supported_rate() 146 memcpy(rates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); in set_supported_rate()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 42 static u8 WIFI_CCKRATES[] = { variable 183 memcpy(SupportedRates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); in rtw_set_supported_rate() 195 memcpy(SupportedRates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); in rtw_set_supported_rate()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 38 static u8 WIFI_CCKRATES[] = { variable 269 memcpy(SupportedRates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); in rtw_set_supported_rate() 284 memcpy(SupportedRates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); in rtw_set_supported_rate()
|