Packets/80211Bundle: integrated GenericTLVRegistry
[senf.git] / senf / Packets / 80211Bundle / WLANBeaconPacket.hh
index a8accfa..d82ed1a 100644 (file)
@@ -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<WLANBeaconPacketType> WLANBeaconPacket;
 
 }