Package: inet.linklayer.ieee80211.llc
IIeee80211Llc
module interface(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
Ieee80211LlcEpd | simple module | (no description) |
Ieee80211LlcLpd | simple module | (no description) |
Ieee80211Portal | simple module | (no description) |
Used in compound modules
Name | Type | Description |
---|---|---|
ExtUpperIeee80211Interface | compound module |
This module provides an IEEE 802.11 network interface suitable for emulation. The upper part of the network interface is realized in the real world using a real TAP device of the host computer which is running the simulation. |
Ieee80211Interface | compound module |
This module implements an IEEE 802.11 network interface. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/layer |
Source code
moduleinterface IIeee80211Llc { parameters: @display("i=block/layer"); gates: input upperLayerIn; output upperLayerOut; input lowerLayerIn; output lowerLayerOut; }File: src/inet/linklayer/ieee80211/llc/IIeee80211Llc.ned