Ieee80211RtsFrame

Namespace inet::ieee80211

Ieee80211RtsFrame

class

Format of the 802.11 RTS frame

Extends

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

Fields

Name Type Description
chunkLength
type

Packet operations (observed)

actionmodule
insertAtBackDcf, Hcf
insertAtFrontTx, Dcf, Hcf
peekAtFrontDcf, Hcf

Source code

//
// Format of the 802.11 RTS frame
//
class Ieee80211RtsFrame extends Ieee80211TwoAddressHeader
{
    chunkLength = LENGTH_RTS - B(4);
    type = ST_RTS;
}

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