#include <senf/Ext/NetEmu/WLAN/Regulatory.hh>
|
enum | Flags : std::uint32_t {
None = 0,
NoOFDM = NL80211_RRF_NO_OFDM,
NoCCK = NL80211_RRF_NO_CCK,
NoIndoor = NL80211_RRF_NO_INDOOR,
NoOutdoor = NL80211_RRF_NO_OUTDOOR,
DFS = NL80211_RRF_DFS,
PTPOnly = NL80211_RRF_PTP_ONLY,
PTMPOnly = NL80211_RRF_PTMP_ONLY,
NoIR = NL80211_RRF_NO_IR,
NoIBSS = __NL80211_RRF_NO_IBSS,
AutoBW = NL80211_RRF_AUTO_BW
} |
|
Definition at line 33 of file Regulatory.hh.
◆ Flags
Enumerator |
---|
None | |
NoOFDM | |
NoCCK | |
NoIndoor | |
NoOutdoor | |
DFS | |
PTPOnly | |
PTMPOnly | |
NoIR | |
NoIBSS | |
AutoBW | |
Definition at line 38 of file Regulatory.hh.
◆ RegulatoryRule()
senf::emu::RegulatoryRule::RegulatoryRule |
( |
| ) |
|
◆ autoBw() [1/2]
◆ autoBw() [2/2]
bool senf::emu::RegulatoryRule::autoBw |
( |
| ) |
const |
◆ cacTime() [1/2]
◆ cacTime() [2/2]
std::uint32_t senf::emu::RegulatoryRule::cacTime |
( |
| ) |
const |
◆ dfsRequired() [1/2]
RegulatoryRule& senf::emu::RegulatoryRule::dfsRequired |
( |
bool |
flag = true | ) |
|
◆ dfsRequired() [2/2]
bool senf::emu::RegulatoryRule::dfsRequired |
( |
| ) |
const |
◆ flags() [1/2]
◆ flags() [2/2]
std::uint32_t senf::emu::RegulatoryRule::flags |
( |
| ) |
const |
◆ frequencyRange()
◆ frequencyRangeBegin()
std::uint32_t senf::emu::RegulatoryRule::frequencyRangeBegin |
( |
| ) |
const |
◆ frequencyRangeEnd()
std::uint32_t senf::emu::RegulatoryRule::frequencyRangeEnd |
( |
| ) |
const |
◆ isEqualKernel()
bool senf::emu::RegulatoryRule::isEqualKernel |
( |
RegulatoryRule const & |
other | ) |
const |
◆ maxAntennaGain() [1/2]
◆ maxAntennaGain() [2/2]
std::int32_t senf::emu::RegulatoryRule::maxAntennaGain |
( |
| ) |
const |
◆ maxBandwidth() [1/2]
◆ maxBandwidth() [2/2]
std::uint32_t senf::emu::RegulatoryRule::maxBandwidth |
( |
| ) |
const |
◆ maxEIRP() [1/2]
◆ maxEIRP() [2/2]
std::int32_t senf::emu::RegulatoryRule::maxEIRP |
( |
| ) |
const |
◆ noCCK() [1/2]
◆ noCCK() [2/2]
bool senf::emu::RegulatoryRule::noCCK |
( |
| ) |
const |
◆ noIndoor() [1/2]
RegulatoryRule& senf::emu::RegulatoryRule::noIndoor |
( |
bool |
flag = true | ) |
|
◆ noIndoor() [2/2]
bool senf::emu::RegulatoryRule::noIndoor |
( |
| ) |
const |
◆ noIR() [1/2]
◆ noIR() [2/2]
bool senf::emu::RegulatoryRule::noIR |
( |
| ) |
const |
◆ noOFDM() [1/2]
◆ noOFDM() [2/2]
bool senf::emu::RegulatoryRule::noOFDM |
( |
| ) |
const |
◆ noOutdoor() [1/2]
RegulatoryRule& senf::emu::RegulatoryRule::noOutdoor |
( |
bool |
flag = true | ) |
|
◆ noOutdoor() [2/2]
bool senf::emu::RegulatoryRule::noOutdoor |
( |
| ) |
const |
◆ operator<()
bool senf::emu::RegulatoryRule::operator< |
( |
RegulatoryRule const & |
other | ) |
const |
◆ operator==()
bool senf::emu::RegulatoryRule::operator== |
( |
RegulatoryRule const & |
other | ) |
const |
◆ ptmpOnly() [1/2]
RegulatoryRule& senf::emu::RegulatoryRule::ptmpOnly |
( |
bool |
flag = true | ) |
|
◆ ptmpOnly() [2/2]
bool senf::emu::RegulatoryRule::ptmpOnly |
( |
| ) |
const |
◆ ptpOnly() [1/2]
RegulatoryRule& senf::emu::RegulatoryRule::ptpOnly |
( |
bool |
flag = true | ) |
|
◆ ptpOnly() [2/2]
bool senf::emu::RegulatoryRule::ptpOnly |
( |
| ) |
const |
The documentation for this class was generated from the following files: