Searched refs:frsubtype (Results 1 – 1 of 1) sorted by relevance
810 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local812 frsubtype = frsubtype >> 4; in aes_cipher()819 if (((frtype | frsubtype) == WIFI_DATA_CFACK) || in aes_cipher()820 ((frtype | frsubtype) == WIFI_DATA_CFPOLL) || in aes_cipher()821 ((frtype | frsubtype) == WIFI_DATA_CFACKPOLL)) { in aes_cipher()827 ((frsubtype == 0x08) || in aes_cipher()828 (frsubtype == 0x09) || in aes_cipher()829 (frsubtype == 0x0a) || in aes_cipher()830 (frsubtype == 0x0b))) { in aes_cipher()1015 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local[all …]