Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2023-09-25 18:54:46 to 2023-10-31 18:48:09 UTC [more...]

[PATCH v3 0/9] DPP PKEX Changes
 2023-10-31 18:47 UTC  (9+ messages)
` [PATCH v3 1/9] dpp: remove scan_periodic_stop calls
` [PATCH v3 2/9] dpp: fix config request header check
` [PATCH v3 3/9] dpp: allow enrollee to be authentication initiator
` [PATCH v3 4/9] dbus: add net.connman.iwd.SharedCodeAgent DBus interface
` [PATCH v3 5/9] station: provide new state in __station_connect_network
` [PATCH v3 6/9] doc: PKEX support for DPP
` [PATCH v3 7/9] dpp: SharedCode interface, {Register,Unregister}SharedCodeAgent
` [PATCH v3 8/9] dpp: initial version of PKEX enrollee support

[PATCH 0/4] Packet/beacon loss roaming improvements
 2023-10-30 17:37 UTC  (10+ messages)
` [PATCH 1/4] station: rename ap_directed_roam to force_roam
` [PATCH 2/4] station: start roam on beacon loss event
` [PATCH 3/4] netdev: handle/send "
` [PATCH 4/4] station: rate limit packet loss roam scans

[PATCH v2 00/15] DPP PKEX Changes
 2023-10-30 14:40 UTC  (25+ messages)
` [PATCH v2 01/15] station: add station_get_autoconnect
` [PATCH v2 02/15] dpp: remove connect/scanning and resume periodic scans after DPP
` [PATCH v2 03/15] dpp: check configurator role in config request frame
` [PATCH v2 04/15] dpp: make the protocol timeout more flexible
` [PATCH v2 05/15] dpp: fix config request header check
` [PATCH v2 06/15] dpp-util: add crypto for PKEX
` [PATCH v2 07/15] dpp: support mutual authentication
` [PATCH v2 08/15] unit: make test-dpp key derivation test more extendable
` [PATCH v2 09/15] unit: add DPP test for mutual authentication
` [PATCH v2 10/15] unit: add PKEX DPP tests
` [PATCH v2 11/15] dpp: allow enrollee to be authentication initiator
` [PATCH v2 12/15] doc: PKEX support for DPP
` [PATCH v2 13/15] dbus: add SharedCodeDeviceProvisioning interface definition
` [PATCH v2 14/15] dpp: initial version of PKEX enrollee support
` [PATCH v2 15/15] dpp: initial version of PKEX configurator support

[PATCH] unit: correct memcpy overrun in test-dpp
 2023-10-26 14:33 UTC  (2+ messages)

[PATCH v3] offchannel: handle out of order ACKs/events
 2023-10-26 14:32 UTC  (2+ messages)

[PATCH v2] offchannel: handle out of order ACKs/events
 2023-10-25 12:39 UTC  (3+ messages)

[PATCH 00/21] DPP PKEX Changes
 2023-10-25  2:46 UTC  (57+ messages)
` [PATCH 01/21] crypto: remove label from prf_plus, instead use va_args
` [PATCH 02/21] dpp-util: fix typo "COMMIT_REVEAP_RESPONSE"
` [PATCH 03/21] dpp: rename auth_addr to peer_addr
` [PATCH 04/21] dpp: rename dpp_presence_timeout to be generic
` [PATCH 05/21] dpp: move/store max_roc setting into dpp_create
` [PATCH 06/21] dpp: fix retransmits if on operating channel
` [PATCH 07/21] dpp-util: allow for mutual authentication in i/r_auth
` [PATCH 08/21] dpp-util: allow mutual auth in dpp_derive_ke
` [PATCH 09/21] unit: update test-dpp with API changes
` [PATCH 10/21] offchannel: add support to issue multiple offchannel requests
` [PATCH 11/21] doc: PKEX support for DPP
` [PATCH 12/21] dpp-util: add crypto for PKEX
` [PATCH 13/21] dpp-util: add __DPP_STATUS_MAX
` [PATCH 14/21] dpp: support mutual authentication
` [PATCH 15/21] dpp: allow enrollee to be authentication initiator
` [PATCH 16/21] dbus: add SharedCodeDeviceProvisioning interface definition
` [PATCH 17/21] dpp: initial version of PKEX enrollee support
` [PATCH 18/21] dpp: initial version of PKEX configurator support
` [PATCH 19/21] auto-t: add utils for wpa_supplicant PKEX
` [PATCH 20/21] auto-t: add APIs for PKEX
` [PATCH 21/21] auto-t: add DPP PKEX tests

[PATCH] eap-mschapv2: allow using on kernels without CRYPTO_MD4, and deprecate
 2023-10-24 22:26 UTC  (6+ messages)

Is the data rate estimation for 5GHz channels overly pessimistic?
 2023-10-24 15:40 UTC  (21+ messages)

[PATCH] add AllowRoaming station property
 2023-10-20 16:29 UTC  (8+ messages)

[PATCH] build: install iwd-decrypt-profile
 2023-10-20 15:49 UTC  (6+ messages)

[PATCH] station: reload settings in 'netconfig_after_roam' case
 2023-10-20 15:35 UTC  (2+ messages)

[PATCH] station: fix unintended netconfig_reset pre-roaming
 2023-10-20 15:23 UTC  (2+ messages)

iwctl interactive mode error
 2023-10-20 13:48 UTC  (2+ messages)

[PATCH] iwmon: print HE capabilities element
 2023-10-16 18:23 UTC  (2+ messages)

[PATCH] test: log correct function name
 2023-10-16 18:21 UTC  (4+ messages)

[PATCH 1/4] unit: add to test-dpp to expose ASN1 point conversion bug
 2023-10-11 15:24 UTC  (5+ messages)
` [PATCH 2/4] dpp-util: fix incorrect ASN1 compressed public key encoding
` [PATCH 3/4] eap-pwd: fix usage of compressed points (after ELL is fixed)
` [PATCH 4/4] sae: "

[PATCH] RFC: PKEX support for DPP
 2023-10-06 16:14 UTC  (3+ messages)

[PATCH] station: check disabled band configuration in station_init
 2023-10-03 16:33 UTC  (2+ messages)

[PATCH 1/3] wiphy: make wiphy_band_is_disabled return more descriptive
 2023-09-30  2:59 UTC  (4+ messages)
` [PATCH 2/3] scan: remove use of wiphy_get_allowed_freqs to optimize 6ghz path
` [PATCH 3/3] wiphy: remove wiphy_get_allowed_freqs

[PATCH v2 1/4] scan: allow splitting of scans with defined frequencies
 2023-09-29 16:23 UTC  (8+ messages)
` [PATCH v2 2/4] scan: filter user-disabled bands for periodic scans
` [PATCH v2 3/4] station: support user-disabled bands
` [PATCH v2 4/4] doc: document disabling bands with a 0.0 modifier

[PATCH 1/8] scan: add [Rank].BandModifier2_4Ghz
 2023-09-28 11:37 UTC  (11+ messages)
` [PATCH 5/8] scan: allow splitting of scans with defined frequencies
` [PATCH 6/8] scan: filter user-disabled bands for periodic scans
` [PATCH 7/8] station: support user-disabled bands
` [PATCH 8/8] doc: document disabling bands with a 0.0 modifier

[PATCH 1/2] handshake: include additional sha256 AKMs for PMKID generation
 2023-09-27 16:53 UTC  (23+ messages)


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