X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FWLANBeaconPacket.hh;h=8443d3de645ad02d310e85bbdf035e5aa572c8d1;hb=6aa7b87666f6f06e6e5cff5eb9b3d357e303abcd;hp=3451770f625f835f997f8d2369734f05b6307d69;hpb=2571369f6d1701b241a56a78c6a3d6d7569799c7;p=senf.git diff --git a/senf/Packets/80211Bundle/WLANBeaconPacket.hh b/senf/Packets/80211Bundle/WLANBeaconPacket.hh index 3451770..8443d3d 100644 --- a/senf/Packets/80211Bundle/WLANBeaconPacket.hh +++ b/senf/Packets/80211Bundle/WLANBeaconPacket.hh @@ -28,7 +28,6 @@ #define HH_SENF_Packets_80211Bundle_WLANBeaconPacket_ 1 // Custom includes -#include #include "InformationElements.hh" ///////////////////////////////hh.p//////////////////////////////////////// @@ -45,8 +44,11 @@ namespace senf { SENF_PARSER_FIELD( ssidIE, WLANSSIDInfoElementParser ); WLANSSIDInfoElementParser::value_t ssid() const { return ssidIE().value(); } - SENF_PARSER_FINALIZE( WLANBeaconPacketParser ); + SENF_PARSER_FIELD( supportedRatesIE, WLANSupportedRatesInfoElementParser ); + + SENF_PARSER_LIST ( ieList, packetSize(), WLANGenericInfoElementParser ); + SENF_PARSER_FINALIZE( WLANBeaconPacketParser ); };