Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2021-07-30 15:07:27 to 2021-08-13 22:45:54 UTC [more...]

[PATCH 1/4] auto-t: return existing instance from HostapdCLI
 2021-08-13 22:45 UTC  (4+ 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/9] eapol: Store IP address in network byte order
 2021-08-13 15:50 UTC  (10+ 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/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] wiphy: set neighbor report capability flag
 2021-08-06 15:28 UTC  (7+ 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 

[PATCH 1/6] netdev: check AKMs instead of in_ft for require_handshake
 2021-08-05 15:19 UTC  (6+ messages)
` [PATCH 2/6] netdev: rename in_ft flag to in_roam
` [PATCH 3/6] netdev: allow SAE reassociation
` [PATCH 4/6] auto-t: add reassociate test to FT-SAE-roam
` [PATCH 5/6] auto-t: rename testFT-SAE-roam to testSAE-roam
` [PATCH 6/6] netdev: enable FILS reassociation

[RFC connman v1 1/1] gsupplicant: Add support for WPA3-Personal
 2021-08-05 11:15 UTC  (5+ messages)
` [RFC connman v1 1/1] gsupplicant: Add support for WPA3-Personal transition mode

[connman v1] wifi: Set ieee80211w as required for WPA3-Personal-only mode
 2021-08-05  6:03 UTC  (4+ messages)

[PATCH v4 1/3] station: network: rework ERP/FILS code path
 2021-08-03 21:40 UTC  (4+ messages)
` [PATCH v4 2/3] handshake: unref erp_cache when handshake is freed
` [PATCH v4 3/3] erp: take cache ref in erp_new

[PATCH v3 1/3] station: network: rework ERP/FILS code path
 2021-08-03 20:47 UTC  (4+ messages)
` [PATCH v3 2/3] handshake: unref erp_cache when handshake is freed
` [PATCH v3 3/3] erp: take cache ref in erp_new

[PATCH v2 1/2] station: network: rework ERP/FILS code path
 2021-08-03 19:56 UTC  (2+ messages)
` [PATCH v2 2/2] handshake: unref erp_cache when handshake is freed

[PATCH 1/6] fils: isolate ERP cache into fils.c
 2021-08-03 17:27 UTC  (6+ messages)
` [PATCH 2/6] station: don't set ERP cache to handshake
` [PATCH 3/6] handshake: remove ERP cache pointer
` [PATCH 4/6] erp: add erp_cache_check_identity
` [PATCH 5/6] network: use erp_cache_check_identity
` [PATCH 6/6] erp: refactor to eliminate references/put/remove

[RFC connman v2 1/1] WIP: Add wpa_supplicant WPA3-SAE support
 2021-08-02  6:55 UTC  (3+ messages)

[PATCH] auto-t: update deprecated option
 2021-07-30 20:46 UTC  (2+ messages)

[PATCH 1/2] eap-aka: round to nearest word on message buffers
 2021-07-30 15:40 UTC  (4+ messages)
` [PATCH 2/2] p2p: fix out of scope read


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