Simple Module Decider80211

File: contrib/nic/phyLayer/Decider80211.ned

C++ definition: click here

Decider module of the 802.11 modules

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.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

Nic80211

This NIC implements an 802.11 network interface card.

Parameters:

Name Type Description
debug bool

debug switch

snirThreshold numeric const

Gates:

Name Direction Description
uppergateOut output
upperControlOut output
lowergateIn input
lowerControlIn input

Source code:

simple Decider80211
    parameters:
        debug : bool, // debug switch
        snirThreshold: numeric const;
    gates:
        out: uppergateOut, upperControlOut;
        in: lowergateIn, lowerControlIn;
endsimple