Enum AckPolicy

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

Ack policy values for the 802.11 QoS control field

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

//
// Ack policy values for the 802.11 QoS control field
//
enum AckPolicy
{

    NORMAL_ACK = 0;
    NO_ACK = 1;
    NO_EXPLICIT_ACK = 2;
    BLOCK_ACK = 3;
}