Searched refs:frtype (Results 1 – 2 of 2) sorted by relevance
1045 uint frtype = GetFrameType(pframe); in aes_cipher() local1062 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() local1241 if ((frtype == WIFI_DATA_CFACK) || in aes_decipher()1242 (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()1243 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()
1079 uint frtype = GetFrameType(pframe); in aes_cipher() local1097 …if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || (frtype == WIFI_DATA_CFACKPOLL)… in aes_cipher()1278 uint frtype = GetFrameType(pframe); in aes_decipher() local1308 if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()1309 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()