messages from 2024-07-24 15:46:54 to 2024-08-27 14:21:50 UTC [more...]
[PATCH 1/4] dpp: factor out key derivation and starting PKEX into functions
2024-08-27 14:21 UTC (2+ messages)
` [PATCH 2/4] dpp: add Address/Frequency as parameters to PKEX enrollees
[PATCH] scan: remove legacy "Ghz" band modifier settings
2024-08-27 14:20 UTC
[PATCH 1/2] doc: deprecate UseDefaultInterface in docs
2024-08-27 14:18 UTC (2+ messages)
` [PATCH 2/2] manager: deprecate UseDefaultInterface
[PATCH] station: check for roam timeout before rearming
2024-08-27 14:10 UTC
Segmentation fault when taking device for a walk
2024-08-27 11:46 UTC (8+ messages)
[RFC PATCH v1 0/2] External Auth support
2024-08-26 16:54 UTC (10+ 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 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 v4 1/8] doc: Document station Affinities property
2024-08-23 22:23 UTC (8+ 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] 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 (13+ messages)
` [PATCH v2 2/8] netdev: store signal threshold in netdev object, not globally
` [PATCH v2 3/8] netdev: add critical signal threshold level
` [PATCH v2 4/8] station: emit property changed for ConnectedAccessPoint
` [PATCH v2 5/8] station: add Affinities DBus property
` [PATCH v2 6/8] station: Use Affinities property to change roaming threshold
` [PATCH v2 7/8] auto-t: add affinities property for station, and extended_service_set
` [PATCH v2 8/8] auto-t: add tests for Affinities behavior
[PATCH v2 1/6] network: add __network_path_append_bss
2024-08-19 16:53 UTC (7+ messages)
` [PATCH v2 2/6] station: move BasicServiceSet DBus management into station
` [PATCH v2 3/6] network: remove BasicServiceSet DBus registration code
` [PATCH v2 4/6] network: add back network_bss_list_clear
` [PATCH v2 5/6] auto-t: Add ExtendedServiceSet property
` [PATCH v2 6/6] auto-t: Add test for BasicServiceSets
[PATCH 1/6] network: add __network_path_append_bss
2024-08-19 15:22 UTC (7+ messages)
` [PATCH 2/6] station: move BasicServiceSet DBus management into station
` [PATCH 3/6] network: remove BasicServiceSet DBus registration code
` [PATCH 4/6] network: add back network_bss_list_clear
` [PATCH 5/6] auto-t: Add ExtendedServiceSet property
` [PATCH 6/6] auto-t: Add test for BasicServiceSets
[Request] iwd to support brcmfmac 'SAE with AUTHENTICATE'
2024-08-17 23:36 UTC (10+ messages)
[PATCH 1/9] doc: Document station Affinities property
2024-08-13 15:56 UTC (9+ messages)
` [PATCH 2/9] netdev: store signal threshold in netdev object, not globally
` [PATCH 3/9] netdev: add critical signal threshold level
` [PATCH 4/9] netdev: add netdev_get_critical_signal_threshold
` [PATCH 5/9] station: emit property changed for ConnectedAccessPoint
` [PATCH 6/9] station: add Affinities DBus property
` [PATCH 7/9] station: Use Affinities property for roaming/ranking decisions
` [PATCH 8/9] auto-t: add affinities property for station, and extended_service_set
` [PATCH 9/9] auto-t: add tests for Affinities behavior
[PATCH v2] auto-t: add SAE-H2E test for setting the default ECC group
2024-08-12 21:20 UTC (2+ messages)
[PATCH] sae: support default group for H2E
2024-08-12 18:30 UTC (3+ messages)
[PATCH] auto-t: add SAE-H2E test for setting the default ECC group
2024-08-12 18:29 UTC
[PATCH v3 01/13] dbus: Add net.connman.iwd.BasicServiceSet interface
2024-08-12 17:11 UTC (14+ messages)
` [PATCH v3 02/13] network: Add BasicServiceSet object
` [PATCH v3 03/13] station: use network_bss_{start,stop}_update
` [PATCH v3 04/13] network: add ExtendedServiceSet DBus property
` [PATCH v3 05/13] network: remove network_bss_list_clear
` [PATCH v3 06/13] station: add ConnectedAccessPoint property
` [PATCH v3 07/13] doc: document BasicServiceSet API
` [PATCH v3 08/13] client: separate property header and values into two functions
` [PATCH v3 09/13] client: add net.connman.iwd.BasicServiceSet definition
` [PATCH v3 10/13] client: Add BasicServiceSets property to network
` [PATCH v3 11/13] client: add BasicServiceSet interface
` [PATCH v3 12/13] client: refactor cmd_connect() and add find_network()
` [PATCH v3 13/13] client: add station command "get-bsses"
IPv6 Privacy Extension support?
2024-08-09 17:54 UTC (9+ messages)
iwd 2.19 segfault?
2024-08-09 2:21 UTC (3+ messages)
[PATCH v2 01/13] dbus: Add net.connman.iwd.BasicServiceSet interface
2024-08-08 17:42 UTC (13+ messages)
` [PATCH v2 02/13] network: Add BasicServiceSet object
` [PATCH v2 03/13] station: use network_bss_{start,stop}_update
` [PATCH v2 04/13] network: add ExtendedServiceSet DBus property
` [PATCH v2 05/13] network: remove network_bss_list_clear
` [PATCH v2 06/13] station: add ConnectedAccessPoint property
` [PATCH v2 07/13] doc: document BasicServiceSet API
` [PATCH v2 08/13] client: separate property header and values into two functions
` [PATCH v2 09/13] client: add net.connman.iwd.BasicServiceSet definition
` [PATCH v2 10/13] client: Add BasicServiceSets property to network
` [PATCH v2 11/13] client: add BasicServiceSet interface
` [PATCH v2 12/13] client: refactor cmd_connect() and add find_network()
` [PATCH v2 13/13] client: add station command "get-bsses"
[PATCH 01/14] network: add network_bss_list_prune
2024-08-08 14:44 UTC (17+ messages)
` [PATCH 02/14] station: use network_bss_list_prune
` [PATCH 03/14] network: remove network_bss_list_clear
` [PATCH 04/14] dbus: Add net.connman.iwd.BasicServiceSet interface
` [PATCH 05/14] network: implement net.connman.iwd.BasicServiceSet
` [PATCH 06/14] network: add BasicServiceSets property on the network object
` [PATCH 07/14] station: add ConnectedBss property
` [PATCH 08/14] doc: document BasicServiceSet API
` [PATCH 09/14] client: separate property header and values into two functions
` [PATCH 10/14] client: add net.connman.iwd.BasicServiceSet definition
` [PATCH 11/14] client: Add BasicServiceSets property to network
` [PATCH 12/14] client: add BasicServiceSet interface
` [PATCH 13/14] client: refactor cmd_connect() and add find_network()
` [PATCH 14/14] client: add station command "get-bsses"
[PATCH 1/7] monitor: Decode RMNet Mux Identifier
2024-08-06 14:33 UTC (11+ messages)
` [PATCH 2/7] monitor: Mask flags from attribute identifier
` [PATCH 3/7] wiphy: Fix use of wiphy_has_feature
` [PATCH 4/7] ie: Add IE_AKM_IS_OWE
` [PATCH 5/7] netdev: Create owe_sm for fullmac connections
` [PATCH 6/7] fils: Ensure capability checks are consistent
` [PATCH 7/7] netdev: Simplify FILS handling in netdev_connect_common
[PATCH] wiphy: set neighbor report bit in RM capabilities
2024-08-05 15:37 UTC
[PATCH] station: improve zero oper class neighbor report workaround
2024-08-05 14:06 UTC (2+ messages)
[PATCH 1/2] monitor: Use genl APIs instead of open coding
2024-07-30 15:53 UTC (3+ messages)
` [PATCH 2/2] qemu: Remove unsupported command line arguments
[PATCH 1/3] wired: Update to the new l_netlink_send API
2024-07-30 15:53 UTC (5+ messages)
` [PATCH 2/3] netdev: "
` [PATCH 3/3] monitor: Update to the new ell "
[PATCH 1/6] doc: Document new BSS affinity method calls
2024-07-29 12:44 UTC (6+ messages)
` [PATCH 2/6] netdev: store signal threshold in netdev object, not globally
` [PATCH 3/6] netdev: add critical signal threshold level
` [PATCH 4/6] station: add {Set,Unset}ConnectedBssAffinity DBus methods
` [PATCH 5/6] auto-t: add set/unset affinity python methods
` [PATCH 6/6] auto-t: add tests for set/unset affinity
Frequent Disconnects / Roaming Issue with IWD + systemd-networkd
2024-07-29 12:38 UTC (2+ messages)
compilation error in iwd with ell commint 883bc6a90b4a9c654fdf2540f02447a7ca567e04
2024-07-27 17:48 UTC (3+ messages)
[PATCH v2 1/3] wiphy: add flag for supporting remain on channel
2024-07-26 18:01 UTC (3+ messages)
` [PATCH v2 2/3] station: don't allow FT-over-Air without offchannel support
` [PATCH v2 3/3] netdev: fall back to RSSI polling if SET_CQM fails
[PATCH 1/3] wiphy: add flag for supporting remain on channel
2024-07-26 16:37 UTC (3+ messages)
` [PATCH 2/3] station: don't allow FT-over-Air without offchannel support
` [PATCH 3/3] netdev: fall back to RSSI polling if SET_CQM fails
[PATCH] monitor: fix the CQM RSSI threshold attribute
2024-07-26 14:53 UTC (2+ messages)
IWD CMD_SET_CQM failed: Operation not supported
2024-07-25 18:45 UTC (4+ messages)
[PATCH v2 1/5] dpp: factor out PKEX/DPP start prep into function
2024-07-24 20:27 UTC (3+ messages)
` [PATCH v2 5/5] auto-t: fix several DPP tests after station state changes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox