messages from 2020-08-13 16:23:50 to 2020-09-10 18:44:56 UTC [more...]
[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 (8+ messages)
` [PATCH 2/2] ap: Add an optional client count limit parameter
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
[PATCH] crypto: af_alg - Work around empty control messages without MSG_MORE
2020-08-26 13:56 UTC
Issue with iwd + Linux 5.8.3 + WPA Enterprise
2020-08-26 12:58 UTC
Issue with iwd + Linux 5.8.3 + WPA Enterprise
2020-08-26 12:00 UTC
Issue with iwd + Linux 5.8.3 + WPA Enterprise
2020-08-26 11:53 UTC (4+ messages)
[PATCH 1/3] p2p: Send the right UUID-E in probe request WSC IEs
2020-08-25 21:53 UTC (4+ messages)
` [PATCH 2/3] p2p: Fix the WSC Config Methods in GO Negotiation Response
` [PATCH 3/3] p2p: Build our Probe Response using connection data
[PATCH 1/5] wscutil: Allow 0-length attributes in wsc_attr_builder
2020-08-25 21:49 UTC (6+ messages)
` [PATCH 2/5] unit: Fix a typo in test-eapol
` [PATCH 3/5] unit: Test a EAP-WSC-R setup with WPA2 credentials
` [PATCH 4/5] unit: Add a WSC-R test with a raw PSK
` [PATCH 5/5] unit: Add a WSC-R PBC test with Open auth_type
[PATCH 01/10] station: Don't call network_rank_update with NULL network
2020-08-17 15:13 UTC (12+ messages)
` [PATCH 02/10] eapol: Use eapol_start in authenticator mode too
` [PATCH 03/10] eap: Add authenticator method logic and API
` [PATCH 04/10] eapol: Basic EAP support in authenticator mode
` [PATCH 05/10] eap-wsc: Registrar mode settings loading
` [PATCH 06/10] eap-wsc: Registrar mode message processing
` [PATCH 07/10] eap-wsc: Handle the M{1,3,5,7} messages
` [PATCH 08/10] unit: Add an authenticator-side 4-Way Handshake test
` [PATCH 09/10] unit: Authenticator 4-way handshake error scenario
` [PATCH 10/10] unit: Test a EAP-WSC-R setup in test-eapol
[PATCH v2 0/2] Fix the documented behaviour of GetOrderedNetworks
2020-08-14 15:58 UTC (4+ messages)
` [PATCH v2 1/2] station: refresh ordered network list on (dis)connect
` [PATCH v2 2/2] treewide: guard compare functions against signed integer overflow
[PATCH 0/2] Fix the documented behaviour of GetOrderedNetworks
2020-08-14 13:32 UTC (3+ messages)
` [PATCH 1/2] station: refresh ordered network list on (dis)connect
` [PATCH 2/2] treewide: guard compare functions against signed integer overflow
[PATCH 11/16] eap-wsc: Registrar mode settings loading
2020-08-14 0:46 UTC (2+ messages)
[PATCH 06/16] eapol: Basic EAP support in authenticator mode
2020-08-13 23:47 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox