public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-12-01 12:42:58 to 2024-01-09 04:21:00 UTC [more...]

[PATCH v2 1/3] station: add additional internal state, STATION_STATE_NETCONFIG
 2024-01-09  4:20 UTC  (4+ messages)
` [PATCH v2 2/3] station: add handling for new NETCONFIG state
` [PATCH v2 3/3] auto-t: add test for roaming + netconfig

[PATCH] build: make missing rst2man non-fatal
 2024-01-05 16:47 UTC 

[PATCH 1/8] station: handle netconfig after roaming for FW roams
 2024-01-04 21:01 UTC  (18+ messages)
` [PATCH 2/8] station: add additional internal state, STATION_STATE_NETCONFIG
` [PATCH 3/8] station: add handling for new NETCONFIG state
` [PATCH 4/8] station: add debug events for internal states
` [PATCH 5/8] auto-t: update roam test to use new debug events
` [PATCH 6/8] auto-t: add test for roaming + netconfig
` [PATCH 7/8] auto-t: improve failure handling in testPSK-roam
` [PATCH 8/8] auto-t: fix random testPSK-roam failure

[PATCH] scan: limit COLOCATED_6GHZ flag to 6ghz devices
 2024-01-04 20:30 UTC  (8+ messages)

[PATCH] client: fix AP PairwiseCiphers parsing
 2024-01-04 18:19 UTC  (2+ messages)

[PATCH] monitor: include unistd.h in main.c
 2024-01-04 18:18 UTC  (2+ messages)

Setup help request
 2024-01-02 20:30 UTC  (14+ messages)

[PATCH] monitor: indicate if the MPDU was invalid
 2024-01-02 17:02 UTC  (2+ messages)

[PATCH 1/5] monitor: Remove unused code path
 2024-01-02 17:01 UTC  (7+ messages)
` [PATCH 2/5] monitor: Remove unused PACKET_AUXDATA handling
` [PATCH 3/5] monitor: Use nlmon_print_* inside nlmon_receive
` [PATCH 4/5] monitor: Move iwmon reading logic into main.c
` [PATCH 5/5] RFC: Initial iwtrace utility

[PATCH 0/7] Reduce and optimize quick/roam scan frequencies
 2024-01-02 13:18 UTC  (11+ messages)
` [PATCH 1/7] known_network: rename known_network_add_frequency
` [PATCH 2/7] knownnetworks: add known_network_add_connected_frequency
` [PATCH 3/7] network: call network_connected with BSS
` [PATCH 4/7] network: add network_roamed
` [PATCH 5/7] station: use network_roamed
` [PATCH 6/7] auto-t: update known frequency test to check order
` [PATCH 7/7] knownnetworks: limit 5 recent frequencies per network

[PATCH] configure.ac: fix bashism
 2024-01-01  2:35 UTC  (2+ messages)

disconnects when in AP mode
 2023-12-29 22:23 UTC  (6+ messages)

should the dbus responses be the same for ap scan and station scan?
 2023-12-24 19:56 UTC 

Iwd: unable to start AP with NXP 88W9098 chipset
 2023-12-22 15:36 UTC  (3+ messages)

[PATCH] knownnetworks: limit 5 recent frequencies per network
 2023-12-20 13:15 UTC 

[PATCH v3 1/4] knownnetworks: Add UPDATED event
 2023-12-20  1:49 UTC  (5+ messages)
` [PATCH v3 2/4] dpp: fix extra settings not being used when connecting
` [PATCH v3 3/4] auto-t: add DPP tests to check extra settings are applied
` [PATCH v3 4/4] auto-t: increase RAM when running with valgrind (UML)

[PATCH v2 1/4] knownnetworks: network: support updating known network settings
 2023-12-19 17:49 UTC  (10+ messages)
` [PATCH v2 2/4] dpp: fix extra settings not being used when connecting
` [PATCH v2 3/4] auto-t: add DPP tests to check extra settings are applied
` [PATCH v2 4/4] auto-t: increase RAM when running with valgrind (UML)

[PATCH] dpp: fix data corruption around prf_plus() call
 2023-12-19  4:15 UTC  (3+ messages)

[PATCH 1/5] network: remove 'path' from settings_load_pt_ecc
 2023-12-15 16:37 UTC  (7+ messages)
` [PATCH 2/5] knownnetworks: network: support updating known network settings
` [PATCH 3/5] dpp: fix extra settings not being used when connecting
` [PATCH 4/5] auto-t: add DPP tests to check extra settings are applied
` [PATCH 5/5] auto-t: increase RAM when running with valgrind (UML)

[PATCH v4 1/4] network: add support for SAE password identifiers
 2023-12-15 16:20 UTC  (5+ messages)
