Searched refs:frsubtype (Results 1 – 3 of 3) sorted by relevance
1151 u16 frsubtype = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_STYPE; in aes_cipher() local1168 if ((frsubtype == IEEE80211_STYPE_DATA_CFACK) || in aes_cipher()1169 (frsubtype == IEEE80211_STYPE_DATA_CFPOLL) || in aes_cipher()1170 (frsubtype == IEEE80211_STYPE_DATA_CFACKPOLL)) { in aes_cipher()1174 } else if ((frsubtype == IEEE80211_STYPE_QOS_DATA) || in aes_cipher()1175 (frsubtype == IEEE80211_STYPE_QOS_DATA_CFACK) || in aes_cipher()1176 (frsubtype == IEEE80211_STYPE_QOS_DATA_CFPOLL) || in aes_cipher()1177 (frsubtype == IEEE80211_STYPE_QOS_DATA_CFACKPOLL)) { in aes_cipher()1369 u16 frsubtype = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_STYPE; in aes_decipher() local1399 if ((frsubtype == IEEE80211_STYPE_DATA_CFACK) || in aes_decipher()[all …]
1051 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local1053 frsubtype >>= 4; in aes_cipher()1073 } else if ((frsubtype == 0x08) || in aes_cipher()1074 (frsubtype == 0x09) || in aes_cipher()1075 (frsubtype == 0x0a) || in aes_cipher()1076 (frsubtype == 0x0b)) { in aes_cipher()1224 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local1226 frsubtype >>= 4; in aes_decipher()1254 } else if ((frsubtype == 0x08) || in aes_decipher()1255 (frsubtype == 0x09) || in aes_decipher()[all …]
1080 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local1082 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 >>= 4; in aes_decipher()1313 } else if ((frsubtype == 0x08) || (frsubtype == 0x09) || in aes_decipher()1314 (frsubtype == 0x0a) || (frsubtype == 0x0b)) { in aes_decipher()