iwd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-16 23:58:20 to 2021-09-09 19:47:37 UTC [more...]

[PATCH 1/5] hwsim: add PrefixOffset rule property
 2021-09-09 19:47 UTC  (6+ messages)
` [PATCH 2/5] auto-t: hwsim.py: add prefix_offset property
` [PATCH 3/5] auto-t: change testSAE timeout_test to use prefix_offset
` [PATCH 4/5] auto-t: add SAE test for a non-ACKed confirm
` [PATCH 5/5] auto-t: add SAE test for no supported groups

[RFC connman v1 1/1] gsupplicant: Add support for WPA3-Personal
 2021-09-09 11:10 UTC  (2+ messages)

[PATCH] auto-t: remove OWE renegotiate test
 2021-09-09  1:05 UTC  (2+ messages)

[PATCH v4 1/5] sae: don't send commit/confirm in confirmed state
 2021-09-08 21:48 UTC  (6+ messages)
` [PATCH v4 2/5] auth-proto: document acceptable return values for auth-protos
` [PATCH v4 3/5] mpdu: add MMPDU_STATUS_CODE_SAE_PK
` [PATCH v4 4/5] netdev: handle non-fatal auth-proto returns
` [PATCH v4 5/5] auto-t: add sae test for non-acked commit

[PATCH 1/2] doc: Add net.connman.iwd.IPv{4,6}Configuration API doc
 2021-09-08 21:44 UTC  (2+ messages)
` [PATCH 2/2] netconfig: Add IP configuration properties on Station and P2P

[PATCH v3 1/4] sae: don't send commit/confirm in confirmed state
 2021-09-08 20:48 UTC  (4+ messages)
` [PATCH v3 2/4] auth-proto: document acceptable return values for auth-protos
` [PATCH v3 3/4] netdev: handle non-fatal auth-proto returns
` [PATCH v3 4/4] auto-t: add sae test for non-acked commit

[PATCH v2 1/7] sae: fix a spec violation with duplicate commits
 2021-09-08 19:43 UTC  (13+ messages)
` [PATCH v2 2/7] sae: don't send commit/confirm in confirmed state
` [PATCH v2 3/7] auth-proto: document acceptable return values for auth-protos
` [PATCH v2 4/7] fils: change fatal return code to -EPROTO
` [PATCH v2 5/7] ft: "
` [PATCH v2 6/7] netdev: handle non-fatal auth-proto returns
` [PATCH v2 7/7] auto-t: add sae test for non-acked commit

Cannot connect to SAE protected AP with iwd 1.16 and beyond
 2021-09-08 16:44 UTC  (16+ messages)

[PATCH 1/9] hwsim: add MatchTimes property
 2021-09-08 16:40 UTC  (15+ messages)
` [PATCH 2/9] auto-t: hwsim.py: add match_times property
` [PATCH 3/9] hwsim: add DropAck rule property
` [PATCH 4/9] auto-t: hwsim.py: add drop_ack property
` [PATCH 5/9] netdev: print error if CMD_ASSOCIATE fails
` [PATCH 6/9] sae: print state and transaction on received packets
` [PATCH 7/9] sae: fix a few spec violations regarding dropped frames
` [PATCH 8/9] sae: don't send commit in confirmed state
` [PATCH 9/9] auto-t: add sae test for non-acked commit

[PATCH 1/6] test-runner: remove special case for "root" namespace
 2021-09-07 17:46 UTC  (7+ messages)
` [PATCH 2/6] test-runner: don't use start_process for transient processes
` [PATCH 3/6] test-runner: fix process cleanup
` [PATCH 4/6] test-runner: use Process to start hostapd
` [PATCH 5/6] test-runner: write out separators in log files
` [PATCH 6/6] test-runner: move process tracking out of Namespace

[PATCH 1/2] netconfig: Actually use the DNS override values
 2021-09-03 20:06 UTC  (3+ messages)
` [PATCH 2/2] station: Check ie_tlv_iter_next return value

