mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-24 16:49:25 +01:00
Release 0.11
This commit is contained in:
parent
48b74d6531
commit
6c3110551a
@ -1,3 +1,12 @@
|
||||
ver 0.11:
|
||||
Fix issue with handling EAP-TTLS and redundant L flags.
|
||||
Fix issue with handling EAP-TLS upper limit on request size.
|
||||
Fix issue with handling handshake complete after setting keys.
|
||||
Fix issue with handling access points with too many rates.
|
||||
Fix issue with requiring PSK if passphrase is present.
|
||||
Add support for retrieving list of hidden access points.
|
||||
Add support for tunneled MS-CHAP.
|
||||
|
||||
ver 0.10:
|
||||
Fix issue with Ethernet authentication packet handling.
|
||||
Fix issue with ad-hoc network scan results in station mode.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(iwd, 0.10)
|
||||
AC_INIT(iwd, 0.11)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user