Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_security.c1151 u16 frsubtype = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_STYPE; in aes_cipher() local
1168 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() local
1399 if ((frsubtype == IEEE80211_STYPE_DATA_CFACK) || in aes_decipher()
[all …]
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.c1051 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1053 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() local
1226 frsubtype >>= 4; in aes_decipher()
1254 } else if ((frsubtype == 0x08) || in aes_decipher()
1255 (frsubtype == 0x09) || in aes_decipher()
[all …]
/linux-4.4.14/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()