nexmon icon indicating copy to clipboard operation
nexmon copied to clipboard

The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more

Results 143 nexmon issues
Sort by recently updated
recently updated
newest added

Regarding [this post](https://github.com/seemoo-lab/nexmon/commit/82d42d4ace9a41c9f0d087a5731c89c1e9415942#commitcomment-26581918) I changed the firmware paths on the device

Working KARMA mod for RPi0W / RPi3 firmware including a dedicated runtime configuration tool. Details are here: https://github.com/mame82/P4wnP1_nexmon_additions/blob/master/README.md (including help screen of tool) So it is done before christmas

Without quotes, if the `NEXMON_ROOT` path has any spaces, `make` does not interpret them properly and the build fails.

…bcm4358/structs.common.h had to fiddle with dma_rxfill, because on bcm43438 it returns int, while it returns void on other firmwares. -> split it up. Hope that is ok: AT(CHIP_VER_BCM4358, FW_VER_ALL, 0x18B6FC)...

Minor README fixes for raspbian

I am not sure what the argp-extern.h is needed for. If it is needed for other architectures I'd suggest adding #ifdef BUILD_ON_RPI around argp-extern and argp

Included a reboot step in the Raspberry Pi 3 installation instructions.

### Prerequisites - CROSS_COMPILE is set to the path for arm-linux-gnueabihf- binaries - RPI3_KERNEL_PATH is set to the path of a raspberry pi kernel - The kernel has already been...

Hello, I am new to the nexmon framework. And I would like to ask that if there are any method to modify the time synchronization function in a Nexus 6P...

Hello, Do you think it is possible to force tx multicast rate (to ac rate) in ibss mode by modifying the firmware ? I know my question is only partially...