Namespace inet::ieee80211
Ieee80211Prim_DisassociateRequest
classLosely based on MLME-DISASSOCIATE.request.
NOTE: there is no Disassociate Confirm, because Disassociate Request takes place immediately, and nothing can go wrong (there is no reply from the AP to wait for)
Extends
Name | Type | Description |
---|---|---|
Ieee80211PrimRequest | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
address | MACAddress | |
reasonCode | int |
Source code
// // Losely based on MLME-DISASSOCIATE.request. // // NOTE: there is no Disassociate Confirm, because Disassociate Request // takes place immediately, and nothing can go wrong (there is no reply // from the AP to wait for) // class Ieee80211Prim_DisassociateRequest extends Ieee80211PrimRequest { MACAddress address; int reasonCode @enum(Ieee80211ReasonCode); }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211Primitives.msg