mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-24 16:49:25 +01:00
Release 1.14
This commit is contained in:
parent
e1fc36966b
commit
c365cc1b8d
@ -1,3 +1,11 @@
|
|||||||
|
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:
|
ver 1.13:
|
||||||
Fix issue with EAPoL protocol version 2010 handling.
|
Fix issue with EAPoL protocol version 2010 handling.
|
||||||
Fix issue with authenticator method logic handling.
|
Fix issue with authenticator method logic handling.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 1.13)
|
AC_INIT(iwd, 1.14)
|
||||||
|
|
||||||
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