Home
last modified time | relevance | path

Searched refs:frtype (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_security.c924 uint frtype
930 uint frtype
945 uint frtype
1147 uint frtype/* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_iv() argument
1164 if (frtype == WIFI_MGT_TYPE) in construct_mic_iv()
1191 uint frtype/* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_header1() argument
1198 if (frtype == WIFI_MGT_TYPE) in construct_mic_header1()
1282 uint frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_ctr_preload() argument
1298 if (frtype == WIFI_MGT_TYPE) in construct_ctr_preload()
1346 uint frtype = GetFrameType(pframe); in aes_cipher() local
[all …]
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.c1051 u16 frtype = GetFrameType(pframe); in aes_cipher() local
1068 if ((frtype == WIFI_DATA_CFACK) || in aes_cipher()
1069 (frtype == WIFI_DATA_CFPOLL) || in aes_cipher()
1070 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_cipher()
1224 uint frtype = GetFrameType(pframe); in aes_decipher() local
1249 if ((frtype == WIFI_DATA_CFACK) || in aes_decipher()
1250 (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()
1251 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c1101 uint frtype = GetFrameType(pframe); in aes_cipher() local
1119 …if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || (frtype == WIFI_DATA_CFACKPOLL)… in aes_cipher()