File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg
C++ definition: click here
Losely based on MLME-AUTHENTICATE.request.
Note: the "authType" parameter (Open System, Shared Key, etc) is omitted. The authentication procedure is simulated by this model by exchanging a number of "dummy" authentication frames without real contents, and it is configured in the AP how many authentication steps it requires.
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211PrimRequest | Base class for request primitives |
Name | Type | Description |
---|---|---|
address | MACAddress | |
timeout | double |
class Ieee80211Prim_AuthenticateRequest extends Ieee80211PrimRequest { fields: MACAddress address; double timeout; };