Namespace inet::ieee80211
Ieee80211MsduSubframe
packet(no description)
Fields
| Name | Type | Description | 
|---|---|---|
| bitLength | 
 + snap header if necessary  | 
   |
| sa | MACAddress | 
 source addr.  | 
   
| da | MACAddress | 
 destination addr.  | 
   
| length | int | |
| etherType | int | 
 TODO: review optional snap header (the standard does not define it: Figure 8-32���A-MSDU subframe structure)  | 
   
Source code
packet Ieee80211MsduSubframe { bitLength = LENGTH_A_MSDU_SUBFRAME_HEADER; // + snap header if necessary MACAddress sa; // source addr. MACAddress da; // destination addr. int length; int etherType @enum(EtherType); // TODO: review optional snap header (the standard does not define it: Figure 8-32���A-MSDU subframe structure) }File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg