about summary refs log tree commit diff stats
path: root/src/beacon_data.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-06-30 15:38:12 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-06-30 15:38:12 -0400
commitf66fc94340bdf6a30260a1932e3f2f22d8822304 (patch)
tree76e660ad290ea210455d1b2e6faae60a7b6c3f9d /src/beacon_data.h
parent8163882a352c168b7b70ea883bb7a18a94a55456 (diff)
downloadgen4uploader-f66fc94340bdf6a30260a1932e3f2f22d8822304.tar.gz
gen4uploader-f66fc94340bdf6a30260a1932e3f2f22d8822304.tar.bz2
gen4uploader-f66fc94340bdf6a30260a1932e3f2f22d8822304.zip
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.
Diffstat (limited to 'src/beacon_data.h')
-rw-r--r--src/beacon_data.h5
1 files changed, 5 insertions, 0 deletions
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 @@
1#ifndef G4U_BEACON_DATA_H
2#define G4U_BEACON_DATA_H
3
1#define BEACON_PAYLOAD_LENGTH 128 4#define BEACON_PAYLOAD_LENGTH 128
2 5
3extern const unsigned char kBeaconPayloads[][128]; 6extern const unsigned char kBeaconPayloads[][128];
7
8#endif /* G4U_BEACON_DATA_H */