GetFrameType
if (GetFrameType(pframe) != WIFI_MGT_TYPE)
u8 type = GetFrameType(pfhdr->rx_data);
type = GetFrameType(ptr);
if (GetFrameType(pframe) != WIFI_CTRL_TYPE)
uint frtype = GetFrameType(pframe);
uint frtype = GetFrameType(pframe);
if (WIFI_CTRL_TYPE == GetFrameType(pframe))