senf::RadiotapPacket_ChannelOptionsParser Struct Reference

Parse in Radiotap Header channel frequency and flag field. More...

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

Inheritance diagram for senf::RadiotapPacket_ChannelOptionsParser:

Public Types

typedef UInt16LSBParser freq_t
 
- 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

UInt16LSBParser freq () const
 
senf::FlagParser<?> flag2ghz () const
 
senf::FlagParser<?> ofdm () const
 
senf::FlagParser<?> cck () const
 
senf::FlagParser<?> turbo () const
 
senf::FlagParser<?> quarterRateChannel () const
 
senf::FlagParser<?> halfRateChannel () const
 
senf::FlagParser<?> gsm () const
 
senf::FlagParser<?> staticTurbo () const
 
senf::FlagParser<?> gfsk () const
 
senf::FlagParser<?> cckOfdm () const
 
senf::FlagParser<?> passive () const
 
senf::FlagParser<?> flag5ghz () 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

- 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

Parse in Radiotap Header channel frequency and flag field.

Re-ordering of bits due to LSB byte order

Definition at line 55 of file RadiotapPacket.hh.

Member Typedef Documentation

◆ freq_t

Member Function Documentation

◆ cck()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::cck ( ) const

◆ cckOfdm()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::cckOfdm ( ) const

◆ flag2ghz()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::flag2ghz ( ) const

◆ flag5ghz()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::flag5ghz ( ) const

◆ freq()

UInt16LSBParser senf::RadiotapPacket_ChannelOptionsParser::freq ( ) const

◆ gfsk()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::gfsk ( ) const

◆ gsm()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::gsm ( ) const

◆ halfRateChannel()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::halfRateChannel ( ) const

◆ ofdm()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::ofdm ( ) const

◆ passive()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::passive ( ) const

◆ quarterRateChannel()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::quarterRateChannel ( ) const

◆ staticTurbo()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::staticTurbo ( ) const

◆ turbo()

senf::FlagParser<?> senf::RadiotapPacket_ChannelOptionsParser::turbo ( ) const

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