Commit graph

49 commits

Author SHA1 Message Date
Rudi Heitbaum
b1b6da65a3 iwd: update to 3.4
- Add support for the Test Anything Protocol.
- handshake: add more debugging around PMKSA caching
2025-02-11 10:25:48 +00:00
Rudi Heitbaum
fca6ab394e iwd: update to 3.3
- Fix issue with handling External Authentication.
2024-12-20 12:18:36 +00:00
Rudi Heitbaum
dbd75c43f4 iwd: update to 3.2 2024-11-26 11:00:47 +00:00
Rudi Heitbaum
1784869f60 iwd: update to 3.1
+	Fix issue with handling OWE transition BSS selection.
+	Fix issue with handling oper class 136 starting frequency.
2024-11-08 07:41:30 +00:00
Rudi Heitbaum
f98a621cb3 iwd: update to 3.0 2024-10-21 10:24:01 +00:00
Rudi Heitbaum
9c21b462e7 iwd: update to 2.22 2024-09-12 11:09:34 +00:00
Rudi Heitbaum
077cb028c4 iwd: update to 2.21
- Fix issue with pending scan requests after regdom update.
- Fix issue with handling the rearming of the roaming timeout.
- Fix issue with survey request and externally triggered scans.
- Fix issue with RSSI fallback when setting CQM threshold fails.
- Fix issue with FT-over-Air without offchannel support.
- Add support for per station Affinities property.
2024-09-09 13:05:20 +00:00
Rudi Heitbaum
83907268ff iwd: update to 2.20
ver 2.20:
+	Fix issue with PKEX timeout and number of frequencies used.
+	Fix issue with handling logic for handshake failures.
+	Fix issue with handling ConnectedAccessPoint signal.
2024-08-29 12:49:33 +00:00
CvH
2237555141 cleanup packages: various 2024-08-01 11:53:51 +02:00
Rudi Heitbaum
5b8c58e012 iwd: update to 2.19
+ Fix issue with handling flush flag for external scans.
+ Fix issue with handling SNR calculation in ranking.
2024-07-09 12:40:54 +00:00
Ian Leonard
bee9a5bfa8 iwd: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-07-03 00:06:04 -04:00
Rudi Heitbaum
58613dbc30 iwd: update to 2.18 2024-06-04 21:21:33 +00:00
Rudi Heitbaum
2033160e8b iwd: update to 2.17
ver 2.17:
+	Fix issue with handling deauthenticate on disconnect.
+	Fix issue with handling of rate estimation errors.
+	Fix issue with handling EAPOL frame listeners.
2024-03-29 22:49:55 +00:00
Rudi Heitbaum
8a73b597df iwd: update to 2.16 2024-03-04 12:49:30 +00:00
Rudi Heitbaum
2eb83d3534 iwd: update to 2.15 2024-02-26 21:39:50 +00:00
Rudi Heitbaum
bda6149af6 iwd: update to 2.14 2024-02-10 07:02:01 +00:00
Rudi Heitbaum
400e89224c iwd: update to 2.13 2024-01-12 21:38:43 +00:00
Rudi Heitbaum
86af1c92b1 iwd: update to 2.12
log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/

ver 2.12:
- Fix issue with DPP extra settings not being used.
- Fix issue with DPP and PRF+ handling on AARCH64.
- Add support for SAE password identifiers.
2023-12-28 00:38:55 +00:00
Rudi Heitbaum
19d267a542 iwd: update to 2.11 2023-12-14 10:22:09 +00:00
Rudi Heitbaum
428ffe2176 iwd: update to 2.10
- Fix issue with buffer overflow for 32 byte SSIDs.
- Fix issue with deauthentication before FT work completes.
- Fix issue with power save disabling procedure.
2023-11-27 19:15:38 +00:00
Rudi Heitbaum
42709e7e25 iwd: update to 2.9 2023-11-19 21:54:34 +00:00
Rudi Heitbaum
cb4b0ddb3e iwd: update to 2.8 2023-08-25 10:27:24 +00:00
Rudi Heitbaum
30d7be8c37 iwd: update to 2.7
Fix issue with handling FT-8021X and SHA256 PMKID derivation.
2023-07-06 10:40:24 +00:00
Rudi Heitbaum
97e1ceda4a iwd: update to 2.6
log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
2023-06-24 11:33:08 +00:00
Rudi Heitbaum
f05cf7a874 iwd: update to 2.5
release notes:
- Fix issue with HT40+/- checks when creating chandef.
- Fix issue with handling support for FT-8021X-SHA384.
- Fix issue with handling secure bit check in handshake 1/4.
- Fix issue with allowing roaming before netconfig finishes.
- Fix issue with double free when disconnecting during FT.

