#include <Ieee80211MgmtSTA.h>
Inheritance diagram for Ieee80211MgmtSTA::APInfo:
Public Member Functions | |
APInfo () | |
Public Attributes | |
int | channel |
MACAddress | address |
std::string | ssid |
Ieee80211SupportedRatesElement | supportedRates |
double | beaconInterval |
double | rxPower |
bool | isAuthenticated |
int | authSeqExpected |
cMessage * | authTimeoutMsg |
Ieee80211MgmtSTA::APInfo::APInfo | ( | ) | [inline] |
00069 { 00070 channel=-1; beaconInterval=rxPower=0; authSeqExpected=-1; 00071 isAuthenticated=false; authTimeoutMsg=NULL; 00072 }
cMessage* Ieee80211MgmtSTA::APInfo::authTimeoutMsg |
std::string Ieee80211MgmtSTA::APInfo::ssid |