Eugene

Results 8 comments of Eugene

Any of this to be merged into master soon?

I was able to solve that with setting ``` KERNEL_DIR = /usr/lib/modules/${KVERSION}/build ``` perhaps this variable could be set based on `/etc/os-release` ?

@tomer-avrahami can you please share how did you build the patches for kernel 5.4 ? There's no sources for 5.4 in https://github.com/seemoo-lab/nexmon/tree/master/patches/bcm43430a1/7_45_41_46/nexmon

Experience the same behavior on Android 11 ( OxygenOS ) - I wonder if it has anything to do with the new app permission mechanism introduced recently. So far the...

Second this! I can see that `iw phy` reports: ``` Supported interface modes: * IBSS * managed * AP * P2P-client * P2P-GO ``` not sure whether it is a...

@ptabor thanks for the quick response. Yes, for my use-case I need to embed the list of hardware I can work with into the executable. Building it upon startup might...

Would be nice to have that `openFile func(string, int, os.FileMode) (*os.File, error)` function return something like `io.ReaderWriterSeeker` instead of `*os.File` which is a pointer to a struct. That way it...

@missinglink definitely I would still need this feature to use in-memory data store. Please go ahead :)