Searched refs:GetFrameType (Results 1 – 7 of 7) sorted by relevance
123 #define GetFrameType(pbuf) \ macro278 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
104 #define GetFrameType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
1030 u16 frtype = GetFrameType(pframe); in aes_cipher()1202 uint frtype = GetFrameType(pframe); in aes_decipher()
559 type = GetFrameType(ptr); in r8712_validate_recv_frame()
898 if (GetFrameType(pframe) != WIFI_CTRL_TYPE) in validate_recv_ctrl_frame()1119 u8 type = GetFrameType(pfhdr->rx_data); in recvframe_chk_defrag()1441 type = GetFrameType(ptr); in validate_recv_frame()
881 uint frtype = GetFrameType(pframe); in aes_cipher()1094 uint frtype = GetFrameType(pframe); in aes_decipher()
445 if (GetFrameType(pframe) != WIFI_MGT_TYPE) in mgt_dispatcher()