mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 0.3
This commit is contained in:
parent
38952813dd
commit
dc956d4f33
@ -1,3 +1,12 @@
|
||||
ver 0.3:
|
||||
Fix issue with auto-connect settings for open networks.
|
||||
Fix issue with handling beacon loss in roaming situations.
|
||||
Fix issue with handling bridged wireless network interfaces.
|
||||
Fix issue with handling EAP identity prompt or notification.
|
||||
Fix issue with handling EAP state reset and reauthentication.
|
||||
Add support for user specified hidden network connections.
|
||||
Add support for configuring WDS / 4ADDR operation.
|
||||
|
||||
ver 0.2:
|
||||
Fix issue with unsupported bands from roam scan frequency set.
|
||||
Fix issue with handling disconnect by AP and by SME events.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(iwd, 0.2)
|
||||
AC_INIT(iwd, 0.3)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user