Emulated WLAN Interface. More...
#include <senf/Ext/NetEmu/WLAN/EmulatedWLANInterface.hh>
Public Types | |
enum | Mode { ADHOC, STA, AP } |
typedef TypedInterfaceDecorator< EmulatedWLANInterface, WirelessInterface::Decorator > | Decorator |
Public Member Functions | |
EmulatedWLANInterface () | |
void | init () |
void | mode (Mode) |
Mode | mode () |
void | registerModulation (ModulationParameter::id_t id) |
Emulated WLAN Interface.
An EmulatedWLANInterface represents implements the WirelessInterface, WirelessTransmitter and WirelessReceiver API's in an EmulatedInterface.
Definition at line 37 of file EmulatedWLANInterface.hh.
typedef TypedInterfaceDecorator<EmulatedWLANInterface, WirelessInterface::Decorator> senf::emu::EmulatedWLANInterface::Decorator |
Definition at line 44 of file EmulatedWLANInterface.hh.
Enumerator | |
---|---|
ADHOC | |
STA | |
AP |
Definition at line 45 of file EmulatedWLANInterface.hh.
senf::emu::EmulatedWLANInterface::EmulatedWLANInterface | ( | ) |
Definition at line 49 of file EmulatedWLANInterface.cc.
void senf::emu::EmulatedWLANInterface::init | ( | ) |
Definition at line 72 of file EmulatedWLANInterface.cc.
void senf::emu::EmulatedWLANInterface::mode | ( | Mode | ) |
Mode senf::emu::EmulatedWLANInterface::mode | ( | ) |
void senf::emu::EmulatedWLANInterface::registerModulation | ( | ModulationParameter::id_t | id | ) |
Definition at line 144 of file EmulatedWLANInterface.cc.