Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2020-08-28 00:12:03 to 2020-09-16 09:17:49 UTC [more...]

[PATCH 1/6] ap: Pass "ops" struct to ap_start()
 2020-09-16  9:17 UTC 

[PATCH v2] auto-t: add netconfig autotest
 2020-09-16  1:21 UTC  (2+ messages)

[PATCH] auto-t: add netconfig autotest
 2020-09-15 22:50 UTC 

[PATCH] test-runner: use **kwargs for start_process
 2020-09-15 21:46 UTC  (2+ messages)

[PATCH] tools: remove old test-runner.c
 2020-09-14 21:55 UTC  (2+ messages)

[PATCH 0/6] AdHoc fixes
 2020-09-14 21:45 UTC  (9+ messages)
` [PATCH 1/6] adhoc: start both eapol SM's
` [PATCH 2/6] adhoc: print handshake failure reason
` [PATCH 3/6] adhoc: delay setting setting Started
` [PATCH 4/6] auto-t: make AdHoc APIs behave like others
` [PATCH 5/6] auto-t: update AdHoc tests to use AdHocDevice
` [PATCH 6/6] auto-t: remove old AdHoc APIs

[PATCH 1/4] station: print which BSS is being connected to
 2020-09-14 21:03 UTC  (5+ messages)
` [PATCH 2/4] auto-t: don't clear out rules from hwsim object
` [PATCH 3/4] auto-t: fix testFT-PSK-roam
` [PATCH 4/4] auto-t: replace waiting for network with device

[PATCH 1/5] eapol: IP Allocation KDE support
 2020-09-14 16:46 UTC  (6+ messages)
` [PATCH 2/5] eapol: IP Allocation KDE support authenticator side
` [PATCH 3/5] netconfig: Don't bswap IP netmasks for __builtin_popcountl
` [PATCH 4/5] p2p: Try IP allocation during 4-Way handshake on client
` [PATCH 5/5] unit: Add two EAPOL IP allocation scenarios

[PATCH 1/8] ap: Fix NULL ap->rares
 2020-09-14 16:44 UTC  (10+ messages)
` [PATCH 2/8] ap: Fix setting the basic rate in Supported Rates IE
` [PATCH 3/8] p2putil: Add p2p_get_random_string
` [PATCH 4/8] p2p: Add GO-side of GO Negotiation (initiator)
` [PATCH 5/8] p2p: Add GO-side of GO Negotiation (responder)
` [PATCH 6/8] ap: Pass "ops" struct to ap_start()
` [PATCH 7/8] ap: Support working without passphrase
` [PATCH 8/8] p2p: Start a basic P2P Group after GO Negotiation

[PATCH] src/ap.c: fix build with uclibc
 2020-09-11 18:43 UTC  (2+ messages)

[PATCH 1/3] auto-t: fix set_neighbor SSID escaping
 2020-09-11 18:42 UTC  (4+ messages)
` [PATCH 2/3] auto-t: remove hwsim rules on __del__
` [PATCH 3/3] test-runner: print results even if test run is canceled

[PATCH v5 01/26] auto-t: prepare autotests for test-runner re-write
 2020-09-10 23:21 UTC  (27+ 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 v5 16/26] auto-t: Increase all test timeouts
` [PATCH v5 17/26] auto-t: fix SAE FT test and update
` [PATCH v5 18/26] auto-t: update testClientNonInteractive to use TestContext
` [PATCH v5 19/26] auto-t: update testAgent "
` [PATCH v5 20/26] auto-t: fix testBSSBlacklist
` [PATCH v5 21/26] auto-t: fix testAP
` [PATCH v5 22/26] auto-t: fix testAPRoam
` [PATCH v5 23/26] auto-t: harden testHotspot
` [PATCH v5 24/26] auto-t: fix testWPA2 to wait for device object
` [PATCH v5 25/26] auto-t: fix testPreauth-roam
` [PATCH v5 26/26] auto-t: fix testFT-PSK-roam

[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

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  (2+ messages)


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