Searched refs:WIFI_DATA_CFACKPOLL (Results 1 – 6 of 6) sorted by relevance
70 WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE), enumerator
1050 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_cipher()1230 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()
69 WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE), enumerator
83 WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE), enumerator
1367 ((frtype|frsubtype) == WIFI_DATA_CFACKPOLL)) { in aes_cipher()1631 ((frtype|frsubtype) == WIFI_DATA_CFACKPOLL)) { in aes_decipher()
1118 …if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || (frtype == WIFI_DATA_CFACKPOLL)… in aes_cipher()