Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2020-05-04 21:17:05 to 2020-07-11 01:00:38 UTC [more...]

[PATCH 01/18] p2p: Stop discovery after GO Negotiation Req error
 2020-07-11  1:00 UTC  (3+ messages)
` [PATCH 02/18] p2p: Update peer->device_addr when updating peer->bss
` [PATCH 03/18] p2p: Initialize dev->discovery_users in p2p_device_request_discovery

[PATCH v5 1/2] scan: refactor to use wiphy radio work queue
 2020-07-10 18:36 UTC  (3+ messages)
` [PATCH v5 2/2] netdev: use wiphy radio work queue for connections

[PATCH v4 1/2] scan: refactor to use wiphy radio work queue
 2020-07-10 16:10 UTC  (2+ messages)
` [PATCH v4 2/2] netdev: use wiphy radio work queue for connections

[PATCH v3 1/6] wiphy: introduce new radio management APIs
 2020-07-09 15:46 UTC  (7+ messages)
` [PATCH v3 2/6] frame-xchg: refactor to use wiphy work queue
` [PATCH v3 3/6] anqp: refactor to use frame-xchg
` [PATCH v3 4/6] scan: refactor to use wiphy radio work queue
` [PATCH v3 5/6] station: cancel hidden network scan when connecting
` [PATCH v3 6/6] netdev: use wiphy radio work queue for connections

[PATCH 1/2] auto-t: increase wait time for blacklist test
 2020-07-08 23:29 UTC  (3+ messages)
` [PATCH 2/2] auto-t: remove busy wait for eapol reauth

[PATCH v2 1/6] wiphy: introduce new radio management APIs
 2020-07-08 17:47 UTC  (6+ messages)
` [PATCH v2 2/6] frame-xchg: refactor to use wiphy work queue
` [PATCH v2 3/6] anqp: refactor to use frame-xchg
` [PATCH v2 4/6] scan: refactor to use wiphy radio work queue
` [PATCH v2 5/6] station: cancel hidden network scan when connecting
` [PATCH v2 6/6] netdev: use wiphy radio work queue for connections

[PATCH 1/8] wiphy: introduce new radio management APIs
 2020-07-02 22:08 UTC  (9+ messages)
` [PATCH 2/8] wiphy: add convenience API wiphy_find_by_wdev
` [PATCH 3/8] frame-xchg: refactor to use wiphy work queue
` [PATCH 4/8] anqp: refactor to use frame-xchg
` [PATCH 5/8] scan: refactor to use wiphy radio work queue
` [PATCH 6/8] network: use wiphy work queue for connections
` [PATCH 7/8] station: remove ANQP watch
` [PATCH 8/8] station: use wiphy radio work queue for roams

iwd core dump
 2020-06-26 17:02 UTC  (3+ messages)

[PATCH v2 0/7] Radio Management Module
 2020-06-25 18:56 UTC  (8+ messages)
` [PATCH v2 1/7] radio_mgmt: introduce new radio management module
` [PATCH v2 2/7] wiphy: integrate "
` [PATCH v2 3/7] frame-xchg: refactor to use "
` [PATCH v2 4/7] anqp: refactor to use frame-xchg
` [PATCH v2 5/7] scan: refactor to use radio management module
` [PATCH v2 6/7] network: use radio management for connections
` [PATCH v2 7/7] station: remove ANQP watch

iwd 1.8 causes kernel oops
 2020-06-23 18:29 UTC  (3+ messages)

[PATCH] frame-xchg: add destroy function to start() APIs
 2020-06-23 15:47 UTC  (2+ messages)

Fw: Failed to load trusted user certificate
 2020-06-23 11:47 UTC  (2+ messages)

[RFC 1/6] frame-xchg: add destroy function to start() APIs
 2020-06-22 20:06 UTC  (14+ messages)
` [RFC 2/6] offchannel: introduce new offchannel module
` [RFC 3/6] wiphy: integrate "
` [RFC 4/6] frame-xchg: refactor to work with "
` [RFC 5/6] anqp: refactor to use frame-xchg
` [RFC 6/6] scan: refactor to use offchannel module

[PATCH v2] test-runner: use WNOHANG option waiting for PID
 2020-06-22 17:03 UTC  (2+ messages)

[PATCH] frame-xchg: fix incorrect length check
 2020-06-22 15:30 UTC  (2+ messages)

[PATCH] src/p2p.c: fix build with uclibc
 2020-06-22 15:25 UTC  (2+ messages)

[PATCH] plugins: ofono: remove newline from debug print
 2020-06-22 14:53 UTC  (2+ messages)

Fw: Failed to load trusted user certificate
 2020-06-20 12:51 UTC 

IWD on arch64 startup errors
 2020-06-19 19:24 UTC  (2+ messages)

[PATCH 0/1] Work around hanging ofono
 2020-06-16 16:32 UTC  (2+ messages)
` [PATCH 1/1] test-runner: use WNOHANG option waiting for PID

[PATCH v3 1/4] station: add ANQP state watch API
 2020-06-12 20:06 UTC  (5+ messages)
` [PATCH v3 2/4] network: delay connect if ANQP has not completed
` [PATCH v3 3/4] auto-t: add 'Delay' property to hwsim python module
` [PATCH v3 4/4] auto-t: add test for delayed ANQP response

[PATCH v2 1/4] station: add ANQP state watch API
 2020-06-12 19:10 UTC  (9+ messages)
