|
INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211MgmtSTA.h>
Public Member Functions | |
| APInfo () | |
Public Attributes | |
| int | channel |
| MACAddress | address |
| std::string | ssid |
| Ieee80211SupportedRatesElement | supportedRates |
| simtime_t | beaconInterval |
| double | rxPower |
| bool | isAuthenticated |
| int | authSeqExpected |
| cMessage * | authTimeoutMsg |
Definition at line 55 of file Ieee80211MgmtSTA.h.
| Ieee80211MgmtSTA::APInfo::APInfo | ( | ) | [inline] |
Definition at line 68 of file Ieee80211MgmtSTA.h.
{
channel=-1; beaconInterval=rxPower=0; authSeqExpected=-1;
isAuthenticated=false; authTimeoutMsg=NULL;
}
Definition at line 58 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::disassociate(), Ieee80211MgmtSTA::encapsulate(), Ieee80211MgmtSTA::handleAssociationResponseFrame(), Ieee80211MgmtSTA::handleBeaconFrame(), Ieee80211MgmtSTA::handleDisassociationFrame(), Ieee80211MgmtSTA::handleTimer(), operator<<(), Ieee80211MgmtSTA::processDeauthenticateCommand(), Ieee80211MgmtSTA::processDisassociateCommand(), Ieee80211MgmtSTA::sendAuthenticationConfirm(), Ieee80211MgmtSTA::sendScanConfirm(), Ieee80211MgmtSTA::startAssociation(), Ieee80211MgmtSTA::startAuthentication(), and Ieee80211MgmtSTA::storeAPInfo().
Definition at line 65 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::handleAuthenticationFrame(), operator<<(), and Ieee80211MgmtSTA::startAuthentication().
| cMessage* Ieee80211MgmtSTA::APInfo::authTimeoutMsg |
Definition at line 66 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::handleAuthenticationFrame(), Ieee80211MgmtSTA::handleDeauthenticationFrame(), Ieee80211MgmtSTA::processDeauthenticateCommand(), and Ieee80211MgmtSTA::startAuthentication().
| simtime_t Ieee80211MgmtSTA::APInfo::beaconInterval |
Definition at line 61 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::handleAssociationResponseFrame(), Ieee80211MgmtSTA::handleBeaconFrame(), operator<<(), Ieee80211MgmtSTA::sendScanConfirm(), and Ieee80211MgmtSTA::storeAPInfo().
Definition at line 57 of file Ieee80211MgmtSTA.h.
Referenced by operator<<(), Ieee80211MgmtSTA::sendScanConfirm(), Ieee80211MgmtSTA::startAssociation(), Ieee80211MgmtSTA::startAuthentication(), and Ieee80211MgmtSTA::storeAPInfo().
Definition at line 64 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::handleAuthenticationFrame(), Ieee80211MgmtSTA::handleDeauthenticationFrame(), operator<<(), Ieee80211MgmtSTA::processDeauthenticateCommand(), Ieee80211MgmtSTA::startAssociation(), and Ieee80211MgmtSTA::startAuthentication().
Definition at line 62 of file Ieee80211MgmtSTA.h.
Referenced by operator<<(), and Ieee80211MgmtSTA::sendScanConfirm().
| std::string Ieee80211MgmtSTA::APInfo::ssid |
Definition at line 59 of file Ieee80211MgmtSTA.h.
Referenced by operator<<(), Ieee80211MgmtSTA::sendScanConfirm(), and Ieee80211MgmtSTA::storeAPInfo().
Definition at line 60 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::sendScanConfirm(), and Ieee80211MgmtSTA::storeAPInfo().