release notes:
- Fix issue with HT40+/- checks when creating chandef.
- Fix issue with handling support for FT-8021X-SHA384.
- Fix issue with handling secure bit check in handshake 1/4.
- Fix issue with allowing roaming before netconfig finishes.
- Fix issue with double free when disconnecting during FT.
- Add support for setting driver specific quirks.
- Add support for disabling power saving mode.
log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
Fix malloc error as below (introduced in iwd 2.2.)
Wireless daemon version 2.2
iwd-2.2/src/main.c:main() Using configuration directory /etc/iwd
iwd-2.2/src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd
iwd-2.2/src/main.c:nl80211_appeared() Found nl80211 interface
iwd-2.2/src/module.c:iwd_modules_init()
station: Network configuration is disabled.
iwd-2.2/src/wsc.c:wsc_init()
iwd-2.2/src/knownnetworks.c:known_network_frequencies_load() No known frequency file found.
iwd-2.2/src/eap.c:__eap_method_enable()
iwd-2.2/src/eap-wsc.c:eap_wsc_init()
iwd-2.2/src/eap-md5.c:eap_md5_init()
iwd-2.2/src/eap-tls.c:eap_tls_init()
iwd-2.2/src/eap-ttls.c:eap_ttls_init()
iwd-2.2/src/eap-mschapv2.c:eap_mschapv2_init()
iwd-2.2/src/eap-sim.c:eap_sim_init()
iwd-2.2/src/eap-aka.c:eap_aka_prime_init()
iwd-2.2/src/eap-aka.c:eap_aka_init()
iwd-2.2/src/eap-peap.c:eap_peap_init()
iwd-2.2/src/eap-gtc.c:eap_gtc_init()
iwd-2.2/src/eap-pwd.c:eap_pwd_init()
iwd-2.2/src/manager.c:manager_wiphy_dump_callback() New wiphy phy0 added (0)
malloc(): invalid next size (unsorted)
Aborted
ver 2.1:
- Fix issue with handling FT-over-DS action.
- Fix issue with handling scan and 6 GHz support check.
- Fix issue with handling when periodic scans get aborted.
- Add support for using 5 GHz frequencies in AP mode.
log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
ver 2.0:
Fix issue with handling P2P and limiting ciphers to CCMP.
Fix issue with scanning before forced roaming action.
Fix issue with provided scan frequencies from RRM.
Fix issue with handling Michael MIC failure message.
Fix issue with handling timestamp size in MPDU frames.
Fix issue with handling enablement of OCVC for FT AKMs.
Fix issue with handling FT work as highest priority.
Fix issue with handling roaming events and Multi-BSS.
Add support for utilizing roaming candidates list.
Add support for utilizing TLS session caching.
Add support for ciphers with 256 bits key size.
Add support for Access Point mode with legacy TKIP.
Add support for MAC address changes while powered.
Add support for IPv4 and IPv6 network configuration.
changelog:
- Fix issue with hidden networks on connection error.
- Fix issue with directed roams if already trying to roam.
- Fix issue with checking for connected in FT frame event.
ver 1.26:
+ Fix issue with handling BSS that changed frequency.
+ Fix issue with handling frequencies in neighbor report.
+ Fix issue with operating classes for 802.11ax standard.
+ Fix issue with enforcing of MFPR for 6 GHz frequencies.
+ Add support for band defined in the WiFi 6E amendment.
+ Add support for scanning while in AP mode.
update 1.23 (2022-01-27) to 1.25 (2022-02-24)
logs:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
ver 1.24:
- Fix issue with handshake and missing rekeying support.
- Fix issue with BSS ranking and zero signal strength.
- Fix issue with setting OWE IE length correctly.
update 1.11 (2021-01-07) to 1.17 (2021-08-22)
changelog: https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog
ver 1.17:
- Fix issue with sending additional and vendor IEs.
- Fix issue with IE ordering for 802.11-2020 support.
- Fix issue with frequency update on channel switch events.
- Fix issue with drivers and handling of IF_OPER_UP setting.
ver 1.16:
- Fix issue with writing provisioning files with a passphrase.
- Add support for Authenticator & Supplicant RSN Extension elements.
- Add support for handling Transition Disable info.
- Add support for SAE Hash-to-Element feature.
ver 1.15:
- Add support for FT-over-DS procedure with multiple BSS.
- Add support for estimation of VHT RX data rate.
- Add support for exporting Daemon information.
ver 1.14:
- Fix issue with scanning property and quick scan cancellation.
- Fix issue with handling authentication timeouts from SAE.
- Fix issue with handling association timeouts and retries.
- Fix issue with handling roaming frequencies after roaming.
- Fix issue with requesting neighbor report after roaming.
- Add support for handling PSK offload connections.
ver 1.13:
- Fix issue with EAPoL protocol version 2010 handling.
- Fix issue with authenticator method logic handling.
- Fix issue with getting scan results from firmware.
- Add support for handling SAE offload connections.
- Add support for roaming with FullMAC devices.
ver 1.12:
- Fix issue with handling retry roaming without higher RSSI.
- Fix issue with WPA3, OWE and FILS authentication handling.
- Fix issue with handling locally generated deauth frames.
- Fix issue with quick scanning and connect interaction.
- Add support for diagnostic D-Bus interfaces.
upgrade from 1.9 (2020-09-04) to 1.11 (2021-01-07)
Commit logs:
https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
ver 1.11:
Add support for ACD client for static configuration.
Add support for intelligent scan of all frequencies.
ver 1.10:
Add support for DHCP v6 configuration.
Add support for DHCP server operation with AP mode.
Add support for IP allocation during the 4-Way Handshake.
Add support for P2P Group-owner handling.