WIFI_BEACON
SetFrameSubType(pframe, WIFI_BEACON);
{WIFI_BEACON, "OnBeacon", &OnBeacon},
if (subtype == WIFI_BEACON) {
case WIFI_BEACON:
if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON)
if (subtype == WIFI_BEACON)
SetFrameSubType(pframe, WIFI_BEACON);
(GetFrameSubType(wlanhdr) == WIFI_BEACON);
if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */
SetFrameSubType(pbuf, WIFI_BEACON);