iwd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-08 13:51:23 to 2023-08-27 19:00:37 UTC [more...]

[PATCH 0/3] Support fallback if FT fails
 2023-08-27 19:00 UTC  (6+ messages)
` [PATCH 1/3] ft: track FT auth/action response status
` [PATCH 2/3] station: fall back to reassociation under certain FT failures
` [PATCH 3/3] auto-t: add fallback to reassociate test

Segmentation fault
 2023-08-21 12:50 UTC  (3+ messages)

doc: APRanges is deprecated (use APAddressPool instead)
 2023-08-08  5:02 UTC  (2+ messages)

[PATCH] scan: remove unneeded debug prints
 2023-08-08  4:59 UTC  (2+ messages)

[PATCH] netdev: relax requirement for OWE AKM in assoc reply
 2023-07-14 14:10 UTC  (4+ messages)

[PATCH v3 3/3] owe: netdev: refactor to remove OWE as an auth-proto
 2023-07-13 14:14 UTC  (9+ messages)

[RFC 0/5] Initial refactor for hwsim frame processing
 2023-07-10 17:13 UTC  (10+ messages)
` [RFC 1/5] dbus: remove dependency on agent
` [RFC 2/5] dbus: remove iwd.h dependency
` [RFC 3/5] hwsim: use dbus.c module
` [RFC 4/5] hwsim: refactor rules processing into separate file
` [RFC 5/5] module: temporary hack to allow for no module dependencies

[PATCH 0/3] Handle DEL/ADD_MAC_ADDR events
 2023-07-06  3:05 UTC  (7+ messages)
` [PATCH 1/3] hwsim: add ADD/DEL_MAC_ADDR events
` [PATCH 2/3] hwsim: move frame processing into a separate function
` [PATCH 3/3] hwsim: handle ADD/DEL_MAC_ADDR events

IWD network state directory
 2023-06-29 14:51 UTC  (2+ messages)

iwd forgets network
 2023-06-29  7:41 UTC  (18+ messages)

[PATCH 1/3] hwsim: remove 'optimization' sending to only known MACs
 2023-06-28 23:28 UTC  (25+ messages)

[PATCH 0/3 v2] PMKID changes
 2023-06-27 14:30 UTC  (6+ messages)
` [PATCH 1/3 v2] crypto: modify crypto_derive_pmkid to take the length/checksum type
` [PATCH 2/3 v2] handshake: split handshake_state_get_pmkid into separate APIs
` [PATCH 3/3 v2] handshake: handshake: add FT_OVER_8021X AKM for SHA256 PMKID derivation

[PATCH] ft: add debug prints for FT-over-DS
 2023-06-27  2:32 UTC  (2+ messages)

[PATCH 1/6] handshake: add force_sha1 flag to handshake_state_get_pmkid()
 2023-06-20  1:54 UTC  (8+ messages)
` [PATCH 2/6] handshake: add FT_OVER_8021X AKM for SHA256 PMKID derivation
` [PATCH 3/6] handshake: add handshake_state_pmkid_matches
` [PATCH 4/6] eapol: use handshake_state_pmkid_matches
` [PATCH 5/6] auto-t: add comment about FILS rekeys
` [PATCH 6/6] auto-t: fix testNetconfig lease parsing

[PATCH v3 1/3] netdev: move GETLINK into its own function, track command ID
 2023-06-20  1:25 UTC  (4+ messages)
` [PATCH v3 2/3] netdev: disable power save if required
` [PATCH v3 3/3] wiphy: remove l_info's for control port/power save

[PATCH v2 1/3] netdev: move GETLINK into its own function, track command ID
 2023-06-19 15:25 UTC  (3+ messages)
` [PATCH v2 2/3] netdev: disable power save if required
` [PATCH v2 3/3] wiphy: remove l_info's for control port/power save

[PATCH 1/7] wiphy: store driver flags directly in wiphy object
 2023-06-19 14:54 UTC  (12+ messages)
` [PATCH 2/7] wiphy: allow for user-defined driver flags
` [PATCH 3/7] doc: document [DriverFlags] group settings
` [PATCH 4/7] wiphy: add [DriverFlags].PowerSaveDisable flag
` [PATCH 5/7] netdev: disable power save if required
` [PATCH 6/7] wiphy: print driver flags on startup
` [PATCH 7/7] doc: Document [DriverFlags].PowerSaveDisable

powersave support
 2023-06-11  3:26 UTC  (10+ messages)

Bring up of AP fails on certain channels
 2023-06-08 15:34 UTC  (4+ messages)

IWD Not Starting anymore
 2023-06-08 14:31 UTC  (3+ messages)

issue using virtual interface with iwd
 2023-06-07 12:04 UTC  (14+ messages)

[PATCH 1/2] ap: Remove opt-out DisableHT for opt-in EnableHT
 2023-06-06 16:11 UTC  (4+ messages)
` [PATCH 2/2] doc: document EnableHT option

[PATCH] ft: add debugging in __ft_rx_authenticate
 2023-06-06 15:35 UTC  (2+ messages)

wifi disconnects periodically
 2023-05-26 15:04 UTC  (4+ messages)

Enable access-point feature
 2023-05-24 14:11 UTC  (2+ messages)

Unable to connect to a EAP-PEAP network
 2023-05-23 13:17 UTC  (2+ messages)

[PATCH v3 1/4] auto-t: modify PSK-roam test to use FT failure path
 2023-05-22 14:37 UTC  (5+ messages)
` [PATCH v3 2/4] auto-t: increase timeout in testPSK-roam
` [PATCH v3 3/4] wiphy: make wiphy work queue reentrant
` [PATCH v3 4/4] station: use wiphy_radio_work_reschedule in FT path

[PATCH v2 0/1] Fix wiphy regdom logic
 2023-05-18 14:03 UTC  (6+ messages)
` [PATCH v2 1/1] wiphy: fix regdom change wiphy dump logic

[PATCH v2 1/3] wiphy: make wiphy work queue reentrant
 2023-05-17  1:16 UTC  (4+ messages)
` [PATCH v2 2/3] auto-t: modify PSK-roam test to use FT failure path
` [PATCH v2 3/3] auto-t: increase timeout in testPSK-roam

[PATCH 1/3] wiphy: make wiphy work queue reentrant
 2023-05-11 18:48 UTC  (3+ messages)
` [PATCH 2/3] auto-t: modify PSK-roam test to use FT failure path
` [PATCH 3/3] auto-t: increase timeout in testPSK-roam

[PATCH 0/1] Fix wiphy regdom logic
 2023-05-10 20:43 UTC  (5+ messages)
` [PATCH 1/1] wiphy: fix regdom change wiphy dump logic
` [PATCH 1/2] "
` [PATCH 2/2] station: fix reentrant FT wiphy radio work insertion

iwd ap mode changed?
 2023-05-10 15:02 UTC  (4+ messages)

end scan event
 2023-05-10 14:24 UTC  (2+ messages)

Object path last number
 2023-05-09 14:40 UTC  (5+ messages)

Warnings with gcc 13.1.1
 2023-05-09  7:12 UTC 

[PATCH] station: fix reentrant FT wiphy radio work insertion
 2023-05-08 18:10 UTC  (3+ messages)

[PATCH v2] station: allow roaming before netconfig finishes
 2023-05-08 13:51 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).