Ieee80211OneAddressHeader
classFormat of a 802.11 frame with address1 present, like ACK and CTS
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ieee80211MacHeader | class |
The common part of 802.11 frames. |
Known subclasses
Name | Type | Description |
---|---|---|
Ieee80211AckFrame | class |
Format of the 802.11 ACK frame |
Ieee80211CtsFrame | class |
Format of the 802.11 CTS frame |
Ieee80211TwoAddressHeader | class |
Format of a 802.11 frame with address1 and address2 present |
Fields
Name | Type | Description |
---|---|---|
chunkLength | b | |
type | Ieee80211FrameType |
type and subtype |
toDS | bool | |
fromDS | bool | |
moreFragments | bool | |
retry | bool | |
powerMgmt | bool |
unused |
moreData | bool |
unused |
protectedFrame | bool |
unused |
order | bool |
unused |
durationField | simtime_t |
"duration" in the Duration/ID field (-1=no duration) |
AID | short |
"id" (Association ID) in the Duration/ID field (-1=no ID) |
receiverAddress | MacAddress |
aka address1 (RA) |
MACArrive | simtime_t |
FIXME remove it, technical data, used inside of MAC module |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // Format of a 802.11 frame with address1 present, like ACK and CTS // class Ieee80211OneAddressHeader extends Ieee80211MacHeader { }File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg