Module Interface IIeee80211Mac

Package: inet.linklayer.ieee80211
File: src/inet/linklayer/ieee80211/IIeee80211Mac.ned

Module interface for all ieee802.11 mac modul

IIeee80211Mac

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
IMACProtocol module interface

This interface provides an abstraction for different network protocols.

Used in compound modules:

Name Type Description
Ieee80211Nic compound module

This NIC implements an 802.11 network interface card. It can be configured via the mgmtType parameter to act as an AP or a STA, or for ad-hoc mode.

Properties:

Name Value Description
display i=block/layer

Source code:

//
// Module interface for all ieee802.11 mac modul
//
moduleinterface IIeee80211Mac extends IMACProtocol
{
    parameters:
        @display("i=block/layer");
}