Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2020-08-26 14:16:13 to 2020-09-10 23:12:36 UTC [more...]

[PATCH v5 01/26] auto-t: prepare autotests for test-runner re-write
 2020-09-10 23:12 UTC  (15+ messages)
` [PATCH v5 02/26] auto-t: introduce pure python "
` [PATCH v5 03/26] auto-t: hostapd.py: update to work with test-runner rewrite
` [PATCH v5 04/26] auto-t: testutil.py: "
` [PATCH v5 05/26] auto-t: ofono.py: fix timeout cleanup and wait for service
` [PATCH v5 06/26] auto-t: iwd.py: update to work with test-runner rewrite
` [PATCH v5 07/26] auto-t: remove wiphy.py
` [PATCH v5 08/26] auto-t: fix hidden network test
` [PATCH v5 09/26] auto-t: fix testSAE autoconnect_test.py
` [PATCH v5 10/26] auto-t: skip ofono tests if ofonod isn't running
` [PATCH v5 11/26] auto-t: replace hard-coded interfaces
` [PATCH v5 12/26] auto-t: remove device.wait_for_connected
` [PATCH v5 13/26] tools: post test-runner rewrite cleanup
` [PATCH v5 14/26] doc: update test runner docs
` [PATCH v5 15/26] auto-t: hwsim: wait for method return

[PATCH v4 01/26] auto-t: prepare autotests for test-runner re-write
 2020-09-10 18:58 UTC  (26+ messages)
` [PATCH v4 02/26] auto-t: introduce pure python "
` [PATCH v4 03/26] auto-t: hostapd.py: update to work with test-runner rewrite
` [PATCH v4 04/26] auto-t: testutil.py: "
` [PATCH v4 05/26] auto-t: ofono.py: fix timeout cleanup and wait for service
` [PATCH v4 06/26] auto-t: iwd.py: update to work with test-runner rewrite
` [PATCH v4 07/26] auto-t: remove wiphy.py
` [PATCH v4 08/26] auto-t: fix hidden network test
` [PATCH v4 09/26] auto-t: fix testSAE autoconnect_test.py
` [PATCH v4 10/26] auto-t: skip ofono tests if ofonod isn't running
` [PATCH v4 11/26] auto-t: replace hard-coded interfaces
` [PATCH v4 12/26] auto-t: remove device.wait_for_connected
` [PATCH v4 13/26] tools: post test-runner rewrite cleanup
` [PATCH v4 14/26] doc: update test runner docs
` [PATCH v4 15/26] auto-t: hwsim: wait for method return
` [PATCH v4 16/26] auto-t: Increase all test timeouts
` [PATCH v4 17/26] auto-t: fix SAE FT test and update
` [PATCH v4 18/26] auto-t: update testClientNonInteractive to use TestContext
` [PATCH v4 19/26] auto-t: update testAgent "
` [PATCH v4 20/26] auto-t: fix testBSSBlacklist
` [PATCH v4 21/26] auto-t: fix testAP
` [PATCH v4 22/26] auto-t: fix testAPRoam
` [PATCH v4 23/26] auto-t: harden testHotspot
` [PATCH v4 24/26] auto-t: fix testWPA2 to wait for device object
` [PATCH v4 25/26] auto-t: fix testPreauth-roam
` [PATCH v4 26/26] auto-t: fix testFT-PSK-roam

[PATCH 01/17] ap: Fix iteration over ap->rates
 2020-09-10 18:44 UTC  (44+ messages)
` [PATCH 02/17] scan: Add optional source_mac scan parameter
` [PATCH 03/17] p2p: Do provisioning scan from the Interface Address
` [PATCH 04/17] p2p: Move p2p_device_discovery_stop calls to connect_failed
` [PATCH 05/17] p2p: Use WSC_RF_BAND_2_4_GHZ constant instead of 0x01
` [PATCH 06/17] p2p: Free parsed frame data in p2p_go_negotiation_resp_cb
` [PATCH 07/17] p2p: Consistently use the conn_ prefix for variables
` [PATCH 08/17] p2putil: Add p2p_random_char
` [PATCH 09/17] p2p: Add GO-side of GO Negotiation (initiator)
` [PATCH 10/17] p2p: Add GO-side of GO Negotiation (responder)
` [PATCH 11/17] ap: Pass "ops" struct to ap_start()
` [PATCH 12/17] ap: Accept P2P wildcard SSIDs in probe requests
` [PATCH 13/17] p2p: Start a basic P2P Group after GO Negotiation
` [PATCH 14/17] ap: Pass extra IEs between mgmt frames and user
` [PATCH 15/17] p2p: Parse P2P IEs and WFD IEs in Association Requests
` [PATCH 16/17] ap: Make ap_update_beacon public
` [PATCH 17/17] p2p: Build P2P and WFD IEs for group's management frames

[PATCH] src/ap.c: fix build with uclibc
 2020-09-10  6:18 UTC 

question on failed tests
 2020-09-10  4:02 UTC  (7+ messages)

iwd not connecting on Raspberry Pi with Raspbian
 2020-08-31 13:42 UTC  (7+ messages)

[PATCH v3 00/15] Test Runner rewrite
 2020-08-28 18:47 UTC  (16+ messages)
` [PATCH v3 01/15] auto-t: prepare autotests for test-runner re-write
` [PATCH v3 02/15] auto-t: introduce pure python "
` [PATCH v3 03/15] auto-t: hostapd.py: update to work with test-runner rewrite
` [PATCH v3 04/15] auto-t: testutil.py: "
` [PATCH v3 05/15] auto-t: ofono.py: fix timeout cleanup and wait for service
` [PATCH v3 06/15] auto-t: iwd.py: update to work with test-runner rewrite
` [PATCH v3 07/15] auto-t: iwd.py: fix multiple timeout cleanup issues
` [PATCH v3 08/15] auto-t: remove wiphy.py
` [PATCH v3 09/15] auto-t: fix hidden network test
` [PATCH v3 10/15] auto-t: fix testSAE autoconnect_test.py
` [PATCH v3 11/15] auto-t: skip ofono tests if ofonod isn't running
` [PATCH v3 12/15] auto-t: replace hard-coded interfaces
` [PATCH v3 13/15] auto-t: remove device.wait_for_connected
` [PATCH v3 14/15] tools: post test-runner rewrite cleanup
` [PATCH v3 15/15] doc: update test runner docs

