Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2022-06-22 20:35:40 to 2022-07-22 18:19:25 UTC [more...]

[PATCH 1/7] wiphy: fix runtime error from bit shift
 2022-07-22 18:19 UTC  (13+ messages)
` [PATCH 2/7] scan: make scan_freq_set const in scan_passive
` [PATCH 3/7] util: add scan_freq_set_remove
` [PATCH 4/7] util: add scan_freq_set_max
` [PATCH 5/7] manager: re-dump wiphy on regulatory change
` [PATCH 6/7] wiphy: track disabled frequencies on multiple dumps
` [PATCH 7/7] station: do full passive scan if 6GHz is supported but disabled

[PATCH] tools: Add simple utility to generate the PSK
 2022-07-21 14:17 UTC  (6+ messages)

[PATCH v6 1/5] ie: add validation for HE Capabilities element
 2022-07-20 22:50 UTC  (6+ messages)
` [PATCH v6 2/5] band: add band_estimate_he_rx_rate
` [PATCH v6 3/5] wiphy: use HE element for data rate estimation
` [PATCH v6 4/5] build: add ie.c/netdev.h to test-band build
` [PATCH v6 5/5] unit: add HE tests to test-band

[PATCH v5 1/5] ie: add validation for HE Capabilities element
 2022-07-20 21:29 UTC  (5+ messages)
` [PATCH v5 2/5] band: add band_estimate_he_rx_rate
` [PATCH v5 3/5] wiphy: use HE element for data rate estimation
` [PATCH v5 4/5] build: add ie.c/netdev.h to test-band build
` [PATCH v5 5/5] unit: add HE tests to test-band

iwd fails to connect when passphrase > 40 characters on 5Ghz; times out on 2.4Ghz
 2022-07-20 20:08 UTC  (5+ messages)

[PATCH v4 1/3] band: add band_estimate_he_rx_rate
 2022-07-20 19:43 UTC  (3+ messages)
` [PATCH v4 2/3] wiphy: use HE element for data rate estimation
` [PATCH v4 3/3] unit: add HE tests to test-band

[PATCH v3 1/3] band: add band_estimate_he_rx_rate
 2022-07-20 19:33 UTC  (3+ messages)
` [PATCH v3 2/3] wiphy: use HE element for data rate estimation
` [PATCH v3 3/3] unit: add HE tests to test-band

[PATCH v2] doc: Mention "wep" network type
 2022-07-20 17:35 UTC  (2+ messages)

[PATCH] doc: Add "wep" to network type list
 2022-07-20  2:37 UTC  (2+ messages)

[PATCH v2 1/2] band: add band_estimate_he_rx_rate
 2022-07-20  2:36 UTC  (3+ messages)
` [PATCH v2 2/2] wiphy: use HE element for data rate estimation

[PATCH 1/2] unit: memset band to zero after alloc
 2022-07-19 22:45 UTC  (3+ messages)
` [PATCH 2/2] wiphy: fix strange compiler bug with gcc 11.2

[PATCH 01/12] scan: add colocated scan flag
 2022-07-19 22:11 UTC  (13+ messages)
` [PATCH 02/12] ie: add IE's from 802.11ax amendment
` [PATCH 03/12] band: add band_freq
` [PATCH 04/12] band: add he_capabilities queue
` [PATCH 05/12] wiphy: set band->freq when parsing band info
` [PATCH 06/12] wiphy: use a 16 bit tag for extended IEs
` [PATCH 07/12] wiphy: make MCS info print more generic
` [PATCH 08/12] wiphy: parse HE capabilities from band info
` [PATCH 09/12] band: add find_best_mcs_nss
` [PATCH 10/12] band: add band_estimate_he_rx_rate
` [PATCH 11/12] wiphy: use HE element for data rate estimation
` [PATCH 12/12] scan: increase max data rate, now for HE

[PATCH v2 1/3] test-runner: allow infinite process wait
 2022-07-19 19:33 UTC  (4+ messages)
` [PATCH v2 2/3] test-runner: start dbus with --start
` [PATCH v2 3/3] test-runner: automatically find PCI passthrough config

[PATCH 1/3] test-runner: allow infinite process wait
 2022-07-19 18:16 UTC  (3+ messages)
` [PATCH 2/3] test-runner: set up environment with --start
` [PATCH 3/3] test-runner: automatically find PCI passthrough config

iwd 1.28 segfault while terminating
 2022-07-18 15:58 UTC  (5+ messages)
` [PATCH] iwd: Add missing module dependencies

