Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/core/
Drtw_security.c1313 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1315 frsubtype = frsubtype>>4; in aes_cipher()
1331 if (((frtype|frsubtype) == WIFI_DATA_CFACK) || in aes_cipher()
1332 ((frtype|frsubtype) == WIFI_DATA_CFPOLL) || in aes_cipher()
1333 ((frtype|frsubtype) == WIFI_DATA_CFACKPOLL)) { in aes_cipher()
1339 ((frsubtype == 0x08) || in aes_cipher()
1340 (frsubtype == 0x09) || in aes_cipher()
1341 (frsubtype == 0x0a) || in aes_cipher()
1342 (frsubtype == 0x0b))) { in aes_cipher()
1556 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local
[all …]
/drivers/staging/rtl8712/
Drtl871x_security.c1032 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1034 frsubtype >>= 4; in aes_cipher()
1054 } else if ((frsubtype == 0x08) || in aes_cipher()
1055 (frsubtype == 0x09) || in aes_cipher()
1056 (frsubtype == 0x0a) || in aes_cipher()
1057 (frsubtype == 0x0b)) { in aes_cipher()
1204 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local
1206 frsubtype >>= 4; in aes_decipher()
1234 } else if ((frsubtype == 0x08) || in aes_decipher()
1235 (frsubtype == 0x09) || in aes_decipher()
[all …]