Searched refs:GetFrameType (Results 1 – 7 of 7) sorted by relevance
218 #define GetFrameType(pbuf) \ macro359 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
232 #define GetFrameType(pbuf) (le16_to_cpu(*(unsigned short *)(pbuf)) & \ macro
1050 uint frtype = GetFrameType(pframe); in aes_cipher()1223 uint frtype = GetFrameType(pframe); in aes_decipher()
576 type = GetFrameType(ptr); in r8712_validate_recv_frame()
955 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()
1079 uint frtype = GetFrameType(pframe); in aes_cipher()1278 uint frtype = GetFrameType(pframe); in aes_decipher()
4204 (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()