Message Ieee80211RTSFrame

File: NetworkInterfaces/Ieee80211/Mac/Ieee80211Frame.msg

C++ definition: click here

Format of the 802.11 RTS frame

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.

Ieee80211RTSFrame Ieee80211TwoAddressFrame

Extends:

Ieee80211TwoAddressFrame

Format of a 802.11 frame with address1 and address2 present

Fields:

Name Type Description
type

Source code:

message Ieee80211RTSFrame extends Ieee80211TwoAddressFrame
{
    fields:
       type = ST_RTS;
};