[PATCH] ap: Pass extra IEs between mgmt frames and user
 2020-08-28 17:39 UTC  (3+ messages)

[PATCH v2 00/15] Test Runner rewrite
 2020-08-28 16:40 UTC  (16+ messages)
` [PATCH v2 01/15] auto-t: prepare autotests for test-runner re-write
` [PATCH v2 02/15] auto-t: introduce pure python "
` [PATCH v2 03/15] auto-t: hostapd.py: update to work with test-runner rewrite
` [PATCH v2 04/15] auto-t: testutil.py: "
` [PATCH v2 05/15] auto-t: ofono.py: fix timeout cleanup and wait for service
` [PATCH v2 06/15] auto-t: iwd.py: update to work with test-runner rewrite
` [PATCH v2 07/15] auto-t: iwd.py: fix multiple timeout cleanup issues
` [PATCH v2 08/15] auto-t: remove wiphy.py
` [PATCH v2 09/15] auto-t: fix hidden network test
` [PATCH v2 10/15] auto-t: fix testSAE autoconnect_test.py
` [PATCH v2 11/15] auto-t: skip ofono tests if ofonod isn't running
` [PATCH v2 12/15] auto-t: replace hard-coded interfaces
` [PATCH v2 13/15] auto-t: remove device.wait_for_connected
` [PATCH v2 14/15] tools: post test-runner rewrite cleanup
` [PATCH v2 15/15] doc: update test runner docs

[PATCH 1/8] wscutil: Use a utility for building authorized_macs
 2020-08-28 15:55 UTC  (9+ messages)
` [PATCH 2/8] wscutil: Add wsc_build_beacon
` [PATCH 3/8] eapol: Handle the use_eapol_start flag on authenticator
` [PATCH 4/8] ap: Stop ongoing handshake on reassociation
` [PATCH 5/8] ap: Push Button mode API and beacon changes
` [PATCH 6/8] ap: WSC Probe Request processing logic
` [PATCH 7/8] ap: Parse WSC PBC association request and build response
` [PATCH 8/8] ap: Start EAP-WSC authentication with WSC enrollees

[PATCH 01/11] wscutil: Add wsc_build_beacon
 2020-08-28  0:12 UTC  (25+ messages)
` [PATCH 02/11] eap: Re-send Identity Request on EAPoL-Start
` [PATCH 03/11] eap-wsc: In WSC-R read UUID-E from settings
` [PATCH 04/11] ap: Move AP parameters to a struct
` [PATCH 05/11] ap: Drop unused variable
` [PATCH 06/11] ap: Fix incoming Probe Request BSSID check
` [PATCH 07/11] ap: Stop ongoing handshake on reassociation
` [PATCH 08/11] ap: Push Button mode API and beacon changes
` [PATCH 09/11] ap: WSC Probe Request processing logic
` [PATCH 10/11] ap: Parse WSC PBC association request and build response
` [PATCH 11/11] ap: Start EAP-WSC authentication with WSC enrollees

[PATCH 01/16] hwsim: return radio ID on create
 2020-08-27 20:21 UTC  (18+ messages)
` [PATCH 02/16] auto-t: prepare autotests for test-runner re-write
` [PATCH 03/16] auto-t: introduce pure python "
` [PATCH 04/16] auto-t: hostapd.py: update to work with test-runner rewrite
` [PATCH 05/16] auto-t: testutil.py: "
` [PATCH 06/16] auto-t: ofono.py: fix timeout cleanup and wait for service
` [PATCH 07/16] auto-t: iwd.py: update to work with test-runner rewrite
` [PATCH 08/16] auto-t: iwd.py: fix multiple timeout cleanup issues
` [PATCH 09/16] auto-t: remove wiphy.py
` [PATCH 10/16] auto-t: fix hidden network test
` [PATCH 11/16] auto-t: fix testSAE autoconnect_test.py
` [PATCH 12/16] auto-t: skip ofono tests if ofonod isn't running
` [PATCH 13/16] auto-t: replace hard-coded interfaces
` [PATCH 14/16] auto-t: remove device.wait_for_connected
` [PATCH 15/16] tools: post test-runner rewrite cleanup
` [PATCH 16/16] doc: update test runner docs

[PATCH 1/2] ap: Move AP parameters to a struct
 2020-08-27 18:04 UTC  (6+ messages)

[PATCH 2/2] ap: Add an optional client count limit parameter
 2020-08-27 17:14 UTC  (2+ messages)

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-27  7:54 UTC 

[v2 PATCH] crypto: af_alg - Work around empty control messages without MSG_MORE
 2020-08-27  7:40 UTC 

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-27  6:40 UTC  (2+ messages)

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-26 15:42 UTC  (2+ messages)

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-26 14:16 UTC 


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