mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-16 17:09:24 +01:00
Release 1.13
This commit is contained in:
parent
24cb11dfd4
commit
f80189d161
@ -1,3 +1,10 @@
|
|||||||
|
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:
|
ver 1.12:
|
||||||
Fix issue with handling retry roaming without higher RSSI.
|
Fix issue with handling retry roaming without higher RSSI.
|
||||||
Fix issue with WPA3, OWE and FILS authentication handling.
|
Fix issue with WPA3, OWE and FILS authentication handling.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 1.12)
|
AC_INIT(iwd, 1.13)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
|
Loading…
Reference in New Issue
Block a user