iwd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-05 15:30:27 to 2021-08-19 00:53:43 UTC [more...]

[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  (5+ 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__

[PATCH] auto-t: hostapd.py: remove _hostapd_restarted concept
 2021-08-16 16:33 UTC  (2+ messages)

[PATCH 1/9] eapol: Store IP address in network byte order
 2021-08-14  3:31 UTC  (14+ messages)
` [PATCH 2/9] handshake: Add HANDSHAKE_EVENT_IP_REQUEST
` [PATCH 3/9] ap: Make station removal safer
` [PATCH 4/9] ap: Fix an invalid access in ap_write_wsc_ie
` [PATCH 5/9] ap: Implement P2P GO-side 4-way handshake IP Allocation
` [PATCH 6/9] autotests: Test GO-side IP Allocation in testP2P
` [PATCH 7/9] ap: Expire client's leases on disconnect
` [PATCH 8/9] ie: Add FILS IP Address Assignment parsers and builders
` [PATCH 9/9] ap: Support FILS IP Address Assignment IE

[PATCH 1/4] auto-t: return existing instance from HostapdCLI
 2021-08-14  1:39 UTC  (5+ messages)
` [PATCH 2/4] auto-t: iwd.py: clean up StationDebug
` [PATCH 3/4] auto-t: turn off scan address randomization in testHotspot
` [PATCH 4/4] test-runner: only remove GLib timeout if it exists

[PATCH 1/2] test-runner: fix test skipping
 2021-08-13 21:49 UTC  (3+ messages)
` [PATCH 2/2] auto-t: skip testEAP-PEAP-SIM if ofonod is not running

[PATCH 1/6] auto-t: fix testAgent use of Process
 2021-08-13 20:26 UTC  (7+ messages)
` [PATCH 2/6] auto-t: use prefix on hotspot anqp test
` [PATCH 3/6] auto-t: cleanup dhcpd.leases[~] in testNetconfig
` [PATCH 4/6] auto-t: ead.py: remove wait_for_object_condition
` [PATCH 5/6] test-runner: start dmesg early with --follow
` [PATCH 6/6] test-runner: don't always print failure to remove ctrl interface

[PATCH 1/2] auto-t: iwd.py: allow renaming in copy_to_storage
 2021-08-13 19:55 UTC  (3+ messages)
` [PATCH 2/2] auto-t: remove unneeded BSSs in testEAP-MSCHAPv2

[PATCH v2 1/3] station: Add generic Event signal
 2021-08-13 19:47 UTC  (4+ messages)
` [PATCH v2 2/3] auto-t: iwd.py: add StationDebug.Event support
` [PATCH v2 3/3] auto-t: speed up testRoamRetry

[PATCH 1/6] test-runner: implement non_block_wait
 2021-08-13 16:24 UTC  (7+ messages)
` [PATCH 2/6] test-runner: wait for individual hostapd control sockets
` [PATCH 3/6] auto-t: ofono.py: use non_block_wait
` [PATCH 4/6] auto-t: iwd.py: "
` [PATCH 5/6] auto-t: hostapd.py: "
` [PATCH 6/6] auto-t: ead.py: "

[PATCH 1/3] station: Add RoamScanning property to debug interface
 2021-08-13 16:13 UTC  (3+ messages)
` [PATCH 2/3] auto-t: iwd.py: add roam_scanning property
` [PATCH 3/3] auto-t: speed up testRoamRetry

[PATCH 1/6] station: implement Scan on debug interface
 2021-08-13 15:46 UTC  (7+ messages)
` [PATCH 2/6] auto-t: add python API for StationDebug.Scan
` [PATCH 3/6] test-runner: start HostapdCLI from test-runner
` [PATCH 4/6] auto-t: iwd.py: scan only on needed frequencies
` [PATCH 5/6] auto-t: use .frequency property in SAQuery-spoofing test
` [PATCH 6/6] auto-t: hostapd.py: remove get_freq()/get_config_value()

[PATCH 1/3] test-runner: print uncaught test exceptions always
 2021-08-13 15:44 UTC  (4+ messages)
` [PATCH 2/3] test-runner: pass **kwargs in dbg()
` [PATCH 3/3] test-runner: run individual test functions manually

[PATCH] station: set autoconnect via setter
 2021-08-13 15:43 UTC  (2+ messages)

[PATCH 1/7] station: make autoconnect settable via debug interface
 2021-08-12 21:59 UTC  (8+ messages)
` [PATCH 2/7] station: disable autoconnect when in developer mode
` [PATCH 3/7] auto-t: iwd.py: add autoconnect property/StationDebug
` [PATCH 4/7] auto-t: iwd.py: make scan_if_needed True by default
` [PATCH 5/7] auto-t: make hwsim registration off "
` [PATCH 6/7] auto-t: update all tests to remove bad scanning logic
` [PATCH 7/7] auto-t: set autoconnect=True for tests that need it

[PATCH 01/18] auto-t: hostapd.py: add 'bssid' property
 2021-08-12 20:22 UTC  (19+ messages)
` [PATCH 02/18] test-runner: start IWD in developer mode
` [PATCH 03/18] test-runner: don't fatally exit on bad test configuration
` [PATCH 04/18] test-runner: don't run duplicate tests
` [PATCH 05/18] auto-t: testutil.py: add expect_fail flag
` [PATCH 06/18] auto-t: iwd.py: add connect_bssid() method
` [PATCH 07/18] auto-t: iwd.py: add roam() method
` [PATCH 08/18] auto-t: add reassociate test to FT-SAE-roam
` [PATCH 09/18] auto-t: rename testFT-SAE-roam to testSAE-roam
` [PATCH 10/18] auto-t: add reassociation test for OWE
` [PATCH 11/18] auto-t: update testFT-8021x-roam to use roam() API
` [PATCH 12/18] auto-t: combine testFT-FILS* tests
` [PATCH 13/18] auto-t: rename testFT-FILS-SHA256 to testFT-FILS
` [PATCH 14/18] auto-t: remove testFT-FILS-SHA384
` [PATCH 15/18] auto-t: use connect_bssid/roam APIs in testFT-PSK-roam
` [PATCH 16/18] auto-t: remove FT-over-DS test, and rename testFT-PSK-roam
` [PATCH 17/18] auto-t: update testPreauth-roam to use connect_bssid/roam()
` [PATCH 18/18] auto-t: use connect_bssid in APRoam

[PATCH v4 1/3] station: add ConnectBssid() developer method
 2021-08-12 19:59 UTC  (4+ messages)
` [PATCH v4 2/3] station: move Roam() under station debug interface
` [PATCH v4 3/3] test: update force-roam to use Debug interface

[PATCH v3 1/4] netdev: move failure point out of netdev_connect_common
 2021-08-12 18:29 UTC  (6+ messages)
` [PATCH v3 2/4] station: add ConnectBssid() developer method
` [PATCH v3 3/4] station: move Roam() under station debug interface
` [PATCH v3 4/4] test: update force-roam to use Debug interface

Failing to resolve after roams
 2021-08-12 17:41 UTC  (7+ messages)

[PATCH 1/3] storage: provide storage_is_file
 2021-08-12 15:02 UTC  (4+ messages)
` [PATCH 2/3] knownnetworks: stat fallback for unknown d_type
` [PATCH 3/3] hotspot: "

How to connect to client network using ell dbus interface
 2021-08-12 14:13 UTC  (2+ messages)

how to get info about connected clients when iwd runs in AP mode?
 2021-08-11 21:32 UTC  (13+ messages)

iwd provides only Legacy Access point (802.11b)
 2021-08-10 10:40 UTC  (4+ messages)

[PATCH] test-runner: Drop unused parameter
 2021-08-09 20:39 UTC  (4+ messages)

[PATCH v2 1/4] netdev: move failure point out of netdev_connect_common
 2021-08-09 17:16 UTC  (4+ messages)
` [PATCH v2 2/4] station: add ConnectBssid() developer method
` [PATCH v2 3/4] station: move Roam() under station debug interface
` [PATCH v2 4/4] test: update force-roam to use Debug interface

Nat now fails to work
 2021-08-08 22:48 UTC  (2+ messages)

[PATCH 1/5] netdev: move flag setting in netdev_reassociate
 2021-08-07  3:47 UTC  (10+ messages)
` [PATCH 2/5] network: add __network_connect
` [PATCH 3/5] dbus: add StationDebug interface definition
` [PATCH 4/5] station: set preparing_roam flag on Roam()
` [PATCH 5/5] station: add ConnectBssid() developer method

[PATCH] netdev: allow reassociation for auth-protos
 2021-08-07  3:08 UTC  (2+ messages)

[PATCH v3 1/4] netdev: allow SAE reassociation
 2021-08-05 19:05 UTC  (4+ messages)
` [PATCH v3 2/4] auto-t: add reassociate test to FT-SAE-roam
` [PATCH v3 3/4] auto-t: rename testFT-SAE-roam to testSAE-roam
` [PATCH v3 4/4] netdev: enable FILS reassociation

[PATCH v2 1/4] netdev: allow SAE reassociation
 2021-08-05 17:23 UTC  (5+ messages)
` [PATCH v2 2/4] auto-t: add reassociate test to FT-SAE-roam
` [PATCH v2 3/4] auto-t: rename testFT-SAE-roam to testSAE-roam
` [PATCH v2 4/4] netdev: enable FILS reassociation

[PATCH v2] netdev: update the netdev's frequency on channel switch events
 2021-08-05 15:40 UTC  (2+ messages)

[PATCH] netdev: update the netdev's frequency on channel switch events
 2021-08-05 15:30 UTC 


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).