Namespace inet::ieee80211
Ieee80211TwoAddressFrame
packetFormat of a 802.11 frame with address1 and address2 present
Extends
Name | Type | Description |
---|---|---|
Ieee80211OneAddressFrame | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
byteLength | ||
transmitterAddress | MACAddress |
aka address2 |
Source code
// // Format of a 802.11 frame with address1 and address2 present // packet Ieee80211TwoAddressFrame extends Ieee80211OneAddressFrame { byteLength = LENGTH_RTS / 8; MACAddress transmitterAddress; // aka address2 }File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg