Namespace inet::ieee80211
Ieee80211ReassociationRequestFrameBody
classRe-association request frame body format (same as association)
Extends
Name | Type | Description |
---|---|---|
Ieee80211AssociationRequestFrameBody | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
bodyLength |
assuming a 8-character SSID and 4 supported datarates //FIXME bodyLength = 2 + length(SSID) + 2 + supportedRates.numRates + 2 + 6 |
|
currentAP | MACAddress |
Source code
// // Re-association request frame body format (same as association) // class Ieee80211ReassociationRequestFrameBody extends Ieee80211AssociationRequestFrameBody { bodyLength = 26; // assuming a 8-character SSID and 4 supported datarates //FIXME bodyLength = 2 + length(SSID) + 2 + supportedRates.numRates + 2 + 6 MACAddress currentAP; }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg