File: NetworkInterfaces/Ieee80211/Mac/Ieee80211Frame.msg
C++ definition: click here
Format of the 802.11 data frame
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211DataOrMgmtFrame | Common base class for 802.11 data and management frames |
Name | Type | Description |
---|---|---|
type | ||
byteLength | ||
address4 | MACAddress |
message Ieee80211DataFrame extends Ieee80211DataOrMgmtFrame { fields: type = ST_DATA; byteLength = 34; MACAddress address4; };