Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_security.c1045 uint frtype = GetFrameType(pframe); in aes_cipher() local
1062 if ((frtype == WIFI_DATA_CFACK) || in aes_cipher()
1063 (frtype == WIFI_DATA_CFPOLL) || in aes_cipher()
1064 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_cipher()
1216 uint frtype = GetFrameType(pframe); in aes_decipher() local
1241 if ((frtype == WIFI_DATA_CFACK) || in aes_decipher()
1242 (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()
1243 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()
/linux-4.1.27/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()