Home
last modified time | relevance | path

Searched refs:frsubtype (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_security.c1153 u16 frsubtype = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_STYPE; in aes_cipher() local
1170 if ((frsubtype == IEEE80211_STYPE_DATA_CFACK) || in aes_cipher()
1171 (frsubtype == IEEE80211_STYPE_DATA_CFPOLL) || in aes_cipher()
1172 (frsubtype == IEEE80211_STYPE_DATA_CFACKPOLL)) { in aes_cipher()
1176 } else if ((frsubtype == IEEE80211_STYPE_QOS_DATA) || in aes_cipher()
1177 (frsubtype == IEEE80211_STYPE_QOS_DATA_CFACK) || in aes_cipher()
1178 (frsubtype == IEEE80211_STYPE_QOS_DATA_CFPOLL) || in aes_cipher()
1179 (frsubtype == IEEE80211_STYPE_QOS_DATA_CFACKPOLL)) { in aes_cipher()
1374 u16 frsubtype = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_STYPE; in aes_decipher() local
1404 if ((frsubtype == IEEE80211_STYPE_DATA_CFACK) || in aes_decipher()
[all …]
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_security.c1046 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1048 frsubtype >>= 4; in aes_cipher()
1068 } else if ((frsubtype == 0x08) || in aes_cipher()
1069 (frsubtype == 0x09) || in aes_cipher()
1070 (frsubtype == 0x0a) || in aes_cipher()
1071 (frsubtype == 0x0b)) { in aes_cipher()
1217 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local
1219 frsubtype >>= 4; in aes_decipher()
1247 } else if ((frsubtype == 0x08) || in aes_decipher()
1248 (frsubtype == 0x09) || in aes_decipher()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_security.c1080 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1082 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() local
1280 frsubtype >>= 4; in aes_decipher()
1313 } else if ((frsubtype == 0x08) || (frsubtype == 0x09) || in aes_decipher()
1314 (frsubtype == 0x0a) || (frsubtype == 0x0b)) { in aes_decipher()