Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.c1050 uint frtype = GetFrameType(pframe); in aes_cipher() local
1067 if ((frtype == WIFI_DATA_CFACK) || in aes_cipher()
1068 (frtype == WIFI_DATA_CFPOLL) || in aes_cipher()
1069 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_cipher()
1223 uint frtype = GetFrameType(pframe); in aes_decipher() local
1248 if ((frtype == WIFI_DATA_CFACK) || in aes_decipher()
1249 (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()
1250 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_security.c1079 uint frtype = GetFrameType(pframe); in aes_cipher() local
1097 …if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || (frtype == WIFI_DATA_CFACKPOLL)… in aes_cipher()
1278 uint frtype = GetFrameType(pframe); in aes_decipher() local
1308 if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()
1309 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()