Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2024-08-23 16:09:30 to 2024-10-12 11:51:43 UTC [more...]

IWD 1.27 with brcmfmac not working for roaming
 2024-10-12 11:51 UTC  (15+ messages)

AW: IWD 2.20 does not support Fast Roaming with NXP 88W9098 chipset
 2024-10-11 15:32 UTC  (7+ messages)
    ` AW: "

[PATCH 1/2] wiphy: parse TX/RX frame types, and API to check auth frame support
 2024-10-11 14:55 UTC  (2+ messages)
` [PATCH 2/2] station: check if authentication is supported via CMD_FRAME

[RFC PATCH v1 0/2] External Auth support
 2024-10-10 15:38 UTC  (22+ messages)
` [RFC PATCH v1 1/2] netdev: external auth support
` [RFC PATCH v1 2/2] sae: Allow ability to force Group 19 / Hunt and Peck

[PATCH] band: add "GB" as a valid alpha2 code
 2024-10-08 16:14 UTC  (2+ messages)

Interop problem with Quantum Fiber WiFi7 pods (duplicate RSNXE IE)
 2024-10-07 18:29 UTC  (14+ messages)
            ` RFC: Be more lenient about duplicate IEs with identical payloads
              ` [PATCH 1/2] unit: add a test for harmless IE clones
              ` [PATCH 2/2] mpdu: tolerate technically illegal but harmless cloned IEs

[PATCH] netdev: fix crash in the RSSI polling fallback workaround
 2024-10-04  2:33 UTC  (2+ messages)

iwd 2.22 segfault
 2024-10-03 13:47 UTC  (4+ messages)

Interop problem with Quantum Fiber WiFi7 pods (duplicate RSNXE IE)
 2024-10-03 12:49 UTC 

[PATCH] manager: fix UseDefaultInterface warning
 2024-09-25 14:53 UTC  (2+ messages)

[PATCH 01/16] ie: add IE_AKM_IS_PSK
 2024-09-24 12:04 UTC  (16+ messages)
` [PATCH 02/16] dpp-util: refactor dpp_configuration_new into a _psk helper
` [PATCH 03/16] dpp: fix some return/cleanup issues for error cases
` [PATCH 04/16] dpp-util: refactor dpp_configuration_to_json for only PSK networks
` [PATCH 05/16] dpp: refactor dpp_send_config_response to take JSON as a parameter
` [PATCH 06/16] dpp: refactor dpp_configuration_start to take the "
` [PATCH 07/16] dpp: refactor config writing, add checks for PSK
` [PATCH 08/16] dpp-util: check the AKM is "psk" before further parsing the object
` [PATCH 09/16] dbus: add generic DPP agent interface
` [PATCH 10/16] dpp: replace PKEX agent with generic DPP agent
` [PATCH 11/16] agent: add APIs for DeviceProvisioningAgent
` [PATCH 12/16] dpp: replace SharedCodeAgent with DeviceProvisioningAgent
` [PATCH 13/16] dpp: remove agent path from StartConfigurator
` [PATCH 14/16] auto-t: update utils to use DeviceProvisioningAgent
` [PATCH 15/16] auto-t: update PKEX test "
` [PATCH 16/16] doc: Document new DeviceProvisioningAgent

[PATCH v2 1/2] netdev: external auth support
 2024-09-22 21:00 UTC  (2+ messages)
` [PATCH v2 2/2] sae: Allow ability to force Group 19 / Hunt and Peck

[PATCH v2] netdev: allow empty TX/RX bitrate attributes
 2024-09-20 15:27 UTC  (2+ messages)

[PATCH] netdev: loosen parsing requirements on STA_INFO
 2024-09-20 11:36 UTC 

[RFC 1/2] doc: Document new DeviceProvisioningAgent
 2024-09-18 17:40 UTC  (2+ messages)
` [RFC 2/2] doc: introduce DPP 802.1x agent APIs

[PATCH] station: fix printing uint64_t by using PRIx64
 2024-09-11 14:00 UTC 

[PATCH] station: emit property changed for connected AP on roaming
 2024-09-11  0:42 UTC  (2+ messages)

[PATCH] station: fix crash if affinities watch gets removed
 2024-09-11  0:42 UTC  (2+ messages)

[PATCH] dpp: set cap on the PKEX timeout, and reduce once PKEX finishes
 2024-09-08 22:27 UTC  (2+ messages)

[PATCH v2 1/2] scan: don't survey on external scans
 2024-09-06 19:01 UTC  (3+ messages)
` [PATCH v2 2/2] scan: check pending requests after regdom update

[PATCH] dpp: use peer_addr for pkex exchange request
 2024-09-06 18:59 UTC  (2+ messages)

[PATCH 1/2] scan: check scan request in get_survey_done before deref
 2024-09-05 15:09 UTC  (7+ messages)
` [PATCH 2/2] scan: check pending requests after regdom update

