Ieee80211RTSFrame

Namespace inet::ieee80211

Ieee80211RTSFrame

packet

Format of the 802.11 RTS frame

Extends

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

Fields

Name Type Description
byteLength
type

Source code

//
// Format of the 802.11 RTS frame
//
packet Ieee80211RTSFrame extends Ieee80211TwoAddressFrame
{
    byteLength = LENGTH_RTS / 8;
    type = ST_RTS;
}

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