Release 2.0

This commit is contained in:
Marcel Holtmann 2022-11-18 13:30:30 +01:00
parent 741c1fa021
commit 2600d3938e
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
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.
ver 1.30:
Fix issue with handling OWE if buggy AP is detected.
Fix issue with handling quick scan and enabling 6GHz.

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([iwd],[1.30])
AC_INIT([iwd],[2.0])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)