Ieee80211ActionFrame

Namespace inet::ieee80211

Ieee80211ActionFrame

packet

8.3.3.13 Action frame format -- mgmt frame with subtype action

Extends

Name Type Description
Ieee80211ManagementFrame (unknown -- not in documented files)

Fields

Name Type Description
type
category short

TODO: subclasses will add action subfield contents short action @enum(WirelessNetworkManagementAction); // action TODO: remove it

Source code

// 8.3.3.13 Action frame format -- mgmt frame with subtype action
packet Ieee80211ActionFrame extends Ieee80211ManagementFrame
{
    type = ST_ACTION;
    short category;
    // TODO: subclasses will add action subfield contents
    //short action @enum(WirelessNetworkManagementAction); // action TODO: remove it
}

File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg