|
INET Framework for OMNeT++/OMNEST
|
#include "inet/linklayer/ieee80211/mgmt/Ieee80211MgmtSta.h"#include "inet/common/INETUtils.h"#include "inet/common/ModuleAccess.h"#include "inet/common/ProtocolTag_m.h"#include "inet/common/Simsignals.h"#include "inet/common/packet/Message.h"#include "inet/linklayer/common/InterfaceTag_m.h"#include "inet/linklayer/common/MacAddressTag_m.h"#include "inet/linklayer/common/UserPriorityTag_m.h"#include "inet/linklayer/ieee80211/mac/Ieee80211SubtypeTag_m.h"#include "inet/networklayer/common/NetworkInterface.h"#include "inet/physicallayer/wireless/common/contract/packetlevel/IRadioMedium.h"#include "inet/physicallayer/wireless/common/contract/packetlevel/RadioControlInfo_m.h"#include "inet/physicallayer/wireless/common/contract/packetlevel/SignalTag_m.h"#include "inet/physicallayer/wireless/ieee80211/packetlevel/Ieee80211ControlInfo_m.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 |
| #define MK_SCAN_SENDPROBE 3 |