Simple Module Mgmt80211

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

Usage diagram:

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.

Parameters:

Name Type Description
beaconInterval numeric const

...

Gates:

Name Direction Description
fromMAC input
toMAC output

Source code:

simple Mgmt80211
    parameters:
        beaconInterval: numeric const;
        //...
    gates:
        in: fromMAC;
        out: toMAC;
endsimple