[PATCH 1/2] autotests: Extend a testP2P timeout
 2021-09-03 19:45 UTC  (3+ messages)
` [PATCH 2/2] autotests: Don't use the netifaces module

[PATCH v3 1/3] netdev: factor out scan_bss from CMD_CONNECT builder
 2021-09-03 19:44 UTC  (4+ messages)
` [PATCH v3 2/3] wsc: set ssid in handshake
` [PATCH v3 3/3] owe: netdev: refactor to remove OWE as an auth-proto

[PATCH v2 1/3] netdev: factor out scan_bss from CMD_CONNECT builder
 2021-09-03 19:26 UTC  (3+ messages)
` [PATCH v2 2/3] wsc: set ssid in handshake
` [PATCH v2 3/3] owe: netdev: refactor to remove OWE as an auth-proto

[PATCH 1/2] test-runner: fix --monitor option
 2021-09-03 18:20 UTC  (3+ messages)
` [PATCH 2/2] station: check for duplicate frequencies in debug scan

[PATCH 1/3] netdev: factor out scan_bss from CMD_CONNECT builder
 2021-09-01 23:36 UTC  (3+ messages)
` [PATCH 2/3] wsc: set ssid in handshake
` [PATCH 3/3] owe: netdev: refactor to remove OWE as an auth-proto

[PATCH] test-runner: Fix verbose check for processes in namespaces
 2021-08-31 15:11 UTC  (2+ messages)

[PATCH] ap: Add MACs to FILS IP Assignment responses
 2021-08-31 15:10 UTC  (2+ messages)

[PATCH 5/5] netconfig: Apply MACs received in FILS IP Assigment
 2021-08-31 15:09 UTC  (2+ messages)

[PATCH 1/3] auto-t: hwsim.py: turn Hwsim into singleton (per-namespace)
 2021-08-28  1:07 UTC  (4+ messages)
` [PATCH 2/3] auto-t: hostapd.py: properly implement singleton (per-config)
` [PATCH 3/3] test-runner: only import Hwsim/HostapdCLI once

[PATCH 1/5] netconfig: Move loading settings to new method, refactor
 2021-08-27  3:02 UTC  (5+ messages)
` [PATCH 2/5] netconfig: FILS IP assigment API
` [PATCH 3/5] station, netdev: Enable FILS IP Address Assignment
` [PATCH 4/5] ie: Extract same-subnet check code to util.h
` [PATCH 5/5] netconfig: Apply MACs received in FILS IP Assigment

[PATCH 1/4] test-runner: inherit Popen by Process class
 2021-08-26 13:57 UTC  (5+ messages)
` [PATCH 2/4] auto-t: hostapd.py: update Process changes
` [PATCH 3/4] auto-t: testutil.py: "
` [PATCH 4/4] auto-t: Update Process changes in a few autotests

[PATCH 1/9] handshake: Add HANDSHAKE_EVENT_P2P_IP_REQUEST
 2021-08-25 22:56 UTC  (15+ messages)
` [PATCH 2/9] ap: Implement P2P GO-side 4-way handshake IP Allocation
` [PATCH 3/9] autotests: Test GO-side IP Allocation in testP2P
` [PATCH 4/9] ap: Expire client's leases on disconnect
` [PATCH 5/9] ie: Add FILS IP Address Assignment parsers and builders
` [PATCH 6/9] ap: Support FILS IP Address Assignment IE
` [PATCH 7/9] netconfig: Move loading settings to new method, refactor
` [PATCH 8/9] netconfig: FILS IP assigment API
` [PATCH 9/9] station, netdev: Enable FILS IP Address Assignment

[PATCH v3 1/5] ie: add is_ie_default_sae_group_oui
 2021-08-25 18:06 UTC  (6+ messages)
` [PATCH v3 2/5] scan: set force_default_sae_group if OUI matches
` [PATCH v3 3/5] sae: add sae_sm_set_force_group_19
` [PATCH v3 4/5] netdev: force SAE group 19 if BSS requires
` [PATCH v3 5/5] auto-t: add force SAE group 19 autotest

[PATCH v2 1/4] ie: add is_ie_default_sae_group_oui
 2021-08-25 14:01 UTC  (6+ messages)
` [PATCH v2 2/4] scan: set force_default_sae_group if OUI matches
` [PATCH v2 3/4] sae: handle force_default_sae_group in scan_bss
` [PATCH v2 4/4] unit: update test-sae with API change