[Request] iwd to support brcmfmac 'SAE with AUTHENTICATE'
 2024-09-05 14:26 UTC  (10+ messages)
            ` Any recent wifi certifications with IWD?

[PATCH 1/2] scan: fix invalid read when canceling an ongoing scan
 2024-09-05 11:55 UTC  (7+ messages)
      ` [PATCH] scan: add guard to check that results->sr is set to avoid segfault issue

[PATCH v4 1/2] netdev: fall back to RSSI polling if SET_CQM fails
 2024-09-05  3:26 UTC  (3+ messages)
` [PATCH v4 2/2] netdev: fix potential command ID overwrite setting CQM threshold

[PATCH] monitor: fix build with INGRESS/EGRESS definitions
 2024-09-05  3:08 UTC  (2+ messages)

[PATCH v5 1/6] doc: Document station Affinities property
 2024-09-03 15:25 UTC  (7+ messages)
` [PATCH v5 2/6] dbus: add PermissionDenied DBus error
` [PATCH v5 3/6] station: add Affinities DBus property
` [PATCH v5 4/6] station: Use Affinities property to change roaming threshold
` [PATCH v5 5/6] auto-t: add affinities property for station, and extended_service_set
` [PATCH v5 6/6] auto-t: add tests for Affinities behavior

[PATCH] station: check for roam timeout before rearming
 2024-09-03 15:18 UTC  (2+ messages)

[PATCH v3 1/3] wiphy: add flag for supporting remain on channel
 2024-09-03 15:15 UTC  (5+ messages)
` [PATCH v3 2/3] station: don't allow FT-over-Air without offchannel support
` [PATCH v3 3/3] netdev: fall back to RSSI polling if SET_CQM fails

Build failure with GCC 14
 2024-08-29 14:40 UTC  (5+ messages)

IWD CMD_SET_CQM failed: Operation not supported
 2024-08-29 12:29 UTC  (8+ messages)

[PATCH] station: check for roam timeout before rearming
 2024-08-28 14:41 UTC  (4+ messages)

[PATCH v4 1/8] doc: Document station Affinities property
 2024-08-28  2:57 UTC  (11+ messages)
` [PATCH v4 2/8] netdev: define netdev settings in netdev.h
` [PATCH v4 3/8] netdev: store signal threshold in netdev object, not globally
` [PATCH v4 4/8] netdev: add critical signal threshold level
` [PATCH v4 5/8] station: add Affinities DBus property
` [PATCH v4 6/8] station: Use Affinities property to change roaming threshold
` [PATCH v4 7/8] auto-t: add affinities property for station, and extended_service_set
` [PATCH v4 8/8] auto-t: add tests for Affinities behavior

[PATCH 1/4] dpp: factor out key derivation and starting PKEX into functions
 2024-08-28  2:25 UTC  (5+ messages)
` [PATCH 2/4] dpp: add Address/Frequency as parameters to PKEX enrollees
` [PATCH 3/4] dpp: allow PKEX configurators to run without multicast RX support
` [PATCH 4/4] dpp: scale PKEX timeout by the number of frequencies used

[PATCH] scan: remove legacy "Ghz" band modifier settings
 2024-08-28  2:24 UTC  (2+ messages)

[PATCH 1/2] doc: deprecate UseDefaultInterface in docs
 2024-08-28  2:23 UTC  (3+ messages)
` [PATCH 2/2] manager: deprecate UseDefaultInterface

Segmentation fault when taking device for a walk
 2024-08-27 11:46 UTC  (8+ messages)

[PATCH v3 1/8] doc: Document station Affinities property
 2024-08-23 22:24 UTC  (10+ messages)
` [PATCH v3 2/8] netdev: define netdev settings in netdev.h
` [PATCH v3 3/8] netdev: store signal threshold in netdev object, not globally
` [PATCH v3 4/8] netdev: add critical signal threshold level
` [PATCH v3 5/8] station: add Affinities DBus property
` [PATCH v3 6/8] station: Use Affinities property to change roaming threshold
` [PATCH v3 7/8] auto-t: add affinities property for station, and extended_service_set
` [PATCH v3 8/8] auto-t: add tests for Affinities behavior

[PATCH] monitor: Print rmnet flags
 2024-08-23 17:31 UTC  (3+ messages)

[PATCH 1/5] defs: Add defs.h to hold certain global definitions
 2024-08-23 17:24 UTC  (7+ messages)
` [PATCH 2/5] monitor: Don't dump survey results with noscan
` [PATCH 3/5] monitor: Don't skip genl control Done,Error messages
` [PATCH 4/5] nl80211util: support attributes in CMD_EXTERNAL_AUTH
` [PATCH 5/5] nl80211util: Add builder for CMD_EXTERNAL_AUTH

[PATCH v2 1/8] doc: Document station Affinities property
 2024-08-23 16:11 UTC  (6+ messages)
` [PATCH v2 4/8] station: emit property changed for ConnectedAccessPoint


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