senf::WLANHTCapabilitiesInfoFieldParser Struct Reference

#include <senf/Packets/80211Bundle/InformationElements.hh>

Inheritance diagram for senf::WLANHTCapabilitiesInfoFieldParser:

Public Member Functions

senf::FlagParser<?> txSTBC () const
 
senf::FlagParser<?> shortGIfor40MHz () const
 
senf::FlagParser<?> shortGIfor20MHz () const
 
senf::FlagParser<?> htGreenfield () const
 
senf::UIntFieldParser<?,?+2 > smPowerSave () const
 
senf::FlagParser<?> supportedChannelWidth () const
 
senf::FlagParser<?> ldpcCodingCapability () const
 
senf::FlagParser<?> lSIGTXOPProtectionSupport () const
 
senf::FlagParser<?> fortyMHzIntolerant () const
 
senf::FlagParser<?> dsss_cckModeIn40MHz () const
 
senf::FlagParser<?> maxAMSDULength () const
 
senf::FlagParser<?> delayedBlockAck () const
 
senf::UIntFieldParser<?,?+2 > rxSTBC () const
 
- Public Member Functions inherited from senf::PacketParserBase
data_iterator i () const
 Return beginning of data to parse. More...
 
data_iterator i (size_type offset) const
 Return iterator offset bytes from the start. More...
 
state_type state () const
 Return state of this parser. More...
 
PacketDatadata () const
 Access the packets raw data container. More...
 
void init () const
 Default implementation. More...
 

Additional Inherited Members

- Public Types inherited from senf::PacketParserBase
typedef detail::packet::iterator data_iterator
 Raw data iterator type. More...
 
typedef detail::packet::size_type size_type
 Unsigned integral type. More...
 
typedef detail::packet::difference_type difference_type
 Signed integral type. More...
 
typedef detail::packet::byte byte
 Unsigned 8bit value, the raw value type. More...
 
typedef PacketDatastate_type
 Type of the 'state' parameter. More...
 
typedef PacketParserBase parser_base_type
 Base type of the next parser. More...
 
- Protected Member Functions inherited from senf::PacketParserBase
ParserProtector protect () const
 
 PacketParserBase (data_iterator i, state_type s)
 Standard constructor. More...
 
 PacketParserBase (data_iterator i, state_type s, size_type size)
 Size checking constructor. More...
 
bool check (size_type size) const
 Check size of data container. More...
 
void validate (size_type size) const
 Validate size of data container. More...
 
template<class Parser >
Parser parse (data_iterator i) const
 Create sub-parser. More...
 
template<class Parser , class Arg >
Parser parse (Arg const &arg, data_iterator i) const
 Create sub-parser. More...
 
template<class Parser >
Parser parse (size_type n) const
 Create sub-parser. More...
 
template<class Parser , class Arg >
Parser parse (Arg const &arg, size_type n) const
 Create sub-parser. More...
 
void defaultInit () const
 Default implementation. More...
 
Packet packet () const
 Get packet this parser is parsing from. More...
 
void resize (size_type oldSize, size_type newSize)
 Resize data container. More...
 

Detailed Description

Definition at line 117 of file InformationElements.hh.

Member Function Documentation

◆ delayedBlockAck()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::delayedBlockAck ( ) const

◆ dsss_cckModeIn40MHz()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::dsss_cckModeIn40MHz ( ) const

◆ fortyMHzIntolerant()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::fortyMHzIntolerant ( ) const

◆ htGreenfield()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::htGreenfield ( ) const

◆ ldpcCodingCapability()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::ldpcCodingCapability ( ) const

◆ lSIGTXOPProtectionSupport()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::lSIGTXOPProtectionSupport ( ) const

◆ maxAMSDULength()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::maxAMSDULength ( ) const

◆ rxSTBC()

senf::UIntFieldParser<?,?+ 2 > senf::WLANHTCapabilitiesInfoFieldParser::rxSTBC ( ) const

◆ shortGIfor20MHz()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::shortGIfor20MHz ( ) const

◆ shortGIfor40MHz()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::shortGIfor40MHz ( ) const

◆ smPowerSave()

senf::UIntFieldParser<?,?+ 2 > senf::WLANHTCapabilitiesInfoFieldParser::smPowerSave ( ) const

◆ supportedChannelWidth()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::supportedChannelWidth ( ) const

◆ txSTBC()

senf::FlagParser<?> senf::WLANHTCapabilitiesInfoFieldParser::txSTBC ( ) const

The documentation for this struct was generated from the following file: