Searched refs:GetFrameType (Results 1 – 11 of 11) sorted by relevance
104 #define GetFrameType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
1031 u16 frtype = GetFrameType(pframe); in aes_cipher()1203 uint frtype = GetFrameType(pframe); in aes_decipher()
558 type = GetFrameType(ptr); in r8712_validate_recv_frame()
142 #define GetFrameType(pbuf) \ macro315 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
251 #define GetFrameType(pbuf) \ macro408 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
822 if (GetFrameType(pframe) != WIFI_CTRL_TYPE) in validate_recv_ctrl_frame()1103 type = GetFrameType(ptr); in validate_recv_frame()1348 u8 type = GetFrameType(pfhdr->rx_data); in recvframe_chk_defrag()
974 uint frtype = GetFrameType(pframe); in aes_cipher()1168 uint frtype = GetFrameType(pframe); in aes_decipher()
418 if (GetFrameType(pframe) != WIFI_MGT_TYPE) in mgt_dispatcher()
906 if (GetFrameType(pframe) != WIFI_CTRL_TYPE) in validate_recv_ctrl_frame()1123 u8 type = GetFrameType(pfhdr->rx_data); in recvframe_chk_defrag()1445 type = GetFrameType(ptr); in validate_recv_frame()
882 uint frtype = GetFrameType(pframe); in aes_cipher()1095 uint frtype = GetFrameType(pframe); in aes_decipher()
450 if (GetFrameType(pframe) != WIFI_MGT_TYPE) in mgt_dispatcher()
Completed in 66 milliseconds