Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8712/
Dwifi.h104 #define GetFrameType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
Drtl871x_security.c1030 u16 frtype = GetFrameType(pframe); in aes_cipher()
1202 uint frtype = GetFrameType(pframe); in aes_decipher()
Drtl871x_recv.c557 type = GetFrameType(ptr); in r8712_validate_recv_frame()
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dwifi.h142 #define GetFrameType(pbuf) \ macro
315 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dwifi.h177 #define GetFrameType(pbuf) \ macro
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_recv.c906 if (GetFrameType(pframe) != WIFI_CTRL_TYPE) in validate_recv_ctrl_frame()
1127 u8 type = GetFrameType(pfhdr->rx_data); in recvframe_chk_defrag()
1449 type = GetFrameType(ptr); in validate_recv_frame()
Drtw_security.c882 uint frtype = GetFrameType(pframe); in aes_cipher()
1095 uint frtype = GetFrameType(pframe); in aes_decipher()
Drtw_mlme_ext.c448 if (GetFrameType(pframe) != WIFI_MGT_TYPE) in mgt_dispatcher()
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_security.c973 uint frtype = GetFrameType(pframe); in aes_cipher()
1167 uint frtype = GetFrameType(pframe); in aes_decipher()