senf::WLANHTCapabilitiesInfoElementParser Struct Reference

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

Inheritance diagram for senf::WLANHTCapabilitiesInfoElementParser:

Public Types

typedef WLANHTCapabilitiesInfoFieldParser capabilitiesInfo_t
 
typedef WLANAMPDUParametersParser aMPDUParameters_t
 
typedef WLANSupportedMCSSetParser supportedMCSSet_t
 
typedef WLANHTExtendedCapabilitiesParser extendedCapabilities_t
 
typedef WLANTxBeamformingCapabilitiesParser txBeamformingCapabilities_t
 
typedef WLANAntennaSelectionCapabilityParser antennaSelectionCapability_t
 
- Public Types inherited from senf::WLANInfoElementParser
typedef UInt8Parser type_t
 
typedef UInt8Parser length_t
 
typedef GenericTLVParserRegistry< WLANInfoElementParserRegistry
 
- 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...
 

Public Member Functions

WLANHTCapabilitiesInfoFieldParser capabilitiesInfo () const
 
WLANAMPDUParametersParser aMPDUParameters () const
 
WLANSupportedMCSSetParser supportedMCSSet () const
 
WLANHTExtendedCapabilitiesParser extendedCapabilities () const
 
WLANTxBeamformingCapabilitiesParser txBeamformingCapabilities () const
 
WLANAntennaSelectionCapabilityParser antennaSelectionCapability () const
 
void init ()
 
void dump (std::ostream &os) const
 
- Public Member Functions inherited from senf::WLANInfoElementParser
UInt8Parser type () const
 
UInt8Parser length () 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...
 

Static Public Attributes

static const type_t::value_type typeId = 0x2du
 

Additional Inherited Members

- 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 207 of file InformationElements.hh.

Member Typedef Documentation

◆ aMPDUParameters_t

◆ antennaSelectionCapability_t

◆ capabilitiesInfo_t

◆ extendedCapabilities_t

◆ supportedMCSSet_t

◆ txBeamformingCapabilities_t

Member Function Documentation

◆ aMPDUParameters()

WLANAMPDUParametersParser senf::WLANHTCapabilitiesInfoElementParser::aMPDUParameters ( ) const

◆ antennaSelectionCapability()

WLANAntennaSelectionCapabilityParser senf::WLANHTCapabilitiesInfoElementParser::antennaSelectionCapability ( ) const

◆ capabilitiesInfo()

WLANHTCapabilitiesInfoFieldParser senf::WLANHTCapabilitiesInfoElementParser::capabilitiesInfo ( ) const

◆ dump()

void senf::WLANHTCapabilitiesInfoElementParser::dump ( std::ostream &  os) const

Definition at line 71 of file InformationElements.cc.

◆ extendedCapabilities()

WLANHTExtendedCapabilitiesParser senf::WLANHTCapabilitiesInfoElementParser::extendedCapabilities ( ) const

◆ init()

void senf::WLANHTCapabilitiesInfoElementParser::init ( )
inline

Definition at line 220 of file InformationElements.hh.

◆ supportedMCSSet()

WLANSupportedMCSSetParser senf::WLANHTCapabilitiesInfoElementParser::supportedMCSSet ( ) const

◆ txBeamformingCapabilities()

WLANTxBeamformingCapabilitiesParser senf::WLANHTCapabilitiesInfoElementParser::txBeamformingCapabilities ( ) const

Member Data Documentation

◆ typeId

const type_t::value_type senf::WLANHTCapabilitiesInfoElementParser::typeId = 0x2du
static

Definition at line 224 of file InformationElements.hh.


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