Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2025-02-12 16:24:08 to 2025-05-13 14:03:57 UTC [more...]

wifi: iwlwifi: SAE fails when AP sends confirm before STA
 2025-05-13 14:03 UTC  (14+ messages)

linksys router incorrectly showing as WEP?
 2025-05-12 19:23 UTC  (4+ messages)

brcmfmac disconnects when iwd scans
 2025-05-09 18:01 UTC  (16+ 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)

[PATCH v2 0/5] PMKSA support for fullmac drivers
 2025-04-01 16:17 UTC  (7+ messages)
` [PATCH v2 1/5] netdev: don't set CQM thresholds for fullmac cards
` [PATCH v2 2/5] netdev: remove/update some iwd_notice logs
` [PATCH v2 3/5] pmksa: add driver callbacks and pmksa_cache_free
` [PATCH v2 4/5] handshake: use pmksa_cache_free
` [PATCH v2 5/5] netdev: implement PMKSA for fullmac drivers

[PATCH v4 01/11] station: always add BSS to network blacklist on failure
 2025-04-01 16:08 UTC  (12+ messages)
` [PATCH v4 02/11] auto-t: add test for disabling the timeout blacklist
` [PATCH v4 03/11] blacklist: include a blacklist reason when adding/finding
` [PATCH v4 04/11] blacklist: fix pruning to remove the entry if its expired
` [PATCH v4 05/11] blacklist: add new blacklist reason, ROAM_REQUESTED
` [PATCH v4 06/11] netdev: add netdev_get_low_signal_threshold
` [PATCH v4 07/11] station: roam blacklist BSS's, and consider when roaming
` [PATCH v4 08/11] station: roam blacklist AP even mid-roam
` [PATCH v4 09/11] auto-t: add tests for AP roam blacklisting
` [PATCH v4 10/11] doc: document InitialRoamRequestedTimeout
` [PATCH v4 11/11] netdev: fix invalid read after netdev_free

[PATCH v3 01/10] station: always add BSS to network blacklist on failure
 2025-03-26 17:49 UTC  (11+ messages)
` [PATCH v3 02/10] auto-t: add test for disabling the timeout blacklist
` [PATCH v3 03/10] blacklist: include a blacklist reason when adding/finding
` [PATCH v3 04/10] blacklist: fix pruning to remove the entry if its expired
` [PATCH v3 05/10] blacklist: add new blacklist reason, ROAM_REQUESTED
` [PATCH v3 06/10] netdev: add netdev_get_low_signal_thresholds
` [PATCH v3 07/10] station: roam blacklist BSS's, and consider when roaming
` [PATCH v3 08/10] station: roam blacklist AP even mid-roam
` [PATCH v3 09/10] auto-t: add tests for AP roam blacklisting
` [PATCH v3 10/10] doc: document InitialRoamRequestedTimeout

[PATCH v2 00/13] Roam blacklisting and scan BSS groups
 2025-03-24 14:15 UTC  (14+ messages)
` [PATCH v2 01/13] station: always network (temp) blacklist on failure
` [PATCH v2 02/13] auto-t: add test for disabling the timeout blacklist
` [PATCH v2 03/13] blacklist: include a blacklist reason when adding/finding
` [PATCH v2 04/13] blacklist: fix pruning to remove the entry if its expired
` [PATCH v2 05/13] blacklist: add BLACKLIST_REASON_TRANSIENT_ERROR
` [PATCH v2 06/13] network: update to use blacklist's new temporary type
` [PATCH v2 07/13] blacklist: add new blacklist reason, ROAM_REQUESTED
` [PATCH v2 08/13] scan: Introduce higher level scan BSS groups
` [PATCH v2 09/13] station: roam blacklist BSS when a roam is requested
` [PATCH v2 10/13] station: roam blacklist AP even mid-roam
` [PATCH v2 11/13] station: adapt roam scan logic to look at the bss group
` [PATCH v2 12/13] auto-t: add tests for AP roam blacklisting
` [PATCH v2 13/13] doc: document OptimalSignalThreshold and InitialRoamRequestedTimeout

[PATCH] station: always network (temp) blacklist on failure
 2025-03-18 14:45 UTC 

[PATCH] wiphy: non-LAA mac randomization
 2025-03-11 18:39 UTC  (2+ messages)

[PATCH 1/8] blacklist: include a blacklist reason when adding/finding
 2025-03-10 21:40 UTC  (8+ messages)
` [PATCH 2/8] blacklist: fix pruning to remove the entry if its expired
` [PATCH 3/8] blacklist: add BLACKLIST_REASON_TEMPORARY
` [PATCH 4/8] network: update to use blacklist's new temporary type
` [PATCH 5/8] blacklist: add new blacklist reason, ROAM_REQUESTED
` [PATCH 6/8] scan: Introduce higher level scan BSS groups
` [PATCH 7/8] station: roam blacklist BSS when a roam is requested
` [PATCH 8/8] auto-t: add test for AP roam blacklisting

[PATCH v2] auto-t: update scapy imports for newer version
 2025-03-07 16:29 UTC  (2+ messages)

[PATCH] auto-t: update scapy imports for newer version
 2025-03-06 18:20 UTC 

systemd-networkd managed wireless networks
 2025-03-04 22:00 UTC  (4+ messages)

[PATCH] doc: document how to disable blacklisting
 2025-03-04 14:44 UTC  (2+ messages)

[PATCH] blacklist: allow configuration to disable the blacklist
 2025-03-04 14:44 UTC  (2+ messages)

Suddenly, no DHCP
 2025-03-03 14:13 UTC  (4+ messages)

[RFC] netconfig: Global option to send hostname with dhcp request for all networks
 2025-02-28 15:43 UTC  (4+ messages)

Does a AP get blacklisted if it fails auth too many times?
 2025-02-26 20:09 UTC  (7+ messages)

EAP-TLS support in AP mode
 2025-02-26 13:26 UTC  (4+ messages)

Exposing bssid information
 2025-02-19 21:08 UTC  (5+ messages)

How to elegantly engage/disengage AP mode
 2025-02-18 13:38 UTC  (2+ messages)

Roaming questions
 2025-02-17 10:15 UTC  (4+ messages)

[PATCH 0/4] PMKSA support for fullmac drivers
 2025-02-12 16:27 UTC  (5+ messages)
` [PATCH 2/4] netdev: remove/update some iwd_notice logs
` [PATCH 3/4] netdev: implement PMKSA for fullmac drivers
` [PATCH 4/4] station: use netdev_remove_pmksa


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