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. --- CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index deefb21..d784ebc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,9 @@ project (gen4uploader) add_subdirectory(vendor/libwifi) set(SOURCE_FILES - src/main.cpp - src/beacon_data.cpp + src/main.c + src/beacon_data.c + src/addr_list.c ) include_directories( @@ -13,4 +14,4 @@ include_directories( ) add_executable(gen4uploader ${SOURCE_FILES}) -target_link_libraries(gen4uploader wifi) +target_link_libraries(gen4uploader wifi pcap) -- cgit 1.4.1