Searched refs:WIFI_DATA_CFACK (Results 1 – 6 of 6) sorted by relevance
80 WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE), enumerator
1068 if ((frtype == WIFI_DATA_CFACK) || in aes_cipher()1249 if ((frtype == WIFI_DATA_CFACK) || in aes_decipher()
67 WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE), enumerator
81 WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE), enumerator
1365 if (((frtype|frsubtype) == WIFI_DATA_CFACK) || in aes_cipher()1629 if (((frtype|frsubtype) == WIFI_DATA_CFACK) || in aes_decipher()
1119 …if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || (frtype == WIFI_DATA_CFACKPOLL)… in aes_cipher()