Namespace inet::ieee80211
Ieee80211MsduSubframeHeader
class(no description)
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
chunkLength | ||
sa | MacAddress |
source addr. |
da | MacAddress |
destination addr. |
length | int |
Packet operations (observed)
action | module |
---|---|
insertAtBack | OriginatorQosMacDataService |
popAtFront | RecipientQosMacDataService |
Source code
class Ieee80211MsduSubframeHeader extends FieldsChunk { chunkLength = LENGTH_A_MSDU_SUBFRAME_HEADER; MacAddress sa; // source addr. MacAddress da; // destination addr. int length; }File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg