INET Framework for OMNeT++/OMNEST
|
#include "inet/linklayer/ieee80211/mgmt/Ieee80211MgmtSTA.h"
#include "inet/physicallayer/contract/packetlevel/IRadioMedium.h"
#include "inet/networklayer/common/InterfaceEntry.h"
#include "inet/common/ModuleAccess.h"
#include "inet/linklayer/common/Ieee802Ctrl.h"
#include "inet/common/NotifierConsts.h"
#include "inet/physicallayer/contract/packetlevel/RadioControlInfo_m.h"
#include "inet/physicallayer/ieee80211/packetlevel/Ieee80211ControlInfo_m.h"
#include "inet/common/INETUtils.h"
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
inet::ieee80211 | |
Macros | |
#define | MK_AUTH_TIMEOUT 1 |
#define | MK_ASSOC_TIMEOUT 2 |
#define | MK_SCAN_SENDPROBE 3 |
#define | MK_SCAN_MINCHANNELTIME 4 |
#define | MK_SCAN_MAXCHANNELTIME 5 |
#define | MK_BEACON_TIMEOUT 6 |
#define | MAX_BEACONS_MISSED 3.5 |
Functions | |
inet::ieee80211::Define_Module (Ieee80211MgmtSTA) | |
std::ostream & | inet::ieee80211::operator<< (std::ostream &os, const Ieee80211MgmtSTA::ScanningInfo &scanning) |
std::ostream & | inet::ieee80211::operator<< (std::ostream &os, const Ieee80211MgmtSTA::APInfo &ap) |
std::ostream & | inet::ieee80211::operator<< (std::ostream &os, const Ieee80211MgmtSTA::AssociatedAPInfo &assocAP) |
#define MAX_BEACONS_MISSED 3.5 |
#define MK_ASSOC_TIMEOUT 2 |
#define MK_AUTH_TIMEOUT 1 |
#define MK_BEACON_TIMEOUT 6 |
#define MK_SCAN_MAXCHANNELTIME 5 |
#define MK_SCAN_MINCHANNELTIME 4 |
Referenced by inet::ieee80211::Ieee80211MgmtSTA::handleTimer().
#define MK_SCAN_SENDPROBE 3 |