Ieee80211CapabilityInformation

Namespace inet::ieee80211

Ieee80211CapabilityInformation

struct

Capability Information field format. This field is not used by the model (and is omitted from management frame formats too), because its fields are related to features not supported by this model (PCF, privacy, and beacons in ad-hoc mode). It is only provided here for completeness.

Fields

Name Type Description
ESS bool
IBSS bool
CFPollable bool
CFPollRequest bool
privacy bool
DelayedBlockAck bool
InmediateBlockAck bool

Source code

//
// Capability Information field format. This field is not used
// by the model (and is omitted from management frame formats too),
// because its fields are related to features not supported by this model
// (PCF, privacy, and beacons in ad-hoc mode). It is only provided here
// for completeness.
//
struct Ieee80211CapabilityInformation
{
    bool ESS;
    bool IBSS;
    bool CFPollable;
    bool CFPollRequest;
    bool privacy;
    bool DelayedBlockAck;
    bool InmediateBlockAck;
}

File: src/inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrame.msg