Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2022-06-06 21:34:38 to 2022-07-20 02:18:09 UTC [more...]

[PATCH] doc: Add "wep" to network type list
 2022-07-20  2:12 UTC 

[PATCH v2 1/2] band: add band_estimate_he_rx_rate
 2022-07-19 23:39 UTC  (2+ 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  (30+ messages)
` [PATCH 02/15] storage: Log a message on network file parse errors
` [PATCH 03/15] station: Move netconfig_reset() to common path
` [PATCH 04/15] monitor: Print netlink errors from Extended ACKs if available
` [PATCH 05/15] testrunner: Fix parsing for some arguments
` [PATCH 06/15] test-runner: Support iwd-rtnl as a --verbose value
` [PATCH 07/15] autotests: Drop unused file+directory
` [PATCH 08/15] autotests: Validate netmasks in testNetconfig, add utility
` [PATCH 09/15] autotests: Ensure storage_dir exists, clean up
` [PATCH 10/15] autotests: In testNetconfig add static IPv6, add comments
` [PATCH 11/15] autotests: In testNetconfig verify routes created
` [PATCH 12/15] autotests: Verify DNS entries added from DHCP/static
` [PATCH 13/15][RFC] netconfig: Switch to l_netconfig
` [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

(no subject)
 2022-06-16 19:58 UTC 

[ANNOUNCE] IWD switching to new mailing list
 2022-06-16 15:21 UTC 

subscribe
 2022-06-16  5:25 UTC 

[ANNOUNCE] IWD switching to new mailing list
 2022-06-16  5:20 UTC 

[PATCH] HACKING: update to use new mailing list
 2022-06-16  0:37 UTC 

[PATCH] HACKING: update to use new mailing list
 2022-06-15 23:53 UTC 

[ANNOUNCE] IWD switching to new mailing list
 2022-06-15 23:52 UTC 

[PATCH] auto-t: fix timing issue in testEncryptedProfiles
 2022-06-15 22:50 UTC 

[PATCH] storage: warn user on badly named provisioning file
 2022-06-14 23:35 UTC 

[PATCH 3/3] build: ignore unknown warnings/pragmas for CC=clang
 2022-06-10 19:52 UTC 

[PATCH 2/3] p2p: fix warning for uninitialized variable (clang)
 2022-06-10 19:52 UTC 

[PATCH 1/3] storage: remove unused variables
 2022-06-10 19:52 UTC 

[PATCH 1/3] storage: remove unused variables
 2022-06-10 19:46 UTC 

[PATCH] monitor: fix integer comparison error (clang)
 2022-06-10 19:39 UTC 

[PATCH] monitor: fix integer comparison error (clang)
 2022-06-10 19:27 UTC 

[PATCH] fils: pragma false positive for uninitialized variable
 2022-06-10 18:59 UTC 

[PATCH] fils: pragma false positive for uninitialized variable
 2022-06-10 18:40 UTC 

[PATCH 0/3] Patch 2 should fail incremental build
 2022-06-06 21:32 UTC  (2+ messages)
` [PATCH 3/3] station: fix the build


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