Bruno Randolf
Bruno Randolf
Hi, OSX should not use linux/platform.h but define it's own osx/platform.h and platform.mk Some things in linux/ are needed though and should either be included and compiled from osx/platform.mk or...
For most of this, look at `linux/platform.h` and adapt as necessary. `printlog` should be provided by the application using uwifi.
Hi, yes that's what I meant. Now, horst is split up into "libuwifi" (separate repository here https://github.com/br101/libuwifi) and "horst" is mostly the UI part. I already added the libnl3 code...
Usage% now assumes a maximum bandwidth of 32Mbps. This should be improved/fixed by calculating the max bandwidth for info bars (Usage%) based on channel width. It's on my TODO. Usage...
This issue is still open... So max bandwith is not calculated correctly and assumed 32Mbps, but this just makes the "Usage" sometimes more than 100% and does not affect the...
As pingcheck will always be running on OpenWRT (it uses ubus), there will always be UCI, so I don't see a real usecase for that. Let me know it there...
Hey, your real reason is valid, but I personally don't have the time/motivation to do the changes. Patches are welcome, though
Yes, see https://github.com/br101/libuwifi/blob/master/core/inject.c So far it only contains the two packet types I needed. Contributions welcome ;)
Well, i have just implemented what I needed at the time. A separate function for each frame type will result in a lot of functions, so if you have a...
please note that frame injection does not work on esp8266 yet (but possible to do afaik)