Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c832 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
834 frsubtype = frsubtype >> 4; in aes_cipher()
841 if (((frtype | frsubtype) == WIFI_DATA_CFACK) || in aes_cipher()
842 ((frtype | frsubtype) == WIFI_DATA_CFPOLL) || in aes_cipher()
843 ((frtype | frsubtype) == WIFI_DATA_CFACKPOLL)) { in aes_cipher()
849 ((frsubtype == 0x08) || in aes_cipher()
850 (frsubtype == 0x09) || in aes_cipher()
851 (frsubtype == 0x0a) || in aes_cipher()
852 (frsubtype == 0x0b))) { in aes_cipher()
1037 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local
[all …]