` [PATCH v4 2/4] doc: document [Security].PasswordIdentifier
` [PATCH v4 3/4] auto-t: add H2E password identifier test
` [PATCH v4 4/4] auto-t: throw exception if executable is missing

[PATCH 0/1] Retry when ifup fails
 2023-12-14 20:09 UTC  (3+ messages)
` [PATCH 1/1] netdev: retry on failed ifup

[RFC 0/4] Fix extra settings not being taken post-DPP
 2023-12-13 22:59 UTC  (7+ messages)
` [RFC 1/4] knownnetworks: set ops on info in __network_info_init
` [RFC 2/4] station: unify scan cancelation
` [RFC 3/4] dpp: fix non-scan connect path in DPP
` [RFC 4/4] auto-t: add a few more DPP tests for seen/known networks

[PATCH v3 01/13] auto-t: add explicit stop() to IWD class
 2023-12-13 16:14 UTC  (14+ messages)
` [PATCH v3 02/13] auto-t: add association timeout test
` [PATCH v3 03/13] auto-t: only call set_value for changed values in default()
` [PATCH v3 04/13] handshake: add setters for authenticator/supplicant_fte
` [PATCH v3 05/13] handshake: use authenticator_fte instead of 'fte'
` [PATCH v3 06/13] unit: use authenticator_fte
` [PATCH v3 07/13] handshake: remove handshake_state_set_fte
` [PATCH v3 08/13] ft: add FTE/RSNE building to ft_prepare_handshake
` [PATCH v3 09/13] ft: add ft_handshake_setup
` [PATCH v3 10/13] netdev: add netdev_ft_reassociate
` [PATCH v3 11/13] station: use netdev_ft_reassociate
` [PATCH v3 12/13] ft: remove ft_associate and helpers
` [PATCH v3 13/13] netdev: station: remove NETDEV_EVENT_FT_ROAMED

[PATCH] auto-t: fix SignalAgent Release arguments
 2023-12-13 16:06 UTC  (2+ messages)

[PATCH] dpp: set "" arguments to Release method call
 2023-12-13 16:06 UTC  (2+ messages)

[PATCH v3 1/4] network: add support for SAE password identifiers
 2023-12-13 16:05 UTC  (5+ messages)
` [PATCH v3 2/4] doc: document [Security].PasswordIdentifier
` [PATCH v3 3/4] auto-t: add H2E password identifier test
` [PATCH v3 4/4] auto-t: throw exception if executable is missing

[PATCH v2 1/4] network: add support for SAE password identifiers
 2023-12-07 13:48 UTC  (4+ messages)
` [PATCH v2 2/4] doc: document [Security].PasswordIdentifier
` [PATCH v2 3/4] auto-t: add H2E password identifier test
` [PATCH v2 4/4] auto-t: throw exception if executable is missing

[PATCH 01/10] scan: parse password identifier/exclusive bits
 2023-12-06 19:53 UTC  (15+ messages)
` [PATCH 02/10] network: pass scan_bss into network_load_psk
` [PATCH 03/10] handshake: add password identifier/setter
` [PATCH 04/10] network: add support for SAE password identifiers
` [PATCH 05/10] sae: include password identifier IE in commit
` [PATCH 06/10] doc: document [Security].PasswordIdentifier
` [PATCH 07/10] auto-t: add H2E password identifier test
` [PATCH 08/10] mpdu: add unknown password identifier status
` [PATCH 09/10] sae: add debugging for incorrect password identifier
` [PATCH 10/10] auto-t: throw exception if executable is missing

[PATCH v2 0/9] Reassoc/FT roaming unification
 2023-12-06 17:59 UTC  (18+ messages)
` [PATCH v2 1/9] auto-t: add explicit stop() to IWD class
` [PATCH v2 2/9] auto-t: add association timeout test
` [PATCH v2 3/9] auto-t: only call set_value for changed values in default()
` [PATCH v2 4/9] ft: add FTE/RSNE building to ft_prepare_handshake
` [PATCH v2 5/9] ft: add ft_handshake_setup
` [PATCH v2 6/9] netdev: add netdev_ft_reassociate
` [PATCH v2 7/9] station: use netdev_ft_reassociate
` [PATCH v2 8/9] ft: remove ft_associate and helpers
` [PATCH v2 9/9] netdev: station: remove NETDEV_EVENT_FT_ROAMED

SAE password identifiers?
 2023-12-06  2:16 UTC  (4+ messages)

[PATCH 1/3] auto-t: add explicit stop() to IWD class
 2023-12-05 21:53 UTC  (6+ messages)
` [PATCH 2/3] auto-t: add association timeout test
` [PATCH 3/3] netdev: hack back in disconnect event

[PATCH 1/7] handshake: Add cleanup function for handshake_state
 2023-12-01 16:47 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox