Ieee80211CtsFrame

Namespace inet::ieee80211

Ieee80211CtsFrame

class

Format of the 802.11 CTS frame

Extends

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

Fields

Name Type Description
chunkLength
type

Packet operations (observed)

actionmodule
PacketDcf, Hcf
insertAtFrontTx

Source code

//
// Format of the 802.11 CTS frame
//
class Ieee80211CtsFrame extends Ieee80211OneAddressHeader
{
    chunkLength = LENGTH_CTS - B(4);
    type = ST_CTS;
}

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