` [PATCH v2 2/4] network: delay connect if ANQP has not completed
` [PATCH v2 3/4] auto-t: add 'Delay' property to hwsim python module
` [PATCH v2 4/4] auto-t: add test for delayed ANQP response

[PATCH 0/4] Delay connect after ANQP (for release?)
 2020-06-11 21:54 UTC  (9+ messages)
` [PATCH 1/4] station: add ANQP state watch API
` [PATCH 2/4] network: delay connect if ANQP has not completed
` [PATCH 3/4] auto-t: add 'Delay' property to hwsim python module
` [PATCH 4/4] auto-t: add test for delayed ANQP response

[PATCH] network: Change func. signature
 2020-06-10  3:01 UTC  (2+ messages)

[PATCH v2 1/3] station: Use separate msg holder for hidden connections
 2020-06-10  2:59 UTC  (4+ messages)
` [PATCH v2 2/3] auto-t: Add async API call for connect_hidden_network
` [PATCH v2 3/3] auto-t: Validate Connect after ConnectHiddenNetwork

[PATCH v2 1/2] scan: refactor start_next_scan_request to not send duplicate requests
 2020-06-09 20:10 UTC  (8+ messages)
` [PATCH v2 2/2] scan: refactor scan_common to not scan while scanning is suspended

[PATCH] station: Use separate msg holder for hidden connections
 2020-06-09 20:10 UTC 

[PATCH 00/10] ANQP Refactor to use frame-xchg
 2020-06-08 20:15 UTC  (12+ messages)
` [PATCH 01/10] frame-xchg: fix bug when starting new xchg from callback
` [PATCH 02/10] frame-xchg: Fix frame_watch_remove_by_handler for group 0
` [PATCH 03/10] frame-xchg: Use frame_watch_group_match in frame_watch_group_get
` [PATCH 04/10] anqp: refactor to use frame-xchg
` [PATCH 05/10] station: add ANQP state watch API
` [PATCH 06/10] network: delay connect if ANQP has not completed
` [PATCH 07/10] hwsim: add new 'Delay' property to Rules
` [PATCH 08/10] doc: document new 'Delay' property for hwsim Rules
` [PATCH 09/10] auto-t: add 'Delay' property to hwsim python module
` [PATCH 10/10] auto-t: add test for delayed ANQP response

[PATCH v3] scan: refactor start_next_scan_request to not send duplicate requests
 2020-06-08 20:12 UTC  (2+ messages)

Race condition between iwd and systemd-udevd
 2020-06-08 15:23 UTC  (2+ messages)

Cannot get ap mode to work
 2020-06-06 17:50 UTC  (5+ messages)

[PATCH] frame-xchg: fix bug when starting new xchg from callback
 2020-06-04 14:43 UTC  (2+ messages)

[PATCH 1/2] frame-xchg: Fix frame_watch_remove_by_handler for group 0
 2020-06-04 14:19 UTC  (3+ messages)
` [PATCH 2/2] frame-xchg: Use frame_watch_group_match in frame_watch_group_get

connman integration
 2020-06-04  4:34 UTC  (2+ messages)

Start iwd only after dbus
 2020-06-03 14:06 UTC  (3+ messages)

[PATCH] scan: don't send the same scan request twice
 2020-06-01 17:12 UTC  (5+ messages)

Scanning while in AP mode
 2020-05-29 17:26 UTC  (3+ messages)

[PATCH 1/2] anqp: refactor to use frame-xchg
 2020-05-29 16:19 UTC  (8+ messages)
` [PATCH 2/2] auto-t: work around race between ANQP and dbus Connect()

Wifi Tethering
 2020-05-29 12:57 UTC  (5+ messages)

[PATCH v2] auto-t: Test Agent ops
 2020-05-14 16:20 UTC  (2+ messages)

[PATCH] auto-t: Test Agent ops
 2020-05-13 23:20 UTC 

[PATCH v2 1/2] netdev: unify ft/auth_proto authenticate builders
 2020-05-11 18:47 UTC  (3+ messages)
` [PATCH v2 2/2] fils: include RSNE in authenticate

[PATCH 1/5] auto-t: Remove unnecessary disconnect calls
 2020-05-07 19:58 UTC  (6+ messages)
` [PATCH 2/5] auto-t: Rename test case to reflect its purpose
` [PATCH 3/5] auto-t: Return None instead of empty known net list
` [PATCH 4/5] auto-t: Use changed get_ordered_network API
` [PATCH 5/5] auto-t: Remove bogus logic

[PATCH] netdev: don't include ATTR_IE for SAE
 2020-05-07 19:34 UTC 

[PATCH v4 1/2] auto-t: add optional scan argument to get_ordered_network(s)
 2020-05-07 18:09 UTC  (3+ messages)
` [PATCH v4 2/2] auto-t: use scan_if_needed for testConnectAutoconnect

[PATCH v3 1/2] auto-t: add optional scan argument to get_ordered_network(s)
 2020-05-06 19:35 UTC  (2+ messages)
` [PATCH v3 2/2] auto-t: use scan_if_needed for testConnectAutoconnect

[PATCH v2] auto-t: explicitly scan in testConnectAutoconnect
 2020-05-06 17:48 UTC  (2+ messages)

[PATCH 1/2] auto-t: remove scanning wait from testConnectAutoconnect
 2020-05-06 17:02 UTC  (5+ messages)
` [PATCH 2/2] auto-t: remove scanning wait from testHiddenNetworks

[PATCH] auto-t: fix failing adhoc test
 2020-05-05 17:31 UTC 

[PATCH 1/2] test-runner: run iwmon per-subtest
 2020-05-05 16:19 UTC  (3+ messages)
` [PATCH 2/2] auto-t: change blacklist test RSSI values

[PATCH v2] netdev: fix segfault due to roaming before connected
 2020-05-04 21:53 UTC  (2+ messages)

[PATCH] tools: delay hwsim sending frame
 2020-05-04 21:21 UTC  (2+ messages)

[PATCH] station: fix segfault due to roaming before connected
 2020-05-04 21:17 UTC  (2+ messages)


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