mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
@@ -36,12 +36,13 @@
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include "../dot11/dot11_base.h"
|
||||
#include "../macros.h"
|
||||
|
||||
namespace Tins {
|
||||
/**
|
||||
* \brief Abstract class that englobes all Management frames in the 802.11 protocol.
|
||||
*/
|
||||
class Dot11ManagementFrame : public Dot11 {
|
||||
class TINS_API Dot11ManagementFrame : public Dot11 {
|
||||
public:
|
||||
/**
|
||||
* The supported rates container type.
|
||||
|
||||
Reference in New Issue
Block a user