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.
|
#ifndef CD2BF199_8153_4F10_A85C_50883FAD66A8
|
|
#define CD2BF199_8153_4F10_A85C_50883FAD66A8
|
|
|
|
#include "./packet.hpp"
|
|
#include <string>
|
|
|
|
class ProbeRequestPacket : Packet{
|
|
std::string requestSSID;
|
|
};
|
|
|
|
#endif /* CD2BF199_8153_4F10_A85C_50883FAD66A8 */
|