├── LICENSE ├── README.md ├── airmon-ng ├── brcmfmac.ko ├── brcmfmac43430-sdio.bin ├── brcmfmac43430-sdio.bin.backup ├── helper.sh ├── karmatool.py ├── kernel_release ├── mame82_util.py ├── nexmon_RPi3_kernel_4_9_51.patch ├── nexutil ├── prepare.sh └── wifi_server.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/README.md -------------------------------------------------------------------------------- /airmon-ng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/airmon-ng -------------------------------------------------------------------------------- /brcmfmac.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/brcmfmac.ko -------------------------------------------------------------------------------- /brcmfmac43430-sdio.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/brcmfmac43430-sdio.bin -------------------------------------------------------------------------------- /brcmfmac43430-sdio.bin.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/brcmfmac43430-sdio.bin.backup -------------------------------------------------------------------------------- /helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/helper.sh -------------------------------------------------------------------------------- /karmatool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/karmatool.py -------------------------------------------------------------------------------- /kernel_release: -------------------------------------------------------------------------------- 1 | 4.9.78+ 2 | -------------------------------------------------------------------------------- /mame82_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/mame82_util.py -------------------------------------------------------------------------------- /nexmon_RPi3_kernel_4_9_51.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/nexmon_RPi3_kernel_4_9_51.patch -------------------------------------------------------------------------------- /nexutil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/nexutil -------------------------------------------------------------------------------- /prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/prepare.sh -------------------------------------------------------------------------------- /wifi_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoganDawes/P4wnP1_nexmon_additions/HEAD/wifi_server.py --------------------------------------------------------------------------------