#include <senf/Ext/NetEmu/WLAN/WirelessNLController.hh>
Public Types | |
| enum | ChannelWidth { HT20, HT20_40 =2 } |
| enum | SMPowerSave { Static, Dynamic, Disabled =3 } |
| enum | RXSTBC { NoRxSTBC, rxSTBC_1Stream, rxSTBC_2Stream, rxSTBC_3Stream } |
| enum | MaxAMSDULength { MaxAMSDULength_3839, MaxAMSDULength_7935 } |
Public Attributes | |
| bool | rxLDPC |
| ChannelWidth | channelWidth |
| SMPowerSave | smPowerSave |
| bool | rxGreenfield |
| bool | rxHT20SGI |
| bool | rxHT40SGI |
| bool | txSTBC |
| RXSTBC | rxSTBC |
| bool | delayedBlockAck |
| MaxAMSDULength | maxAMSDULength |
| bool | ht40DSSS_CCK |
| bool | fortyMHzIntolerant |
| bool | lSIG_TXOP_Protection |
Definition at line 56 of file WirelessNLController.hh.
| Enumerator | |
|---|---|
| HT20 | |
| HT20_40 | |
Definition at line 61 of file WirelessNLController.hh.
| Enumerator | |
|---|---|
| MaxAMSDULength_3839 | |
| MaxAMSDULength_7935 | |
Definition at line 80 of file WirelessNLController.hh.
| Enumerator | |
|---|---|
| NoRxSTBC | |
| rxSTBC_1Stream | |
| rxSTBC_2Stream | |
| rxSTBC_3Stream | |
Definition at line 75 of file WirelessNLController.hh.
| Enumerator | |
|---|---|
| Static | |
| Dynamic | |
| Disabled | |
Definition at line 64 of file WirelessNLController.hh.
| ChannelWidth senf::emu::HTCapabilitiesInfo::channelWidth |
Definition at line 62 of file WirelessNLController.hh.
| bool senf::emu::HTCapabilitiesInfo::delayedBlockAck |
Definition at line 78 of file WirelessNLController.hh.
| bool senf::emu::HTCapabilitiesInfo::fortyMHzIntolerant |
Definition at line 86 of file WirelessNLController.hh.
| bool senf::emu::HTCapabilitiesInfo::ht40DSSS_CCK |
Definition at line 83 of file WirelessNLController.hh.
| bool senf::emu::HTCapabilitiesInfo::lSIG_TXOP_Protection |
Definition at line 88 of file WirelessNLController.hh.
| MaxAMSDULength senf::emu::HTCapabilitiesInfo::maxAMSDULength |
Definition at line 81 of file WirelessNLController.hh.
| bool senf::emu::HTCapabilitiesInfo::rxGreenfield |
Definition at line 67 of file WirelessNLController.hh.
| bool senf::emu::HTCapabilitiesInfo::rxHT20SGI |
Definition at line 69 of file WirelessNLController.hh.
| bool senf::emu::HTCapabilitiesInfo::rxHT40SGI |
Definition at line 71 of file WirelessNLController.hh.
| bool senf::emu::HTCapabilitiesInfo::rxLDPC |
Definition at line 59 of file WirelessNLController.hh.
| RXSTBC senf::emu::HTCapabilitiesInfo::rxSTBC |
Definition at line 76 of file WirelessNLController.hh.
| SMPowerSave senf::emu::HTCapabilitiesInfo::smPowerSave |
Definition at line 65 of file WirelessNLController.hh.
| bool senf::emu::HTCapabilitiesInfo::txSTBC |
Definition at line 73 of file WirelessNLController.hh.