X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FWLANBeaconPacket.hh;h=72158a31a203bc60187c456ae28c40cbd13ffc87;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=8443d3de645ad02d310e85bbdf035e5aa572c8d1;hpb=6aa7b87666f6f06e6e5cff5eb9b3d357e303abcd;p=senf.git diff --git a/senf/Packets/80211Bundle/WLANBeaconPacket.hh b/senf/Packets/80211Bundle/WLANBeaconPacket.hh index 8443d3d..72158a3 100644 --- a/senf/Packets/80211Bundle/WLANBeaconPacket.hh +++ b/senf/Packets/80211Bundle/WLANBeaconPacket.hh @@ -43,19 +43,19 @@ 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): - \refWLANBeaconPacket + \ref WLANBeaconPacket \par Fields: @@ -76,6 +76,9 @@ namespace senf { static void dump(packet p, std::ostream &os); }; + /** \brief WLAN Beacon frame packet typedef + \ingroup protocolbundle_80211 + */ typedef ConcretePacket WLANBeaconPacket; }