├── LICENSE ├── README.md ├── Screenshots ├── Deauth.png ├── Main.png └── Setup.png ├── bw16_deauther ├── app.c ├── app.png ├── application.fam ├── ring_buffer.c ├── ring_buffer.h ├── uart_helper.c └── uart_helper.h ├── bw16_deauther_app.fap └── bw16_firmware ├── BW16-Firmware.ino ├── debug.h ├── dns.cpp ├── dns.h ├── portals ├── amazon.h ├── apple.h └── default.h ├── wifi_cust_tx.cpp └── wifi_cust_tx.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/Deauth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/Screenshots/Deauth.png -------------------------------------------------------------------------------- /Screenshots/Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/Screenshots/Main.png -------------------------------------------------------------------------------- /Screenshots/Setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/Screenshots/Setup.png -------------------------------------------------------------------------------- /bw16_deauther/app.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_deauther/app.c -------------------------------------------------------------------------------- /bw16_deauther/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_deauther/app.png -------------------------------------------------------------------------------- /bw16_deauther/application.fam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_deauther/application.fam -------------------------------------------------------------------------------- /bw16_deauther/ring_buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_deauther/ring_buffer.c -------------------------------------------------------------------------------- /bw16_deauther/ring_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_deauther/ring_buffer.h -------------------------------------------------------------------------------- /bw16_deauther/uart_helper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_deauther/uart_helper.c -------------------------------------------------------------------------------- /bw16_deauther/uart_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_deauther/uart_helper.h -------------------------------------------------------------------------------- /bw16_deauther_app.fap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_deauther_app.fap -------------------------------------------------------------------------------- /bw16_firmware/BW16-Firmware.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_firmware/BW16-Firmware.ino -------------------------------------------------------------------------------- /bw16_firmware/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_firmware/debug.h -------------------------------------------------------------------------------- /bw16_firmware/dns.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_firmware/dns.cpp -------------------------------------------------------------------------------- /bw16_firmware/dns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_firmware/dns.h -------------------------------------------------------------------------------- /bw16_firmware/portals/amazon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_firmware/portals/amazon.h -------------------------------------------------------------------------------- /bw16_firmware/portals/apple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_firmware/portals/apple.h -------------------------------------------------------------------------------- /bw16_firmware/portals/default.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_firmware/portals/default.h -------------------------------------------------------------------------------- /bw16_firmware/wifi_cust_tx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_firmware/wifi_cust_tx.cpp -------------------------------------------------------------------------------- /bw16_firmware/wifi_cust_tx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KinimodD/Flipper-Zero-5GHz-Deauther/HEAD/bw16_firmware/wifi_cust_tx.h --------------------------------------------------------------------------------