Package: inet.linklayer.ieee80211.mib
Ieee80211Mib
simple moduleManagement Information Base for IEEE 802.11 networks. Stores configuration and state information including network mode (infrastructure, ad-hoc, mesh), station type (access point or station), authentication and association status, and BSS data (SSID, BSSID). Used by various IEEE 802.11 modules to maintain protocol state and control frame addressing.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Used in compound modules
| Name | Type | Description |
|---|---|---|
| ExtUpperIeee80211Interface | compound 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 |
Implements an IEEE 802.11 network interface. It implements a large subset of the IEEE 802.11 standard, and may use radio models and wireless signal representations of varying levels of detail. It is also extremely configurable, and its component structure makes it easy to experiment with various details of the protocol. |
Extends
| Name | Type | Description |
|---|---|---|
| SimpleModule | simple module |
Base module for all INET simple modules. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
Properties
| Name | Value | Description |
|---|---|---|
| class | Ieee80211Mib | |
| display | i=block/table |
Source code
// // Management Information Base for IEEE 802.11 networks. Stores configuration and // state information including network mode (infrastructure, ad-hoc, mesh), // station type (access point or station), authentication and association status, // and BSS data (SSID, BSSID). Used by various IEEE 802.11 modules to maintain // protocol state and control frame addressing. // simple Ieee80211Mib extends SimpleModule { parameters: @class(Ieee80211Mib); @display("i=block/table"); }File: src/inet/linklayer/ieee80211/mib/Ieee80211Mib.ned