Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2024-11-04 23:21:02 to 2025-03-10 21:41:20 UTC [more...]

[PATCH 1/8] blacklist: include a blacklist reason when adding/finding
 2025-03-10 21:40 UTC  (6+ 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 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 v2 0/5] PMKSA support for fullmac drivers
 2025-02-13 20:18 UTC  (6+ 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 0/4] PMKSA support for fullmac drivers
 2025-02-12 16:27 UTC  (6+ messages)
` [PATCH 1/4] netdev: don't set CQM thresholds for fullmac cards
` [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

[PATCH 1/2] wiphy: add driver quirk to disable SAE
 2025-02-12 15:51 UTC  (6+ messages)
` [PATCH 2/2] doc: document [DriverQuirks].SaeDisable

[PATCH 1/4] eap: initialize vendor_id/vendor_type to zero
 2025-02-11 19:26 UTC  (4+ messages)
` [PATCH 2/4] netdev: fail the connection if sending external auth fails
` [PATCH 3/4] wiphy: clean up some spammy prints
` [PATCH 4/4] station: print security of network when connecting

[RFC] netdev: avoid PMKSA for fullmac drivers
 2025-01-29 16:17 UTC  (4+ messages)

brcmfmac SAE/WPA3 negotiation - Part 2
 2025-01-28 18:06 UTC  (7+ messages)

[RFC] netdev: Don't use external auth with PMKSA
 2025-01-27 16:19 UTC 

SIGSEGV on IWD 3.2
 2025-01-23 14:32 UTC  (2+ messages)

How to triage an "Invalid Key" error message?
 2025-01-21 14:36 UTC  (7+ messages)

TLS based WPA-Enterprise authentication methods on kernel 4.19
 2025-01-10 20:36 UTC  (2+ messages)

support for multiple EAP methods in one config?
 2025-01-10 16:10 UTC  (5+ messages)

[PATCH v2] handshake: add more debugging around PMKSA caching
 2025-01-06 15:39 UTC  (2+ messages)

[PATCH] handshake: don't print NULL pmksa pointer
 2025-01-06 15:27 UTC  (4+ messages)

Repeated Deauthentication event, reason: 4
 2025-01-06 14:32 UTC  (6+ messages)

[PATCH] netdev: destroy auth-proto after external auth
 2024-12-20  5:57 UTC  (5+ messages)

[RFC] netdev: destroy auth-proto in connect event, for ext auth
 2024-12-19 17:03 UTC  (2+ messages)

[PATCH v2 1/4] monitor: add --time-format,-t option
 2024-12-17 17:29 UTC  (5+ messages)
` [PATCH v2 2/4] monitor: track current PCAP size
` [PATCH v2 3/4] monitor: add support for limiting PCAP size/count
` [PATCH v2 4/4] monitor: add --pcap-size,--pcap-count

[PATCH] wiphy: add info print for MulticastRxDisabled quirk
 2024-12-17 17:21 UTC  (2+ messages)

Question on documentation for Enterprise network configuration
 2024-12-13 15:07 UTC  (2+ messages)

[RFC PATCH v1 0/2] External Auth support
 2024-12-12 14:33 UTC  (10+ messages)

Captive portal connection with connman
 2024-12-03  0:07 UTC  (2+ messages)

[PATCH 1/4] monitor: add --time-format,-t option
 2024-11-27 17:33 UTC  (4+ messages)
` [PATCH 2/4] monitor: track current PCAP size
` [PATCH 3/4] monitor: add support for limiting PCAP size/count
` [PATCH 4/4] monitor: add --pcap-size,--pcap-count

[PATCH 00/15] PMKSA support (SAE only)
 2024-11-25 20:18 UTC  (21+ messages)
` [PATCH 01/15] handshake: add ref counting to handshake_state
` [PATCH 02/15] unit: update use of handshake_state with ref/unref
` [PATCH 03/15] auto-t: always initialize StationDebug in Device class
` [PATCH 04/15] auto-t: add pmksa_flush() to hostapd module
` [PATCH 05/15] auto-t: update testSAE to disable PMKSA
` [PATCH 06/15] pmksa: Add skeleton
` [PATCH 07/15] unit: Add basic pmksa test
` [PATCH 08/15] pmksa: Add debugging
` [PATCH 09/15] handshake: Add pmksa setter & stealer
` [PATCH 10/15] handshake: add handshake_state_remove_pmksa
` [PATCH 11/15] netdev: add support to use PMKSA over SAE if available
` [PATCH 12/15] station: hold reference to handshake object
` [PATCH 13/15] station: support PMKSA connections
` [PATCH 14/15] auto-t: add PMKSA tests
` [PATCH 15/15] doc: document DisablePMKSA option

[PATCH 1/4] wiphy: make "wiphy" const in wiphy_has_ext_feature
 2024-11-25 17:48 UTC  (5+ messages)
` [PATCH 2/4] wiphy: add driver quirk for disabling multicast rx (and helper)
` [PATCH 3/4] dpp: use wiphy_supports_multicast_rx
` [PATCH 4/4] doc: document [DriverQuirks].MulticastRxDisable

[PATCH 1/8] util: add util_linear_map
 2024-11-20 17:52 UTC  (9+ messages)
` [PATCH 2/8] unit: add linear mapping test
` [PATCH 3/8] util: add util_exponential_decay
` [PATCH 4/8] network: use util_exponential_decay
` [PATCH 5/8] scan: parse station count from BSS load IE
` [PATCH 6/8] scan: add ranking modifiers for utilization/station count
` [PATCH 7/8] doc: document [Rank].HighUtilization/StationCount thresholds
` [PATCH 8/8] station: print client count in scan results

[PATCH 1/2] crypto: fix -std=c23 build failure
 2024-11-20 17:36 UTC  (2+ messages)

[PATCH] wired: fix -std=c23 build failure
 2024-11-20 17:36 UTC  (2+ messages)

[PATCH 2/2] anqputil: fix -std=c23 build failure
 2024-11-20 12:41 UTC 

Infineon working on INFFMAC to support their chipsets in mainline Kernel
 2024-11-18 14:45 UTC 

rtw89_8852ce + iwd stuck in (dis-)connect/-auth loop
 2024-11-15  1:43 UTC  (3+ messages)

[PATCH] monitor: add better info about the country code IE
 2024-11-13 17:40 UTC  (2+ messages)

Connection loss (IWD HEAD with latest OWE / BSS selection patches) - brcmfmac driver
 2024-11-12 12:13 UTC  (21+ messages)

Calculation / algorithm of the 5 GHz vs. 2.4 GHz network selection
 2024-11-11 13:26 UTC  (2+ messages)

[PATCH cryptodev-2.6] crypto: rsassa-pkcs1 - Reinstate support for legacy protocols
 2024-11-10  3:54 UTC  (2+ messages)

[PATCH 1/2] treewide: fix spelling mistakes
 2024-11-07 13:26 UTC  (2+ messages)
` [PATCH 2/2] general: add .codespellrc file

timesync when using IWD stand-alone
 2024-11-05 20:34 UTC  (6+ messages)

[PATCH] netdev: set a timeout for CMD_CONNECT based connections
 2024-11-05 13:10 UTC 


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