#include <senf/Packets/80211Bundle/WLANBeaconPacket.hh>
Public Types | |
typedef UInt64LSBParser | timestamp_t |
typedef UInt16LSBParser | beaconInterval_t |
typedef WLANSSIDInfoElementParser | ssidIE_t |
typedef WLANSupportedRatesInfoElementParser | supportedRatesIE_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 PacketData * | state_type |
Type of the 'state' parameter. More... | |
typedef PacketParserBase | parser_base_type |
Base type of the next parser. More... | |
Public Member Functions | |
UInt64LSBParser | timestamp () const |
UInt16LSBParser | beaconInterval () const |
WLANSSIDInfoElementParser | ssidIE () const |
WLANSSIDInfoElementParser::value_t | ssid () const |
WLANSupportedRatesInfoElementParser | supportedRatesIE () const |
SENF_PARSER_TLV_LIST (ieList, packetSize(), WLANGenericInfoElementParser) | |
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... | |
PacketData & | data () 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... | |
Definition at line 26 of file WLANBeaconPacket.hh.
Definition at line 31 of file WLANBeaconPacket.hh.
Definition at line 34 of file WLANBeaconPacket.hh.
Definition at line 37 of file WLANBeaconPacket.hh.
Definition at line 30 of file WLANBeaconPacket.hh.
UInt16LSBParser senf::WLANBeaconPacketParser::beaconInterval | ( | ) | const |
senf::WLANBeaconPacketParser::SENF_PARSER_TLV_LIST | ( | ieList | , |
packetSize() | , | ||
WLANGenericInfoElementParser | |||
) |
|
inline |
Definition at line 35 of file WLANBeaconPacket.hh.
WLANSSIDInfoElementParser senf::WLANBeaconPacketParser::ssidIE | ( | ) | const |
WLANSupportedRatesInfoElementParser senf::WLANBeaconPacketParser::supportedRatesIE | ( | ) | const |
UInt64LSBParser senf::WLANBeaconPacketParser::timestamp | ( | ) | const |