Searched refs:WIFI_DATA_CFACKPOLL (Results 1 – 6 of 6) sorted by relevance
82 WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE), enumerator
1070 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_cipher()1251 (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()
1119 …if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || (frtype == WIFI_DATA_CFACKPOLL)… in aes_cipher()