Struct Ieee80211CapabilityInformation

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg

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.

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Ieee80211CapabilityInformation

Fields:

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

Source code:

struct Ieee80211CapabilityInformation
{
    fields:
        bool ESS;
        bool IBSS;
        bool CFPollable;
        bool CFPollRequest;
        bool privacy;
};