[PATCH v3 1/4] test-runner: Support running hostapd in namespaces
 2022-07-12 17:48 UTC  (5+ messages)
` [PATCH v3 2/4] autotests: DHCPv4 renewal/resend test in testNetconfig
` [PATCH v3 3/4] autotests: Also validate correct hostname sent over DHCPv4
` [PATCH v3 4/4] test-runner: Mark source directory as safe for git

[PATCH] test-runner: run prepare_environment with --start
 2022-07-11 16:11 UTC  (2+ messages)

[PATCH v2 1/4] test-runner: Support running hostapd in namespaces
 2022-07-07 23:42 UTC  (8+ messages)
` [PATCH v2 2/4] autotests: DHCPv4 renewal/resend test in testNetconfig
` [PATCH v2 3/4] autotests: Also validate correct hostname sent over DHCPv4
` [PATCH v2 4/4] test-runner: Mark source directory as safe for git

[PATCH v3 01/14] client: add generic display function for table rows
 2022-07-07 19:09 UTC  (15+ messages)
` [PATCH v3 02/14] client: remove newline/tab encoding from help description
` [PATCH v3 03/14] client: update dbus-proxy to use display_table_row
` [PATCH v3 04/14] client: update station "
` [PATCH v3 05/14] client: dpp: display table footer and set to auto update
` [PATCH v3 06/14] client: check NULL return for DPP cmd_show
` [PATCH v3 07/14] client: update CLEAR_SCREEN to be consistent with others
` [PATCH v3 08/14] client: make COLOR_* macros take a string input
` [PATCH v3 09/14] client: update ap to use display_table_row
` [PATCH v3 10/14] client: update known-networks "
` [PATCH v3 11/14] client: update command table header
` [PATCH v3 12/14] client: update device to use display_table_row
` [PATCH v3 13/14] client: update adapter table header
` [PATCH v3 14/14] client: update ad-hoc "

[PATCH v2 01/14] client: add generic display function for table rows
 2022-07-06 22:19 UTC  (14+ messages)
` [PATCH v2 02/14] client: remove newline/tab encoding from help description
` [PATCH v2 03/14] client: update dbus-proxy to use display_table_row
` [PATCH v2 04/14] client: update station "
` [PATCH v2 05/14] client: dpp: display table footer and set to auto update
` [PATCH v2 06/14] client: check NULL return for DPP cmd_show
` [PATCH v2 07/14] client: update CLEAR_SCREEN to be consistent with others
` [PATCH v2 08/14] client: make COLOR_* macros take a string input
` [PATCH v2 09/14] client: update ap to use display_table_row
` [PATCH v2 10/14] client: update known-networks "
` [PATCH v2 11/14] client: update command table header
` [PATCH v2 12/14] client: update device to use display_table_row
` [PATCH v2 13/14] client: update adapter table header
` [PATCH v2 14/14] client: update ad-hoc "

[PATCH 1/5] test-runner: Support running hostapd in namespaces
 2022-07-06 22:21 UTC  (9+ messages)
` [PATCH 2/5] autotests: DHCPv4 renewal/resend test in testNetconfig
` [PATCH 3/5] autotests: Also validate correct hostname sent over DHCPv4
` [PATCH 4/5] autotests: Reuse HostapdCLI objects
` [PATCH 5/5] test-runner: Mark source directory as safe for git

[PATCH 01/14] client: add generic display function for table rows
 2022-07-06 21:28 UTC  (14+ messages)
