[PATCH v2 0/3] Improve roam scan strategy
2025-08-29 7:43 UTC (4+ messages)
` [PATCH v2 1/3] util: add scan_freq_set_size function
` [PATCH v2 2/3] station: improve scan_freqs_order channel subsets
` [PATCH v2 3/3] station: improve roam scan strategy
[PATCH v2 01/11] vendor_quirks: initial skeleton
2025-08-27 17:42 UTC (12+ messages)
` [PATCH v2 02/11] vendor_quirks: implement two vendor quirks
` [PATCH v2 03/11] handshake: pass object to handshake_util_ap_ie_matches
` [PATCH v2 04/11] handshake: add vendor quirks into handshake object
` [PATCH v2 05/11] scan: store vendor quirks in scan_bss
` [PATCH v2 06/11] station: set vendor quirks into handshake object
` [PATCH v2 07/11] handshake: use vendor quirk to disable check of replay counters
` [PATCH v2 08/11] station: get neighbor report on BSS TM request
` [PATCH v2 09/11] station: check vendor quirk for BSS TM request candidate list
` [PATCH v2 10/11] auto-t: add AP roam test for bad neighbor reports/candidate lists
` [PATCH v2 11/11] station: print vendor quirks (if any) when connecting/roaming
[PATCH 01/15] wiphy: add driver quirk for the colocated scan flag
2025-08-26 15:24 UTC (25+ messages)
` [PATCH 02/15] wiphy: add comments around the driver quirks
` [PATCH 03/15] scan: check support before using colocated flag
` [PATCH 04/15] monitor: add Cisco Meraki as a printable vendor
` [PATCH 05/15] vendor_quirks: initial skeleton
` [PATCH 06/15] vendor_quirks: add two new vendor quirks
` [PATCH 07/15] handshake: pass object to handshake_util_ap_ie_matches
` [PATCH 08/15] handshake: add vendor quirks into handshake object
` [PATCH 09/15] scan: store vendor quirks in scan_bss
` [PATCH 10/15] station: set vendor quirks into handshake object
` [PATCH 11/15] handshake: use vendor quirk to disable check of replay counters
` [PATCH 12/15] station: get neighbor report on BSS TM request
` [PATCH 13/15] station: check vendor quirk for BSS TM request candidate list
` [PATCH 14/15] station: clear roam_freqs on delayed roam
` [PATCH 15/15] auto-t: add AP roam test for bad neighbor reports/candidate lists
[PATCH v2 1/4] netdev: check connected in channel switch event
2025-08-20 16:20 UTC (5+ messages)
` [PATCH v2 2/4] netdev: disconnect rather than deauth in FT association failure
` [PATCH v2 3/4] auto-t: make waiting for channel switch configurable
` [PATCH v2 4/4] auto-t: add test for channel switch during roam
[PATCH 1/3] netdev: check connected in channel switch event
2025-08-15 15:26 UTC (3+ messages)
` [PATCH 2/3] station: transition to ft-roaming on NETDEV_EVENT_ASSOCIATING
` [PATCH 3/3] netdev: handle local CMD_ASSOCIATE failures (for FT)
[PATCH] doc: add STA inactive and connected time duration info to diagnostics
2025-08-07 22:59 UTC (2+ messages)
[PATCH] netdev: parse INACTIVE_TIME and CONNECTED_TIME in netdev_get_station
2025-08-06 14:35 UTC (2+ messages)
Received error during CMD_TRIGGER_SCAN: Operation not supported (95)
2025-08-05 12:37 UTC (2+ messages)
Dealing with wifi driver crash that doesn't remove wlan interface
2025-07-22 13:36 UTC (3+ messages)
brcmfmac disconnects when iwd scans
2025-06-28 15:57 UTC (22+ messages)
[PATCH v2 1/6] network: make clearing network blacklist a separate operation
2025-06-05 15:02 UTC (7+ messages)
` [PATCH v2 2/6] station: fix DBus reply for Connect() with netconfig
` [PATCH v2 3/6] station: include netconfig as part of the BSS retry logic
` [PATCH v2 4/6] auto-t: allow configurable DBus timeout/callbacks on connect{_bssid}
` [PATCH v2 5/6] auto-t: update several tests to work with netconfig refactor
` [PATCH v2 6/6] doc: add note about timeouts to Network.Connect()
[PATCH v2 1/2] sae: check return on sae_send_commit()
2025-06-05 15:00 UTC (3+ messages)
` [PATCH v2 2/2] sae: prevent groups 21, 25, and 26 from being used
[PATCH] sae: check return on sae_send_commit()
2025-05-28 18:14 UTC
[PATCH 1/4] station: treat netconfig failures as connection failures
2025-05-28 17:47 UTC (7+ messages)
` [PATCH 2/4] auto-t: allow configurable DBus timeout/callbacks on connect{_bssid}
` [PATCH 3/4] auto-t: update serveral tests to work with netconfig refactor
` [PATCH 4/4] doc: add note about timeouts to Network.Connect()
[PATCH 1/3] nl80211cmd: add NL80211_CMD_ASSOC_COMEBACK
2025-05-28 17:08 UTC (4+ messages)
` [PATCH 2/3] nl80211util: support parsing NL80211_ATTR_TIMEOUT
` [PATCH 3/3] netdev: support handling NL80211_CMD_ASSOC_COMEBACK
[PATCH 1/4] blacklist: rename ROAM_REQUESTED to AP_BUSY
2025-05-19 21:39 UTC (5+ messages)
` [PATCH 2/4] docs: replace/deprecate InitialRoamRequestedTimeout
` [PATCH 3/4] station: utilize the AP_BUSY blacklist for denied auth/assoc
` [PATCH 4/4] auto-t: use renamed InitialAccessPointBusyTimeout
[PATCH] ap: implement pre-scanning to "unlock" frequencies
2025-05-19 21:37 UTC (2+ messages)
wifi: iwlwifi: SAE fails when AP sends confirm before STA
2025-05-15 12:40 UTC (25+ messages)
linksys router incorrectly showing as WEP?
2025-05-12 19:23 UTC (4+ messages)
[PATCH RFC 0/3] Improve roam scan strategy
2025-05-09 8:53 UTC (10+ messages)
` [PATCH RFC 1/3] util: add scan_freq_set_size function
` [PATCH RFC 2/3] scan: add scan_freq_map
` [PATCH RFC 3/3] station: improve roam scan strategy
test failure in 3.7
2025-05-07 12:14 UTC (7+ messages)
[PATCH] unit: check cipher support and cleanup in test-storage
2025-05-05 12:58 UTC (5+ messages)
[PATCH 1/5] network: Add SignalStrength/Frequency properties to BSS interface
2025-04-23 18:50 UTC (9+ messages)
` [PATCH 2/5] station: update SignalStrength/Frequency for "
` [PATCH 3/5] client: add SignalStrength/Frequency properties
` [PATCH 4/5] client: fix get-bss command spacing/footer
` [PATCH 5/5] doc: add new properties to BSS interface
[PATCH] station: fix setting an empty affinities list
2025-04-23 14:43 UTC (2+ messages)
wl18xx: iwd needs to be restarted before (a particular) AP appears
2025-04-23 12:31 UTC (2+ messages)
unsubscribe
2025-04-20 1:48 UTC
[PATCH v2 1/9] monitor: fix spelling Exausted -> Exhausted
2025-04-16 19:58 UTC (10+ messages)
` [PATCH v2 2/9] scan: fix out of bound array access for survey results
` [PATCH v2 3/9] dpp-util: fail on duplicate values in URI
` [PATCH v2 4/9] unit: add test for duplicate URI elements
` [PATCH v2 5/9] monitor: add size check for interworking IE parsing
` [PATCH v2 6/9] storage: add length check in __storage_decrypt
` [PATCH v2 7/9] unit: add test-storage
` [PATCH v2 8/9] station: check return when advancing iterator
` [PATCH v2 9/9] eap-mschapv2: Fix leak of state->user on error path
[PATCH 1/9] monitor: fix spelling Exausted -> Exhausted
2025-04-16 17:21 UTC (11+ messages)
` [PATCH 2/9] scan: fix out of bound array access for survey results
` [PATCH 3/9] dpp-util: fail on duplicate values in URI
` [PATCH 4/9] unit: add test for duplicate URI elements
` [PATCH 5/9] monitor: add size check for interworking IE parsing
` [PATCH 6/9] storage: add length check in __storage_decrypt
` [PATCH 7/9] unit: add test-storage
` [PATCH 8/9] station: check return when advancing iterator
` [PATCH 9/9] eap-mschapv2: Fix leak of state->user on error path
how to get scanned network strength over dbus
2025-04-12 20:59 UTC (3+ messages)
strange behavior with synthetic ap0
2025-04-10 3:35 UTC (6+ messages)
page: next (older)
- 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;
as well as URLs for NNTP newsgroup(s).