Searched refs:GetFrameType (Results 1 – 7 of 7) sorted by relevance
307 #define GetFrameType(pbuf) \ macro448 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
241 #define GetFrameType(pbuf) (le16_to_cpu(*(unsigned short *)(pbuf)) & \ macro
1045 uint frtype = GetFrameType(pframe); in aes_cipher()1216 uint frtype = GetFrameType(pframe); in aes_decipher()
572 type = GetFrameType(ptr); in r8712_validate_recv_frame()
980 if (GetFrameType(pframe) != WIFI_CTRL_TYPE) in validate_recv_ctrl_frame()1288 type = GetFrameType(ptr); in validate_recv_frame()1543 u8 type = GetFrameType(pfhdr->rx_data); in recvframe_chk_defrag()
1079 uint frtype = GetFrameType(pframe); in aes_cipher()1278 uint frtype = GetFrameType(pframe); in aes_decipher()
442 GetFrameType(pframe), GetFrameSubType(pframe))); in mgt_dispatcher()444 if (GetFrameType(pframe) != WIFI_MGT_TYPE) { in mgt_dispatcher()445 …RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("mgt_dispatcher: type(0x%x) error!\n", GetFrameType(… in mgt_dispatcher()