Searched refs:frsubtype (Results 1 – 3 of 3) sorted by relevance
1168 u16 frsubtype = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_STYPE; in aes_cipher() local1185 if ((frsubtype == IEEE80211_STYPE_DATA_CFACK) || in aes_cipher()1186 (frsubtype == IEEE80211_STYPE_DATA_CFPOLL) || in aes_cipher()1187 (frsubtype == IEEE80211_STYPE_DATA_CFACKPOLL)) { in aes_cipher()1191 } else if ((frsubtype == IEEE80211_STYPE_QOS_DATA) || in aes_cipher()1192 (frsubtype == IEEE80211_STYPE_QOS_DATA_CFACK) || in aes_cipher()1193 (frsubtype == IEEE80211_STYPE_QOS_DATA_CFPOLL) || in aes_cipher()1194 (frsubtype == IEEE80211_STYPE_QOS_DATA_CFACKPOLL)) { in aes_cipher()1390 u16 frsubtype = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_STYPE; in aes_decipher() local1420 if ((frsubtype == IEEE80211_STYPE_DATA_CFACK) || in aes_decipher()[all …]
1048 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local1050 frsubtype = frsubtype >> 4; in aes_cipher()1070 } else if ((frsubtype == 0x08) || in aes_cipher()1071 (frsubtype == 0x09) || in aes_cipher()1072 (frsubtype == 0x0a) || in aes_cipher()1073 (frsubtype == 0x0b)) { in aes_cipher()1221 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local1223 frsubtype = frsubtype >> 4; in aes_decipher()1251 } else if ((frsubtype == 0x08) || in aes_decipher()1252 (frsubtype == 0x09) || in aes_decipher()[all …]
1080 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local1082 frsubtype = frsubtype>>4; in aes_cipher()1101 …} else if ((frsubtype == 0x08) || (frsubtype == 0x09) || (frsubtype == 0x0a) || (frsubtype == 0x0b… in aes_cipher()1279 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local1280 frsubtype = frsubtype>>4; in aes_decipher()1313 } else if ((frsubtype == 0x08) || (frsubtype == 0x09) || in aes_decipher()1314 (frsubtype == 0x0a) || (frsubtype == 0x0b)) { in aes_decipher()