You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
239 B
C++
12 lines
239 B
C++
3 years ago
|
#ifndef FDDB997A_BCD3_4056_BFEA_9FF6A548DACF
|
||
|
#define FDDB997A_BCD3_4056_BFEA_9FF6A548DACF
|
||
|
|
||
|
#include "./packet.hpp"
|
||
|
#include <string>
|
||
|
|
||
|
class BeaconPacket : Packet{
|
||
|
std::string SSID;
|
||
|
};
|
||
|
|
||
|
#endif /* FDDB997A_BCD3_4056_BFEA_9FF6A548DACF */
|