mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 1.18
This commit is contained in:
parent
481af204b0
commit
6f4b91ac8e
@ -1,3 +1,9 @@
|
|||||||
|
ver 1.18:
|
||||||
|
Add support for Access Point FILS IP Address Assignment IE.
|
||||||
|
Add support for P2P GO-side 4-way handshake IP allocation.
|
||||||
|
Add support for forcing SAE group 19 if BSS requires it.
|
||||||
|
Fix issue with handling faulty SAE duplicate commits.
|
||||||
|
|
||||||
ver 1.17:
|
ver 1.17:
|
||||||
Fix issue with sending additional and vendor IEs.
|
Fix issue with sending additional and vendor IEs.
|
||||||
Fix issue with IE ordering for 802.11-2020 support.
|
Fix issue with IE ordering for 802.11-2020 support.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 1.17)
|
AC_INIT(iwd, 1.18)
|
||||||
|
|
||||||
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