log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
2023-05-25 10:42:26 +00:00
Rudi Heitbaum
713c4999d2 iwd: update to 2.4 2023-03-28 06:56:09 +00:00
Rudi Heitbaum
3363778543 iwd: update to 2.3 2023-02-03 12:33:49 +00:00
Rudi Heitbaum
add52ccd9b iwd: Fix buffer overflow due to off-by-one error
Fix malloc error as below (introduced in iwd 2.2.)

Wireless daemon version 2.2
iwd-2.2/src/main.c:main() Using configuration directory /etc/iwd
iwd-2.2/src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd
iwd-2.2/src/main.c:nl80211_appeared() Found nl80211 interface
iwd-2.2/src/module.c:iwd_modules_init()
station: Network configuration is disabled.
iwd-2.2/src/wsc.c:wsc_init()
iwd-2.2/src/knownnetworks.c:known_network_frequencies_load() No known frequency file found.
iwd-2.2/src/eap.c:__eap_method_enable()
iwd-2.2/src/eap-wsc.c:eap_wsc_init()
iwd-2.2/src/eap-md5.c:eap_md5_init()
iwd-2.2/src/eap-tls.c:eap_tls_init()
iwd-2.2/src/eap-ttls.c:eap_ttls_init()
iwd-2.2/src/eap-mschapv2.c:eap_mschapv2_init()
iwd-2.2/src/eap-sim.c:eap_sim_init()
iwd-2.2/src/eap-aka.c:eap_aka_prime_init()
iwd-2.2/src/eap-aka.c:eap_aka_init()
iwd-2.2/src/eap-peap.c:eap_peap_init()
iwd-2.2/src/eap-gtc.c:eap_gtc_init()
iwd-2.2/src/eap-pwd.c:eap_pwd_init()
iwd-2.2/src/manager.c:manager_wiphy_dump_callback() New wiphy phy0 added (0)
malloc(): invalid next size (unsorted)
Aborted
2023-01-29 04:33:22 +00:00
Rudi Heitbaum
93880c90f9 iwd: update to 2.2 2023-01-24 10:38:44 +00:00
Rudi Heitbaum
827a85ff95 iwd: update to 2.1
ver 2.1:
- Fix issue with handling FT-over-DS action.
- Fix issue with handling scan and 6 GHz support check.
- Fix issue with handling when periodic scans get aborted.
- Add support for using 5 GHz frequencies in AP mode.

log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
2022-12-19 09:11:53 +00:00
Rudi Heitbaum
46ed623f3c iwd: update to 2.0
ver 2.0:
	Fix issue with handling P2P and limiting ciphers to CCMP.
	Fix issue with scanning before forced roaming action.
	Fix issue with provided scan frequencies from RRM.
	Fix issue with handling Michael MIC failure message.
	Fix issue with handling timestamp size in MPDU frames.
	Fix issue with handling enablement of OCVC for FT AKMs.
	Fix issue with handling FT work as highest priority.
	Fix issue with handling roaming events and Multi-BSS.
	Add support for utilizing roaming candidates list.
	Add support for utilizing TLS session caching.
	Add support for ciphers with 256 bits key size.
	Add support for Access Point mode with legacy TKIP.
	Add support for MAC address changes while powered.
	Add support for IPv4 and IPv6 network configuration.
2022-11-20 05:45:29 +00:00
Rudi Heitbaum
da815e76dc iwd: update to 1.30
changelog:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=881807d14b7ee2a71f53c872303f6c05c4ee487a

