Ieee80211ReassociationRequestFrame
classRe-association request frame body format (same as association)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ieee80211AssociationRequestFrame | class |
Association request frame body format |
Fields
Name | Type | Description |
---|---|---|
currentAP | MacAddress | |
SSID | string | |
supportedRates | Ieee80211SupportedRatesElement | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // Re-association request frame body format (same as association) // class Ieee80211ReassociationRequestFrame extends Ieee80211AssociationRequestFrame { MacAddress currentAP; }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrame.msg