Ingo
Ingo
Sounds good but I can't say much with my little knowledge of the library so far. But in general I prefer not to use global variables. They only cause problems.
@wooky The library is written in C. It has no classes with methods.
Hi @mrjimenez, I see more and more that we are nearly on the same path. I thought the library is strictly standard C only. I would very appreciate if we...
This error is still there even with the new user interface without using global variables. That means it doesn't depend on any global variable. If gtests are running there is...
I will improve the gtests for UpnpGetIfInfo() so that we catch all (known) conditions and haven't to worry about with modifing its internal code. Improving tests is mainly to provide...
For me this error occurs to be a problem with the background driver **nl80211**. Just for testing I use an empty `/etc/wpa_supplicant/wpa_supplicant.conf`: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 Then start wpa_supplicant: pi@raspberrypi:~ $...
> @ingo-h , how can I configure this for the wpa_supplicant that starts on boot? @rikbrown Sorry for the late answer. I have made a setup on a Raspberry Pi....
As noted in my https://github.com/raspberrypi/firmware/issues/990#issuecomment-462162662 I could not set the interface to type IBSS (ad-hoc). pi@raspberrypi:~ $ sudo iw wlan0 set type ibss command failed: Device or resource busy (-16)...
As already shown by others a function index is available. But I get the same problem as @paddor. I have to re-engineer a somewhat bigger program and started documenting it...
@albert-github asked for a small, self contained example to verify this. To understand whats going on I have made one. But surprisingly that works as expected. But to have a...