Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Dwifi.h218 #define GetFrameType(pbuf) \ macro
359 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
/drivers/staging/rtl8712/
Dwifi.h232 #define GetFrameType(pbuf) (le16_to_cpu(*(unsigned short *)(pbuf)) & \ macro
Drtl871x_security.c1050 uint frtype = GetFrameType(pframe); in aes_cipher()
1223 uint frtype = GetFrameType(pframe); in aes_decipher()
Drtl871x_recv.c576 type = GetFrameType(ptr); in r8712_validate_recv_frame()
/drivers/staging/rtl8188eu/core/
Drtw_recv.c955 if (GetFrameType(pframe) != WIFI_CTRL_TYPE) in validate_recv_ctrl_frame()
1260 type = GetFrameType(ptr); in validate_recv_frame()
1527 u8 type = GetFrameType(pfhdr->rx_data); in recvframe_chk_defrag()
Drtw_security.c1079 uint frtype = GetFrameType(pframe); in aes_cipher()
1278 uint frtype = GetFrameType(pframe); in aes_decipher()
Drtw_mlme_ext.c4204 (unsigned int)GetFrameType(pframe), in mgt_dispatcher()
4207 if (GetFrameType(pframe) != WIFI_MGT_TYPE) { in mgt_dispatcher()
4210 (unsigned int)GetFrameType(pframe))); in mgt_dispatcher()