GetFrameSubType
subtype = GetFrameSubType(pframe);
index = GetFrameSubType(pframe) >> 4;
switch (GetFrameSubType(pframe)) {
frame_type = GetFrameSubType(pframe);
if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON)
else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ)
else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBERSP) {
subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */
subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */
if (GetFrameSubType(ptr) & BIT(6)) {
if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE)
if (GetFrameSubType(ptr) & BIT(6)) {
if (GetFrameSubType(pframe) == WIFI_PSPOLL) {
uint frsubtype = GetFrameSubType(pframe);
uint frsubtype = GetFrameSubType(pframe);
subtype = GetFrameSubType(pframe) >> 4;
subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */
if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC)
type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET);
(GetFrameSubType(wlanhdr) == WIFI_BEACON);
if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */
if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ)