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

I've successfully tested monitor mode on a rpi zero w with raspian 10 (using a subinterface). The main interface doesn't seem to work though.

There is a small typo in utilities/wireshark/ui/cli/tap-httpstat.c, utilities/wireshark/ui/cli/tap-rtspstat.c, utilities/wireshark/ui/cli/tap-sipstat.c, utilities/wireshark/ui/cli/tap-wspstat.c. Should read `statistics` rather than `statictics`.

Very minor change to allow smoother install process. – Added packages needed in `apt install` for "Build patches (...) using Raspbian", tested on Raspberry Pi 4. Also, see comments from...

Hey guys, I faced issues when compiling your tree with more recent target toolchains (the ones embedded in the tree are 5.4+). I know you don't propose recent toolchains directly,...

- add missing dependencies and `autoreconf` as mentioned in https://github.com/seemoo-lab/nexmon/pull/326#issuecomment-561656871 - add reboot step so that makefiles and `modinfo` work as expected - there's now an `iw dev interface add`...

I found I needed autoconf/automake. It may be possible to avoid this by adjusting the timestamps of the related files, but simply installing it takes < 30 seconds, and avoid...

If you don't reboot at some point after `apt-get {update,upgrade}` then the Makefiles in `patches/...` will incorrectly look for the pre-upgrade modules (`4.19.57-v7+` on a fresh NOOBS build), rather than...

Start a new project to add this version of lg g5 firmware for nexmon support (Not yet tested)

…th of alpha2 to 3. This causes a regression on brcmfmac, because brcmf_cfg80211_reg_notifier() expect valid ISO3166 codes in the complete array. So fix this accordingly. @see https://patchwork.kernel.org/patch/10283389 Signed-off-by: Stefan Wahren...

Hi, First of all, thanks for the great project and app! I think that you can improve a bit the app layout of the Firmware installation view. This is just...