X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FWLANBeaconPacket.hh;h=72158a31a203bc60187c456ae28c40cbd13ffc87;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=d82ed1a1dbfe86c9f36669dacedb0133ccc68976;hpb=9ffdaae4804503c4f36a53747c852a87ee626b9e;p=senf.git diff --git a/senf/Packets/80211Bundle/WLANBeaconPacket.hh b/senf/Packets/80211Bundle/WLANBeaconPacket.hh index d82ed1a..72158a3 100644 --- a/senf/Packets/80211Bundle/WLANBeaconPacket.hh +++ b/senf/Packets/80211Bundle/WLANBeaconPacket.hh @@ -43,15 +43,15 @@ namespace senf { SENF_PARSER_FIELD( ssidIE, WLANSSIDInfoElementParser ); WLANSSIDInfoElementParser::value_t ssid() const { return ssidIE().value(); } - + SENF_PARSER_FIELD( supportedRatesIE, WLANSupportedRatesInfoElementParser ); - + SENF_PARSER_LIST ( ieList, packetSize(), WLANGenericInfoElementParser ); - + SENF_PARSER_FINALIZE( WLANBeaconPacketParser ); }; - + /** \brief WLAN Beacon frame packet \par Packet type (typedef):