Searched refs:GetFrameType (Results 1 – 11 of 11) sorted by relevance
205 #define GetFrameType(pbuf) \ macro339 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
264 #define GetFrameType(pbuf) \ macro444 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
230 #define GetFrameType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
1051 u16 frtype = GetFrameType(pframe); in aes_cipher()1224 uint frtype = GetFrameType(pframe); in aes_decipher()
574 type = GetFrameType(ptr); in r8712_validate_recv_frame()
875 if (GetFrameType(pframe) != WIFI_CTRL_TYPE) in validate_recv_ctrl_frame()1180 type = GetFrameType(ptr); in validate_recv_frame()1427 u8 type = GetFrameType(pfhdr->pkt->data); in recvframe_chk_defrag()
1101 uint frtype = GetFrameType(pframe); in aes_cipher()
4111 (unsigned int)GetFrameType(pframe), in mgt_dispatcher()4114 if (GetFrameType(pframe) != WIFI_MGT_TYPE) { in mgt_dispatcher()4117 (unsigned int)GetFrameType(pframe))); in mgt_dispatcher()
1094 if (GetFrameType(pframe) != WIFI_CTRL_TYPE) in validate_recv_ctrl_frame()1406 type = GetFrameType(ptr); in validate_80211w_mgmt()1521 type = GetFrameType(ptr); in validate_recv_frame()1816 u8 type = GetFrameType(pfhdr->rx_data); in recvframe_chk_defrag()
1346 uint frtype = GetFrameType(pframe); in aes_cipher()1597 uint frtype = GetFrameType(pframe); in aes_decipher()
540 GetFrameType(pframe), GetFrameSubType(pframe))); in mgt_dispatcher()542 if (GetFrameType(pframe) != WIFI_MGT_TYPE) { in mgt_dispatcher()543 …RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("mgt_dispatcher: type(0x%x) error!\n", GetFrameType(… in mgt_dispatcher()