|
INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211MgmtSTA.h>
Public Member Functions | |
| AssociatedAPInfo () | |
Public Attributes | |
| int | receiveSequence |
| cMessage * | beaconTimeoutMsg |
Definition at line 77 of file Ieee80211MgmtSTA.h.
| Ieee80211MgmtSTA::AssociatedAPInfo::AssociatedAPInfo | ( | ) | [inline] |
Definition at line 82 of file Ieee80211MgmtSTA.h.
: APInfo() {receiveSequence=0; beaconTimeoutMsg=NULL;}
Definition at line 80 of file Ieee80211MgmtSTA.h.
Referenced by Ieee80211MgmtSTA::disassociate(), Ieee80211MgmtSTA::handleAssociationResponseFrame(), Ieee80211MgmtSTA::handleBeaconFrame(), and Ieee80211MgmtSTA::handleDisassociationFrame().
Definition at line 79 of file Ieee80211MgmtSTA.h.
Referenced by operator<<().