Searched refs:frsubtype (Results 1 – 3 of 3) sorted by relevance
883 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local885 frsubtype = frsubtype>>4; in aes_cipher()900 if (((frtype|frsubtype) == WIFI_DATA_CFACK) || in aes_cipher()901 ((frtype|frsubtype) == WIFI_DATA_CFPOLL) || in aes_cipher()902 ((frtype|frsubtype) == WIFI_DATA_CFACKPOLL)) { in aes_cipher()908 ((frsubtype == 0x08) || in aes_cipher()909 (frsubtype == 0x09) || in aes_cipher()910 (frsubtype == 0x0a) || in aes_cipher()911 (frsubtype == 0x0b))) { in aes_cipher()1096 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local[all …]
974 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local976 frsubtype = frsubtype >> 4; in aes_cipher()995 …} else if ((frsubtype == 0x08) || (frsubtype == 0x09) || (frsubtype == 0x0a) || (frsubtype == 0x0b… in aes_cipher()1168 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local1170 frsubtype = frsubtype >> 4; in aes_decipher()1203 } else if ((frsubtype == 0x08) || (frsubtype == 0x09) || in aes_decipher()1204 (frsubtype == 0x0a) || (frsubtype == 0x0b)) { in aes_decipher()
1031 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher() local1033 frsubtype >>= 4; in aes_cipher()1053 } else if ((frsubtype == 0x08) || in aes_cipher()1054 (frsubtype == 0x09) || in aes_cipher()1055 (frsubtype == 0x0a) || in aes_cipher()1056 (frsubtype == 0x0b)) { in aes_cipher()1203 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local1205 frsubtype >>= 4; in aes_decipher()1233 } else if ((frsubtype == 0x08) || in aes_decipher()1234 (frsubtype == 0x09) || in aes_decipher()[all …]