iwd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-26 14:02:03 to 2022-10-12 18:35:27 UTC [more...]

[PATCH 1/4] client: validate utf-8 before displaying row
 2022-10-12 18:35 UTC  (4+ messages)
` [PATCH 2/4] client: add extra parameter for new width when printing rows
` [PATCH 3/4] client: fix not accounting for color escapes after line break
` [PATCH 4/4] client: fix missing character for line breaks without spaces

[PATCH v4] client: handle wide chars for table rows
 2022-10-12 16:38 UTC  (2+ messages)

[PATCH 1/2] station: skip disabled frequencies in neighbor report
 2022-10-11 19:31 UTC  (3+ messages)
` [PATCH 2/2] station: contrain known frequencies before roam scan

[PATCH v3] client: handle wide chars for table rows
 2022-10-11 16:55 UTC  (2+ messages)

[PATCH v2] client: handle wide chars for table rows
 2022-10-10 19:22 UTC  (2+ messages)

[PATCH] src/station.c: remove excess if clause
 2022-10-10 18:42 UTC  (2+ messages)

[PATCH] client: handle wide chars for table rows
 2022-10-10 17:00 UTC  (5+ messages)

[PATCH] client: better support utf-8 for table rows
 2022-10-08  3:40 UTC  (2+ messages)

[PATCH 1/2] auto-t: speed up testHiddenNetworks
 2022-10-06 19:42 UTC  (3+ messages)
` [PATCH 2/2] auto-t: speed up testScan

GCMP and other unknown ciphers
 2022-10-06 14:34 UTC  (2+ messages)

[PATCH 1/6] station: add two debug events for FT
 2022-10-06 14:02 UTC  (7+ messages)
` [PATCH 2/6] hwsim: fix early bail out processing rules
` [PATCH 3/6] auto-t: remove rekey timeouts from autotests
` [PATCH 4/6] auto-t: remove old debug print from wpas.py
` [PATCH 5/6] auto-t: add two tests for new FT behavior
` [PATCH 6/6] monitor: parse DPP frame types

[PATCH 1/3] autotests: Add a stateless DHCPv6 test case
 2022-10-04 17:45 UTC  (6+ messages)
` [PATCH 2/3] station: Handle NETCONFIG_EVENT_FAILED
` [PATCH 3/3] doc: Drop proposed and unimplemented API doc

[PATCH 1/2] test-runner: write out individual test results
 2022-10-03 15:40 UTC  (3+ messages)
` [PATCH 2/2] monitor: change Port ID to %u print

[PATCH 1/2] station: add two new roaming states (FT/FW)
 2022-09-29  8:44 UTC  (6+ messages)
` [PATCH 2/2] ft: optimize clearing authentications

[PATCH 1/2] wiphy: add wiphy_supports_probe_resp_offload
 2022-09-28 21:24 UTC  (3+ messages)
` [PATCH 2/2] ap: include PROBE_RESP attribute if required by driver

IWD dhcp issue?
 2022-09-28 21:18 UTC  (5+ messages)

Cannot turn on AP mode without any error message
 2022-09-28 19:53 UTC  (7+ messages)

[PATCH 1/6] station: reorder AP roam logic
 2022-09-28 17:36 UTC  (7+ messages)
` [PATCH 2/6] auto-t: set disassociation imminent for bss transitions
` [PATCH 3/6] station: check disassociation bits for AP roaming
` [PATCH 4/6] auto-t: change wait_for_object_change behavior
` [PATCH 5/6] auto-t: update uses of wait_for_object_change
` [PATCH 6/6] auto-t: add a no candidate test to testAPRoam

[PATCH 1/3] station: handle ROAMING state in disconnect event
 2022-09-28 17:34 UTC  (4+ messages)
` [PATCH 2/3] ft: clear ft_info inside offchannel destroy
` [PATCH 3/3] ft: fix ft_associate to verify if authentication succeeded

[PATCH v6 01/11] ft: netdev: prep for FT isolation into ft.c
 2022-09-27 22:39 UTC  (12+ messages)
` [PATCH v6 02/11] netdev: add FT TX frame hook
` [PATCH v6 03/11] ft: implement offchannel authentication
` [PATCH v6 04/11] station: create list of roam candidates
` [PATCH v6 05/11] netdev: hook in RX for FT-Action/Authentication/Association
` [PATCH v6 06/11] ft: update action response parsing to include header
` [PATCH v6 07/11] station: handle NETDEV_EVENT_FT_ROAMED
` [PATCH v6 08/11] station: try multiple roam candidates
` [PATCH v6 09/11] netdev: ft: complete FT refactor
` [PATCH v6 10/11] netdev: remove FT auth proto
` [PATCH v6 11/11] ft: remove auth-proto/ft_sm

[PATCH] netdev: differentiate connect/auth timeouts
 2022-09-27  3:15 UTC  (2+ messages)

[PATCH 1/2] sae: add IWD_SAE_DEBUG for more SAE debug messages
 2022-09-26 19:15 UTC  (3+ messages)