` [PATCH 02/14] client: remove newline/tab encoding from help description
` [PATCH 03/14] client: update dbus-proxy to use display_table_row
` [PATCH 04/14] client: update station "
` [PATCH 05/14] client: dpp: display table footer and set to auto update
` [PATCH 06/14] client: check NULL return for DPP cmd_show
` [PATCH 07/14] client: update CLEAR_SCREEN to be consistent with others
` [PATCH 08/14] client: make COLOR_* macros take a string input
` [PATCH 09/14] client: update ap to use display_table_row
` [PATCH 10/14] client: update known-networks "
` [PATCH 11/14] client: update command table header
` [PATCH 12/14] client: update device to use display_table_row
` [PATCH 13/14] client: update adapter table header
` [PATCH 14/14] client: update ad-hoc "

[PATCH] ap: remove diagnostic interface when netdev goes down
 2022-07-01 17:00 UTC  (2+ messages)

[PATCH 1/7] auto-t: iwd.py: add DPP properties
 2022-06-30 18:38 UTC  (8+ messages)
` [PATCH 2/7] auto-t: add client test to testKnownNetworks
` [PATCH 3/7] auto-t: add client test to testEAP-WPS
` [PATCH 4/7] auto-t: add client test to testAdHoc
` [PATCH 5/7] auto-t: add client test to testDPP
` [PATCH 6/7] auto-t: refactor testAP to reuse code
` [PATCH 7/7] auto-t: add client test to testAP

unsubscribe
 2022-06-29 21:10 UTC  (2+ messages)

[PATCH 1/2] client: support multi-line print for long values
 2022-06-29 19:48 UTC  (3+ messages)
` [PATCH 2/2] client: add "dpp <wlan> show" command

[PATCH 1/2] auto-t: allow multiple PSKAgent's to be registered
 2022-06-29 18:25 UTC  (3+ messages)
` [PATCH 2/2] auto-t: fix unpredictability/pointless test from testAgent

[PATCH] client: fix crash from unknown properties
 2022-06-28 22:49 UTC  (2+ messages)

[PATCH 1/2] dpp: Add Started, Role, and URI properties to API
 2022-06-27 19:34 UTC  (5+ messages)
` [PATCH 2/2] doc: Add new DeviceProvisioning API properties

[PATCH 01/15] netconfig: Fix address format validation
 2022-06-27 18:12 UTC  (13+ messages)
` [PATCH 05/15] testrunner: Fix parsing for some arguments
` [PATCH 14/15] autotests: Add bad netconfig settings scenario
` [PATCH 15/15] autotests: In testNetconfig verify routes from RIOs

[PATCH 1/8] test-runner: remove reference to missing class member
 2022-06-24 23:13 UTC  (9+ messages)
` [PATCH 2/8] test-runner: make is_process_running more accurate
` [PATCH 3/8] test-runner: fix UML blocking on wait_for_socket/service
` [PATCH 4/8] auto-t: fix testEncryptedProfiles mtime check
` [PATCH 5/8] auto-t: fix rekey/reauth logic in a few ways
` [PATCH 6/8] auto-t: remove sleep in testAgent
` [PATCH 7/8] eapol: allow 'secure' to be set on rekeys
` [PATCH 8/8] unit: update test-eapol to use the new ptk verify APIs

[PATCH 1/2] dpp: Add State and Role properties to dbus API
 2022-06-23 19:58 UTC  (9+ messages)
` [PATCH 2/2] doc: Add State and Role properties to DPP API

Multiple IP addresses after failed roam
 2022-06-23 16:01 UTC  (3+ messages)

[PATCH] test-runner: fix result/monitor options
 2022-06-22 23:51 UTC  (2+ messages)

[PATCH] test-runner: fix matching with --verbose
 2022-06-22 23:40 UTC  (2+ messages)

[PATCH 1/3] test-runner: exclude 'iwd-rtnl' from being enabled with --log
 2022-06-22 23:37 UTC  (4+ messages)
` [PATCH 2/3] auto-t: rename testHiddenNetwork's test class
` [PATCH 3/3] auto-t: fix hardcoded 'wlan1' in testNetconfig


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