iwd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH] nlmon: parse/print neighbor reports
 2024-05-09 15:24 UTC  (2+ messages)

NetworkManager connection gets stuck in pending state when bringing up AP mode connection with IWD backend
 2024-05-07 22:31 UTC  (14+ messages)

[PATCH v2 00/18] Basic WPA3 support in AP mode
 2024-05-07 16:23 UTC  (32+ messages)
` [PATCH v2 01/18] ap: ability to advertise PSK and SAE
` [PATCH v2 02/18] ap: accept PSK/SAE in auth depending on config
` [PATCH v2 03/18] unit: fix SAE unit tests
` [PATCH v2 04/18] sae: add function sae_set_group
` [PATCH v2 05/18] sae: refactor and add function sae_calculate_keys
` [PATCH v2 06/18] sae: make sae_process_commit callable in AP mode
` [PATCH v2 07/18] sae: verify offered group "
` [PATCH v2 08/18] sae: support reception of Confirm frame by AP
` [PATCH v2 09/18] ap: add support to handle SAE authentication
` [PATCH v2 10/18] ap: enable start of 4-way HS after SAE
` [PATCH v2 11/18] eapol: support PTK derivation with SHA256
` [PATCH v2 12/18] eapol: encrypt key data for AKM-defined ciphers
` [PATCH v2 13/18] unit: add unit test for SAE AP mode
` [PATCH v2 14/18] ap: move toward requiring MFP when using SAE
` [PATCH v2 15/18] handshake: add functions to save and set IGTK
` [PATCH v2 16/18] eapol: include IGTK in 4-way handshake as AP
` [PATCH v2 17/18] ap: generate IGTK on startup if MFP is enabled
` [PATCH v2 18/18] ap: propogate IGTK and RSC to handshake

Getting list of found networks
 2024-05-07 14:20 UTC  (5+ messages)

Raspberry Pi 5 and WPA3
 2024-05-07 11:55 UTC  (13+ messages)

[PATCH 00/11] Basic SAE support for AP mode
 2024-04-30 23:27 UTC  (23+ messages)
` [PATCH 01/11] ap: ability to advertise PSK and SAE
` [PATCH 02/11] ap: accept PSK/SAE in auth depending on config
` [PATCH 03/11] sae: add function sae_set_group
` [PATCH 04/11] sae: refactor and add function sae_calculate_keys
` [PATCH 05/11] sae: make sae_process_commit callable in AP mode
` [PATCH 06/11] sae: verify offered group "
` [PATCH 07/11] sae: support reception of Confirm frame by AP
` [PATCH 08/11] ap: add support to handle SAE authentication
` [PATCH 09/11] ap: enable start of 4-way HS after SAE
` [PATCH 10/11] eapol: support PTK derivation with SHA256
` [PATCH 11/11] eapol: encrypt key data for AKM-defined ciphers

NT/VHT errors filling log
 2024-04-16 15:34 UTC  (7+ messages)

[PATCH v2 1/4] wiphy: include MAC of BSS with invalid HE capabilities
 2024-04-15 21:52 UTC  (5+ messages)
` [PATCH v2 2/4] wiphy: handle -ENETUNREACH for rate estimation
` [PATCH v2 3/4] band: return -ENETUNREACH for HE "
` [PATCH v2 4/4] unit: fix test-band with new rate estimation returns

[PATCH 1/3] band: return -ENOTSUP when RSSI is too low for rate estimation
 2024-04-15 19:07 UTC  (6+ messages)
` [PATCH 2/3] scan: replace -ENETUNREACH with -ENOTSUP for rate estimation return
` [PATCH 3/3] wiphy: include MAC of BSS with invalid HE capabilities

[PATCH 1/9] dpp: prep for moving AAD within dpp_append_wrapped_data
 2024-04-15 19:00 UTC  (15+ messages)
` [PATCH 2/9] dpp-util: move AAD logic within dpp_append_wrapped_attributes
` [PATCH 3/9] dpp-util: add dpp_append_point
` [PATCH 4/9] dpp: use dpp_append_point
` [PATCH 5/9] dpp-common: Skeleton for common DPP module
` [PATCH 6/9] dpp-common: add TX/RX handlers to dpp_sm
` [PATCH 7/9] build: add dpp-common.{c,h}
` [PATCH 8/9] dpp: remove most crypto/frame processing
` [PATCH 9/9] dpp: use common state machine

[PATCH v4] Register EAPOL frame listeners earlier
 2024-03-28 22:41 UTC  (2+ messages)

[PATCH] netdev: use CMD_DEAUTHENTICATE when needed on disconnect
 2024-03-28 22:29 UTC  (2+ messages)

iwd picking worse network despite better one available
 2024-03-28 16:45 UTC  (6+ messages)

[PATCH v2 1/2] band: make HE/no-HT rate estimators return more descriptive
 2024-03-28 15:21 UTC  (3+ messages)
` [PATCH v2 2/2] wiphy: add better handling for rate estimation errors

[PATCH 1/2] band: make HE/no-HT rate estimators return more descriptive
 2024-03-28 14:19 UTC  (4+ messages)
` [PATCH 2/2] wiphy: add better handling for rate estimation errors

[PATCH] Register EAPOL frame listeners earlier
 2024-03-27 21:01 UTC  (2+ messages)

[PATCH] Register EAPOL frame listeners earlier
 2024-03-27 19:10 UTC  (4+ messages)

ios hotspot fix
 2024-03-26 11:33 UTC  (4+ messages)

[PATCH] Register EAPOL frame listeners earlier
 2024-03-26  4:42 UTC  (3+ messages)

[PATCH] Revert "crypto: pkcs7 - remove sha1 support"
 2024-03-22 11:45 UTC  (8+ messages)

[PATCH] wiphy: include libgen.h to fix implicit def. with musl libc
 2024-03-15 22:09 UTC  (12+ messages)

[PATCH] iwmon: fix incorrect mask printing HE capabilities
 2024-03-15 13:47 UTC  (2+ messages)

[REGRESSION] Re: [PATCH] crypto: pkcs7: remove sha1 support
 2024-03-15 13:09 UTC  (17+ messages)

[RFC 0/5] Initial prep/skeleton for isolating core DPP protocol
 2024-03-13 17:13 UTC  (6+ messages)
` [RFC 1/5] dpp: prep for moving AAD within dpp_append_wrapped_data
` [RFC 2/5] dpp-util: move AAD logic within dpp_append_wrapped_attributes
` [RFC 3/5] dpp-util: add dpp_append_point
` [RFC 4/5] dpp: use dpp_append_point
` [RFC 5/5] dpp-common: Skeleton for common DPP module

[PATCH 1/4] p2p: check connected peer before processing request
 2024-03-12  3:10 UTC  (2+ messages)

Using bind mount for /var/lib/iwd results in zero directory (and no links) and no connections stored
 2024-03-12  3:02 UTC  (5+ messages)

How to connect specifying the BSSID?
 2024-03-07  4:10 UTC  (7+ messages)

IPv6 Privacy Extension support?
 2024-03-06 12:19 UTC  (5+ messages)


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