[PATCH 1/3] auto-t: hwsim.py: convert addresses to 42:* format
 2021-08-25 13:52 UTC  (4+ messages)
` [PATCH 2/3] auto-t: testSAQuery remove ungraceful restart
` [PATCH 3/3] auto-t: hostapd.py: remove ungraceful_restart

Failed to connect to WPA3 network after update to iwd 1.16
 2021-08-24 19:03 UTC  (13+ messages)

[PATCH 1/4] ie: add is_ie_default_sae_group_oui
 2021-08-23 23:34 UTC  (4+ messages)
` [PATCH 2/4] scan: set force_default_sae_group if OUI matches
` [PATCH 3/4] sae: handle force_default_sae_group in scan_bss
` [PATCH 4/4] unit: update test-sae with API change

iwd 1.17 test suite is failing
 2021-08-23 17:25 UTC  (3+ messages)

Fwd: iwd 1.17 test suite is failing
 2021-08-23 16:44 UTC 

iwd 1.17 test suite is failing
 2021-08-23 13:58 UTC  (2+ messages)

[PATCH 1/8] anqp: print MAC when sending ANQP request
 2021-08-19  0:53 UTC  (9+ messages)
` [PATCH 2/8] hwsim: require enabling rule before use
` [PATCH 3/8] hwsim: remove unconditional packet delay
` [PATCH 4/8] auto-t: hwsim.py: add Enabled property
` [PATCH 5/8] auto-t: hwsim.py: handle Prefix/Enabled in __str__
` [PATCH 6/8] auto-t: combine testBSSBlacklist tests
` [PATCH 7/8] auto-t: update tests to enable hwsim rules
` [PATCH 8/8] auto-t: remove ANQP delay test

[PATCH v2 1/4] network: handle NULL/hotspot networks when removing secrets
 2021-08-18 21:58 UTC  (5+ messages)
` [PATCH v2 2/4] hwsim: add Rule.remove_all()
` [PATCH v2 3/4] auto-t: fix error handling in testHotspot
` [PATCH v2 4/4] test-runner: fix subtest option

[PATCH] auto-t: scan as many times as needed to find networks
 2021-08-18 21:56 UTC  (2+ messages)

[PATCH] wiphy: set neighbor report capability flag
 2021-08-18 18:11 UTC  (3+ messages)

[PATCH 1/4] network: handle NULL/hotspot networks when removing secrets
 2021-08-18 17:26 UTC  (4+ messages)
` [PATCH 2/4] hwsim: add Rule.remove_all()
` [PATCH 3/4] auto-t: fix error handling in testHotspot
` [PATCH 4/4] test-runner: fix subtest option

[PATCH] auto-t: separate PEAP + SIM test
 2021-08-17 22:02 UTC  (2+ messages)

[PATCH v2 1/5] test-runner: extend -S option
 2021-08-17 16:45 UTC  (6+ messages)
` [PATCH v2 2/5] network: destroy secrets on known network removal
` [PATCH v2 3/5] auto-t: Add universal testEAP test
` [PATCH v2 4/5] auto-t: remove duplicate EAP tests
` [PATCH v2 5/5] test-runner: fix exception in Hostapd __del__

[PATCH 1/5] test-runner: extend -S option
 2021-08-17 14:26 UTC  (6+ messages)
` [PATCH 2/5] network: destroy secrets on network_disconnect()
` [PATCH 3/5] auto-t: Add universal testEAP test
` [PATCH 4/5] auto-t: remove duplicate EAP tests
` [PATCH 5/5] test-runner: fix exception in Hostapd __del__


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).