Releases: nerves-networking/vintage_net_wifi
Releases Β· nerves-networking/vintage_net_wifi
v0.11.3
v0.11.2
v0.11.1
-
Changed
- Added support for handling WiFi events. Currently events associated with
WiFi AP associations are reported since they can be helpful when creating
WiFi configuration user interfaces. More could be supported in the future.
Thanks to @dognotdog, @THE9rtyt, and @ConnorRigby for this feature.
- Added support for handling WiFi events. Currently events associated with
-
Fixed
- Remove mesh peers from reported access point lists. Mesh peers are reported
separately and mixing them with access points was unexpected. Thanks to
@mattludwigs for identifying and fixing the issue.
- Remove mesh peers from reported access point lists. Mesh peers are reported
v0.11.0
v0.10.9
v0.10.8
v0.10.7
v0.10.6
- Bug fixes
- Fully decode WiFi flags based on inspecting the
wpa_supplicant
source
code. This should, hopefully, fix the recurring issue with new flags being
discovered. The flags are not decomposed into their constituent parts. The
original flags are still present, but the new ones should be easier to
reason about. E.g.,[:wpa2_psk_ccmp]
is now[:wpa2_psk_ccmp, :wpa2, :psk, :ccmp]
.
- Fully decode WiFi flags based on inspecting the