Jakob Link
Jakob Link
Removing restrictions and/or adding channels to firmware and/or driver might help you, have a look at https://github.com/seemoo-lab/nexmon/issues/443#issuecomment-748666226
Please post the output of `sudo -u root cat /sys/kernel/debug/ieee80211/$(iw wlan0 info | gawk '/wiphy/ {printf "phy" $2}')/forensics` when reporting crashes. When injecting frames fast sometimes a null pointer reference...
The data seems correct. You are tuned to a 80MHz wide channel and thus extract CSI over 256 subcarriers. However, it seems you only see transmissions on 20MHz control channels...
You do not need `LD_PRELOAD=libnexmon.so` on the RPi. It is used on Android devices to fake a monitor mode interface. Here is a code snipped for transmitting a fixed data...
Hi, we added a [SECURITY.md](https://github.com/seemoo-lab/nexmon/blob/0b7e87255727484dac640258422425a66a231a8d/SECURITY.md) with an email. Feel free to contact us.
Since the kernel got updated to 5.10, following the readme installs the wrong kernel headers. You need those specific to your kernel version. A simple way to install them is...
I have not tested the approach in #338, but if you choose the correct headers according to your kernel version and architecture it might also work. You can give above...
Loading address is ```0x0```. It seems you loaded the file correctly. IDA might not correctly recognize all instructions from the beginning. E.g. the first four bytes are a ```b.w.``` instruction....
@KernelAtom you can get the original wifi firmware by fetching the stock samsung android image of the version you are currently running, there are several tools out there that allow...
thank you for the detailed listing, @atlury however, I'm not sure what you'd like to integrate with nexmon here the nexmon_csi patch forwards CSI to the host via UPD frames,...