mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 0.17
This commit is contained in:
parent
e01368b848
commit
170125aa01
@ -1,3 +1,12 @@
|
||||
ver 0.17:
|
||||
Fix issue with handling association failure path.
|
||||
Fix issue with handling checks for valid ECC point/scalar.
|
||||
Fix issue with handling potential infinite loop and SAE.
|
||||
Fix issue with handling randomization for passive scans.
|
||||
Add support for randomization of SN for probe requests.
|
||||
Add support for handling the FILS cipher suites.
|
||||
Add support for ERP key caching feature.
|
||||
|
||||
ver 0.16:
|
||||
Add missing pkcs8.conf for module loading.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(iwd, 0.16)
|
||||
AC_INIT(iwd, 0.17)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user