log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
2022-09-08 11:22:27 +00:00
Rudi Heitbaum
afc191d908 iwd: update to 1.29 2022-07-16 03:55:06 +00:00
Rudi Heitbaum
34491f2cc0 iwd: update to 1.28 2022-06-08 12:52:02 +00:00
Rudi Heitbaum
11b1c28c1a iwd: update to 1.27
changelog:
- Fix issue with hidden networks on connection error.
- Fix issue with directed roams if already trying to roam.
- Fix issue with checking for connected in FT frame event.
2022-04-23 09:03:12 +00:00
Rudi Heitbaum
9e17417bf3 iwd: update to 1.26
ver 1.26:
+	Fix issue with handling BSS that changed frequency.
+	Fix issue with handling frequencies in neighbor report.
+	Fix issue with operating classes for 802.11ax standard.
+	Fix issue with enforcing of MFPR for 6 GHz frequencies.
+	Add support for band defined in the WiFi 6E amendment.
+	Add support for scanning while in AP mode.
2022-03-23 10:01:57 +00:00
heitbaum
416f909f07 iwd: update to 1.25
update 1.23 (2022-01-27) to 1.25 (2022-02-24)

logs:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/

ver 1.24:
- Fix issue with handshake and missing rekeying support.
- Fix issue with BSS ranking and zero signal strength.
- Fix issue with setting OWE IE length correctly.
2022-02-26 09:11:34 +00:00
heitbaum
0011c4d3e9 iwd: update to 1.23 2022-01-28 20:15:21 +00:00
heitbaum
dec5a9460f iwd: update to 1.20 2021-11-20 15:27:49 +11:00
heitbaum
cfcb219f5d iwd: update to 1.18 2021-09-19 21:29:40 +10:00
heitbaum
8a43d98a1c iwd: update to 1.17
update 1.11 (2021-01-07) to 1.17 (2021-08-22)
changelog: https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog

ver 1.17:
- Fix issue with sending additional and vendor IEs.
- Fix issue with IE ordering for 802.11-2020 support.
- Fix issue with frequency update on channel switch events.
- Fix issue with drivers and handling of IF_OPER_UP setting.

ver 1.16:
- Fix issue with writing provisioning files with a passphrase.
- Add support for Authenticator & Supplicant RSN Extension elements.
- Add support for handling Transition Disable info.
- Add support for SAE Hash-to-Element feature.

ver 1.15:
- Add support for FT-over-DS procedure with multiple BSS.
- Add support for estimation of VHT RX data rate.
- Add support for exporting Daemon information.

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:
- 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:
- Fix issue with handling retry roaming without higher RSSI.
- Fix issue with WPA3, OWE and FILS authentication handling.
- Fix issue with handling locally generated deauth frames.
- Fix issue with quick scanning and connect interaction.
- Add support for diagnostic D-Bus interfaces.
2021-09-01 08:38:09 +10:00
Ian Leonard
3baf91e87d network: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:12 +00:00
heitbaum
2f426fbb9a iwd: update to 1.11
upgrade from 1.9 (2020-09-04) to 1.11 (2021-01-07)
Commit logs:
https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
ver 1.11:
	Add support for ACD client for static configuration.
	Add support for intelligent scan of all frequencies.
ver 1.10:
	Add support for DHCP v6 configuration.
	Add support for DHCP server operation with AP mode.
	Add support for IP allocation during the 4-Way Handshake.
	Add support for P2P Group-owner handling.
2021-01-07 20:50:15 +00:00
heitbaum
d304f5a526 iwd: update to 1.9 2020-12-25 09:42:43 +00:00
Lukas Rusak
6d040783d0
iwd: disable using ConfigurationDirectory 2020-03-20 13:23:14 -07:00
Lukas Rusak
49c43c9191
iwd: fix build after 7eadda0 2020-03-06 13:23:30 -08:00
MilhouseVH
7eadda02dd iwd: update to iwd-1.5 2020-02-17 06:37:58 +00:00
Lukas Rusak
2f02cc83ad
iwd: disable seccomp options for now as it breaks the service 2019-07-07 10:01:27 -07:00
Lukas Rusak
c39a9e4420
iwd: add package 2019-07-04 11:22:21 -07:00