` [PATCH 2/2] test-runner: add custom verbose option iwd-sae

[PATCH v5 01/11] ft: netdev: prep for FT isolation into ft.c
 2022-09-22 22:08 UTC  (11+ messages)
` [PATCH v5 02/11] netdev: add FT TX frame hook
` [PATCH v5 03/11] ft: implement offchannel authentication
` [PATCH v5 04/11] station: create list of roam candidates
` [PATCH v5 05/11] netdev: hook in RX for FT-Action/Authentication/Association
` [PATCH v5 06/11] ft: update action response parsing to include header
` [PATCH v5 07/11] station: handle NETDEV_EVENT_FT_ROAMED
` [PATCH v5 08/11] station: try multiple roam candidates
` [PATCH v5 09/11] netdev: ft: complete FT refactor
` [PATCH v5 10/11] netdev: remove FT auth proto
` [PATCH v5 11/11] ft: remove auth-proto/ft_sm

[PATCH v4 01/15] netdev: add NETDEV_EVENT_FT_ROAMED
 2022-09-22 16:18 UTC  (20+ messages)
` [PATCH v4 02/15] nl80211util: include frame type with build_cmd_frame
` [PATCH v4 03/15] wiphy: add new work priority for FT
` [PATCH v4 04/15] offchannel: add priority to start call
` [PATCH v4 05/15] ft: netdev: prep for FT isolation into ft.c
` [PATCH v4 06/15] netdev: add FT TX frame hook
` [PATCH v4 07/15] ft: implement offchannel authentication
` [PATCH v4 08/15] station: create list of roam candidates
` [PATCH v4 09/15] netdev: hook in RX for FT-Action/Authentication/Association
` [PATCH v4 10/15] ft: update action response parsing to include header
` [PATCH v4 11/15] station: handle NETDEV_EVENT_FT_ROAMED
` [PATCH v4 12/15] station: try multiple roam candidates
` [PATCH v4 13/15] netdev: ft: complete FT refactor
` [PATCH v4 14/15] netdev: remove FT auth proto
` [PATCH v4 15/15] ft: remove auth-proto/ft_sm

wiphy_estimate_data_rate() failed
 2022-09-21 21:08 UTC  (3+ messages)

[PATCH 1/3] netconfig: Drop D-Bus path from debug message
 2022-09-20 15:07 UTC  (4+ messages)
` [PATCH 2/3] netconfig: Update l_netconfig API calls
` [PATCH 3/3] autotests: Add a SLAAC test

Build issue in tests when LTO enabled
 2022-09-19 15:30 UTC  (2+ messages)

[PATCH v3 01/14] frame-xchg: add type to frame_xchg_prefix
 2022-09-16 16:28 UTC  (19+ messages)
` [PATCH v3 02/14] station: don't set OCVC for FT AKMs
` [PATCH v3 03/14] ft: remove OCI element from auth/assoc
` [PATCH v3 04/14] frame-xchg: create global group enum
` [PATCH v3 05/14] ft: netdev: prep for FT isolation into ft.c
` [PATCH v3 06/14] netdev: use new ft_sm for over-DS
` [PATCH v3 07/14] ft: implement offchannel authentication
` [PATCH v3 08/14] netdev: update FT-over-Air to use ft_authenticate()
` [PATCH v3 09/14] ft: remove unused code after refactor
` [PATCH v3 10/14] ft: add ft_sm_can_associate
` [PATCH v3 11/14] netdev: check for authentication for FT-over-DS
` [PATCH v3 12/14] station: create list of roam candidates
` [PATCH v3 13/14] station: try multiple "
` [PATCH v3 14/14] netdev: add NETDEV_EVENT_FT_AUTHENTICATE, handle in station

1.30 fails to connect to some APs
 2022-09-16 16:16 UTC  (3+ messages)

No rule to make target 'src/iwd.debug.7'
 2022-09-16 13:37 UTC 

[PATCH v2 1/2] mpdu: fix timestamp size in mpdu frames
 2022-09-15 21:18 UTC  (3+ messages)
` [PATCH v2 2/2] monitor: parse probe response frames

[PATCH] station: scan before a forced roam
 2022-09-15 20:49 UTC  (2+ messages)

[PATCH 1/2] mpdu: fix timestamp size in mpdu frames
 2022-09-15 20:55 UTC  (2+ messages)
` [PATCH 2/2] monitor: parse probe response frames

[PATCH 01/10] doc: Update Netconfig Agent API doc
 2022-09-13 14:00 UTC  (11+ messages)
` [PATCH 02/10] netconfig: Drop dhcp, dhcp6 and acd client instances
` [PATCH 03/10] netconfig: Keep configuration directly in struct l_netconfig
` [PATCH 04/10] netconfig: Clean up netconfig_get_static{4,6}_address
` [PATCH 05/10] netconfig: Store pointer to netdev instead of ifindex
` [PATCH 06/10] netconfig: Add netconfig-commit API
` [PATCH 07/10] netconfig: Handle l_netconfig events
` [PATCH 08/10] netconfig: Re-add FILS handling
` [PATCH 09/10] netconfig: Add NetworkConfigurationAgent DBus API
` [PATCH 10/10] netconfig: Skip update if resolver data unchanged

[PATCH] auto-t: remove ptk/gtk rekey value for testPSK-roam
 2022-09-09 16:07 UTC 

[PATCH v2 1/2] doc: document [General].Country main.conf option
 2022-09-09 14:13 UTC  (3+ messages)
` [PATCH v2 2/2] manager: add support for [General].Country

[PATCH 1/2] auto-t: add more checks to testRRM
 2022-09-09 14:12 UTC  (3+ messages)
` [PATCH 2/2] rrm: constrain scan frequency before scanning

Could not start RRM scan error - repeated
 2022-09-09 14:00 UTC  (7+ messages)

[PATCH 1/4] doc: document [General].Country main.conf option
 2022-09-08 16:00 UTC  (7+ messages)
` [PATCH 2/4] wiphy: remove nl80211 from wiphy object
` [PATCH 3/4] wiphy: only do global GET_REG once
` [PATCH 4/4] wiphy: support country code override

[PATCH 1/3] Update nl80211.h (wireless-next/main)
 2022-09-07 20:48 UTC  (4+ messages)
` [PATCH 2/3] netdev: allow powered address change
` [PATCH 3/3] netdev: remove 'req' from netdev_mac_change_failed

Trouble with arm64 Pinebook Pro
 2022-08-26 17:13 UTC  (2+ 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).