From f66fc94340bdf6a30260a1932e3f2f22d8822304 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 30 Jun 2025 15:38:12 -0400 Subject: Ok sending the auth packet sort of works I need to set up retransmitting because the assoc request only happens if I send the auth response twice apparently. --- src/beacon_data.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/beacon_data.h') diff --git a/src/beacon_data.h b/src/beacon_data.h index 25fd734..f9aaa17 100644 --- a/src/beacon_data.h +++ b/src/beacon_data.h @@ -1,3 +1,8 @@ +#ifndef G4U_BEACON_DATA_H +#define G4U_BEACON_DATA_H + #define BEACON_PAYLOAD_LENGTH 128 extern const unsigned char kBeaconPayloads[][128]; + +#endif /* G4U_BEACON_DATA_H */ -- cgit 1.4.1