Ieee80211MgmtSTA::APInfo Struct Reference

#include <Ieee80211MgmtSTA.h>

Inheritance diagram for Ieee80211MgmtSTA::APInfo:

Ieee80211MgmtSTA::AssociatedAPInfo

List of all members.

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


Constructor & Destructor Documentation

Ieee80211MgmtSTA::APInfo::APInfo (  )  [inline]

00068                  {
00069             channel=-1; beaconInterval=rxPower=0; authSeqExpected=-1;
00070             isAuthenticated=false; authTimeoutMsg=NULL;
00071         }


Member Data Documentation

Ieee80211SupportedRatesElement Ieee80211MgmtSTA::APInfo::supportedRates


The documentation for this struct was generated from the following file:

Generated on Fri Mar 20 18:51:19 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5