#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 |
|
00069 { 00070 channel=-1; beaconInterval=rxPower=0; authSeqExpected=-1; 00071 isAuthenticated=false; authTimeoutMsg=NULL; 00072 }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|