Ieee80211ActionFrame

Namespace inet::ieee80211

Ieee80211ActionFrame

class

8.3.3.13 Action frame format -- mgmt frame with subtype action

Extends

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

Fields

Name Type Description
type
category short
blockAckAction uint8_t

TODO subclasses will add action subfield contents WirelessNetworkManagementAction action; // action TODO remove it

Source code

// 8.3.3.13 Action frame format -- mgmt frame with subtype action
class Ieee80211ActionFrame extends Ieee80211MgmtHeader
{
    type = ST_ACTION;
    short category;
    uint8_t blockAckAction;
    // TODO subclasses will add action subfield contents
    //WirelessNetworkManagementAction action; // action TODO remove it
}

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