|
INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211MgmtSTA.h>
Public Attributes | |
| MACAddress | bssid |
| std::string | ssid |
| bool | activeScan |
| simtime_t | probeDelay |
| std::vector< int > | channelList |
| int | currentChannelIndex |
| bool | busyChannelDetected |
| simtime_t | minChannelTime |
| simtime_t | maxChannelTime |
Definition at line 39 of file Ieee80211MgmtSTA.h.
Definition at line 43 of file Ieee80211MgmtSTA.h.
Referenced by operator<<(), Ieee80211MgmtSTA::processScanCommand(), and Ieee80211MgmtSTA::scanNextChannel().
Definition at line 41 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::processScanCommand(), and Ieee80211MgmtSTA::sendProbeRequest().
Definition at line 47 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::handleTimer(), Ieee80211MgmtSTA::receiveChangeNotification(), and Ieee80211MgmtSTA::scanNextChannel().
| std::vector<int> Ieee80211MgmtSTA::ScanningInfo::channelList |
Definition at line 45 of file Ieee80211MgmtSTA.h.
Referenced by operator<<(), Ieee80211MgmtSTA::processScanCommand(), and Ieee80211MgmtSTA::scanNextChannel().
Definition at line 46 of file Ieee80211MgmtSTA.h.
Referenced by operator<<(), Ieee80211MgmtSTA::processScanCommand(), and Ieee80211MgmtSTA::scanNextChannel().
Definition at line 49 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::handleTimer(), operator<<(), Ieee80211MgmtSTA::processScanCommand(), and Ieee80211MgmtSTA::scanNextChannel().
Definition at line 48 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::handleTimer(), operator<<(), and Ieee80211MgmtSTA::processScanCommand().
Definition at line 44 of file Ieee80211MgmtSTA.h.
Referenced by operator<<(), Ieee80211MgmtSTA::processScanCommand(), and Ieee80211MgmtSTA::scanNextChannel().
| std::string Ieee80211MgmtSTA::ScanningInfo::ssid |
Definition at line 42 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::processScanCommand(), and Ieee80211MgmtSTA::sendProbeRequest().