#include <Ieee80211Mib.h>
◆ BssMemberStatus
| Enumerator |
|---|
| NOT_AUTHENTICATED | |
| AUTHENTICATED | |
| ASSOCIATED | |
◆ BssStationType
| Enumerator |
|---|
| ACCESS_POINT | |
| STATION | |
◆ Mode
| Enumerator |
|---|
| INFRASTRUCTURE | |
| INDEPENDENT | |
| MESH | |
◆ initialize()
| void inet::ieee80211::Ieee80211Mib::initialize |
( |
int |
stage | ) |
|
|
overrideprotectedvirtual |
◆ refreshDisplay()
| void inet::ieee80211::Ieee80211Mib::refreshDisplay |
( |
| ) |
const |
|
overrideprotectedvirtual |
31 std::string modeString;
32 std::string ssidString;
36 case MESH: modeString =
"Mesh";
break;
38 std::string bssStationTypeString;
39 std::string associatedString;
44 auto text = std::string(
"Address: ") +
address.
str() + ssidString +
"\n" + modeString + bssStationTypeString + (
qos ?
", QoS" :
", Non-QoS") + associatedString;
45 getDisplayString().setTagArg(
"t", 0, text.c_str());
◆ address
◆ bssAccessPointData
◆ bssData
| BssData inet::ieee80211::Ieee80211Mib::bssData |
◆ bssStationData
◆ mode
| Mode inet::ieee80211::Ieee80211Mib::mode = static_cast<Mode>(-1) |
◆ qos
| bool inet::ieee80211::Ieee80211Mib::qos = false |
The documentation for this class was generated from the following files: