INET Framework for OMNeT++/OMNEST
inet::ieee80211::Ieee80211MgmtSTA::APInfo Struct Reference

#include <Ieee80211MgmtSTA.h>

Inheritance diagram for inet::ieee80211::Ieee80211MgmtSTA::APInfo:
inet::ieee80211::Ieee80211MgmtSTA::AssociatedAPInfo

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

inet::ieee80211::Ieee80211MgmtSTA::APInfo::APInfo ( )
inline
75  {
76  channel = -1;
77  beaconInterval = rxPower = 0;
78  authSeqExpected = -1;
79  isAuthenticated = false;
80  authTimeoutMsg = nullptr;
81  }
simtime_t beaconInterval
Definition: Ieee80211MgmtSTA.h:67
int channel
Definition: Ieee80211MgmtSTA.h:63
int authSeqExpected
Definition: Ieee80211MgmtSTA.h:71
cMessage * authTimeoutMsg
Definition: Ieee80211MgmtSTA.h:72
double rxPower
Definition: Ieee80211MgmtSTA.h:68
bool isAuthenticated
Definition: Ieee80211MgmtSTA.h:70

Member Data Documentation

simtime_t inet::ieee80211::Ieee80211MgmtSTA::APInfo::beaconInterval

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