Skip to content

Instantly share code, notes, and snippets.

View AndrewFromMelbourne's full-sized avatar

Andrew Duncan AndrewFromMelbourne

View GitHub Profile
@AndrewFromMelbourne
AndrewFromMelbourne / wifiscan.cxx
Last active December 20, 2022 02:41
wifi scanning code
// sudo apt-get install libiw-dev
//
// g++ -O3 -Wall wifiscan.cxx -o wifiscan -liw
#include <iwlib.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/time.h>