#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 |
Ieee80211MgmtSTA::APInfo::APInfo | ( | ) | [inline] |
00068 { 00069 channel=-1; beaconInterval=rxPower=0; authSeqExpected=-1; 00070 isAuthenticated=false; authTimeoutMsg=NULL; 00071 }
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().
std::string Ieee80211MgmtSTA::APInfo::ssid |
Referenced by operator<<(), Ieee80211MgmtSTA::sendScanConfirm(), and Ieee80211MgmtSTA::storeAPInfo().
Ieee80211SupportedRatesElement Ieee80211MgmtSTA::APInfo::supportedRates |
Referenced by Ieee80211MgmtSTA::sendScanConfirm(), and Ieee80211MgmtSTA::storeAPInfo().
simtime_t Ieee80211MgmtSTA::APInfo::beaconInterval |
Referenced by operator<<(), and Ieee80211MgmtSTA::sendScanConfirm().
cMessage* Ieee80211MgmtSTA::APInfo::authTimeoutMsg |