HardwareWLANInterface non-inline non-template implementation. More...
#include "HardwareWLANInterface.hh"
#include <linux/filter.h>
#include <algorithm>
#include <boost/icl/interval_set.hpp>
#include <senf/Utils/algorithm.hh>
#include <senf/Utils/String.hh>
#include <senf/Packets/80211Bundle/MCSInfo.hh>
#include <senf/Ext/NetEmu/Annotations.hh>
#include <senf/Ext/NetEmu/config.hh>
#include <senf/Ext/NetEmu/Log.hh>
Go to the source code of this file.
Namespaces | |
senf | |
senf::emu | |
Macros | |
#define | prefix_ |
#define | MHZ_TO_KHZ(freq) ((freq) * 1000) |
#define | IGNORE_EXCPETION(expr) |
Functions | |
senf::emu::SENF_CONSOLE_REGISTER_ENUM_MEMBER (WirelessNLController, Band_t,(BAND_2GHZ)(BAND_5GHZ)) | |
senf::emu::SENF_CONSOLE_REGISTER_ENUM_MEMBER (HardwareWLANInterface::HTMode, Enum,(Disabled)(Enabled)(HT20only)(HT40only)) | |
HardwareWLANInterface non-inline non-template implementation.
Definition in file HardwareWLANInterface.cc.
#define IGNORE_EXCPETION | ( | expr | ) |
Definition at line 37 of file HardwareWLANInterface.cc.
Definition at line 35 of file HardwareWLANInterface.cc.
#define prefix_ |
Definition at line 32 of file HardwareWLANInterface.cc.