File: NetworkInterfaces/MF80211/mgmt/Mgmt80211.ned
C++ definition: click here
The heart of 802.11 infrastructure mode: deals with all management frames, keeps the list of associated stations, etc. Relies on the MAC layer (Mac80211) for reception and transmission of frames.
Author: Andras Varga
The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

| Name | Type | Description |
|---|---|---|
| beaconInterval | numeric const | ... |
| Name | Direction | Description |
|---|---|---|
| fromMAC | input | |
| toMAC | output |
simple Mgmt80211 parameters: beaconInterval: numeric const; //... gates: in: fromMAC; out: toMAC; endsimple