Matthias Schulz
Matthias Schulz
Try to put FW_VER_ALL also in the following place: https://github.com/seemoo-lab/nexmon/blob/master/patches/common/wrapper.c#L1779 > On 24. Sep 2020, at 15:51, Glenn Forbes wrote: > > text.wlc_valid_chanspec_ext
You need to figure out why they are malformed? Is some part missing in them? Is it really a Wi-Fi frame, or is it an Ethernet frame detected as a...
It seems to contain quite some zeros at the end. Please, try to capture such a frame on both a nexmon enabled device and with another monitor mode capable wifi...
Then, you need to find out where the last part of the frame is getting lost. You should debug the monitor mode function [1] by adding a printf debug output...
Unfortinately, Nexmon is not intended for the lazy among us. davidrozen76 schrieb am So., 10. Juni 2018, 11:52: > Hey and thanks for your reply. > > I'm a bit...
Did you check whether the firmware contains the string splitrx? That would mean that the d11 core splits each received data frame and only passes the first part to the...
Make a very simple patch that is doing nothing else then extracting the compressed ucode. If that is working and the chip starts your patched firmware, you know that you...
Did you check the firmware version of your original firmware before installing the new firmware? It should be equal to 6.37.34.43 or 6.37.34.40. You can also send us your original...
Hi Stefan, did you adjust the definitions.mk files as well? Just try to make the patch.c file work and then copy each of the other files one by one. Matthias...
First try to load the firmware without applying any patches to see that it is compatible with the driver. Then, try to get the patch running with only the patch.c...