Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_security.c1347 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1349 frsubtype = frsubtype>>4; in aes_cipher()
1365 if (((frtype|frsubtype) == WIFI_DATA_CFACK) || in aes_cipher()
1366 ((frtype|frsubtype) == WIFI_DATA_CFPOLL) || in aes_cipher()
1367 ((frtype|frsubtype) == WIFI_DATA_CFACKPOLL)) { in aes_cipher()
1373 ((frsubtype == 0x08) || in aes_cipher()
1374 (frsubtype == 0x09) || in aes_cipher()
1375 (frsubtype == 0x0a) || in aes_cipher()
1376 (frsubtype == 0x0b))) { in aes_cipher()
1598 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local
[all …]
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.c1052 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1054 frsubtype >>= 4; in aes_cipher()
1074 } else if ((frsubtype == 0x08) || in aes_cipher()
1075 (frsubtype == 0x09) || in aes_cipher()
1076 (frsubtype == 0x0a) || in aes_cipher()
1077 (frsubtype == 0x0b)) { in aes_cipher()
1225 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local
1227 frsubtype >>= 4; in aes_decipher()
1255 } else if ((frsubtype == 0x08) || in aes_decipher()
1256 (frsubtype == 0x09) || in aes_decipher()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c1102 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1104 frsubtype >>= 4; in aes_cipher()
1123 …} else if ((frsubtype == 0x08) || (frsubtype == 0x09) || (frsubtype == 0x0a) || (frsubtype == 0x0b… in aes_cipher()