messages from 2021-04-27 23:34:50 to 2021-05-14 14:48:30 UTC [more...]
Consider supporting building with clang
2021-05-14 14:48 UTC (3+ messages)
[RFC connman 1/1] WIP: Add WPA3-SAE support
2021-05-14 6:47 UTC (5+ messages)
[PATCH 1/9] ap: Make rtnl global static
2021-05-13 19:47 UTC (11+ messages)
` [PATCH 2/9] ap: Track IPv4 addresses in use
` [PATCH 3/9] ap: Add subnet address selection logic
` [PATCH 4/9] ap: Refactor DHCP settings loading
` [PATCH 5/9] ap: Refactor global address pool loading
` [PATCH 6/9] ap: Move the DHCP server freeing to ap_reset
` [PATCH 7/9] ap: Send a specific error message on async AP start failure
` [PATCH 8/9] autotests: Update APRanges usage in testAP
` [PATCH 9/9] doc: Update AP settings in iwd.ap(5) and iwd.config(5)
[PATCH v3 01/11] station: factor out logic for choosing FT
2021-05-12 23:07 UTC (12+ messages)
` [PATCH v3 02/11] station: remove ap_directed_roam check for over-DS
` [PATCH v3 03/11] ft: break up FT action parsing into two steps
` [PATCH v3 04/11] netdev: handle multiple concurrent FT-over-DS action frames
` [PATCH v3 05/11] network: add network_bss_list_get_entries
` [PATCH v3 06/11] station: send FT-over-DS actions upon connection
` [PATCH v3 07/11] netdev: remove callback/userdata/timeout from FT-over-DS action
` [PATCH v3 08/11] auto-t: update FT-over-DS test for new behavior
` [PATCH v3 09/11] ie: use bitwise compare for IE_AKM_IS_FT
` [PATCH v3 10/11] station: make station_can_fast_transition more robust
` [PATCH v3 11/11] station: use IE_AKM_IS_FT when possible
[PATCH v2 01/11] station: factor out logic for choosing FT
2021-05-12 21:46 UTC (11+ messages)
` [PATCH v2 02/11] station: remove ap_directed_roam check for over-DS
` [PATCH v2 03/11] ft: break up FT action parsing into two steps
` [PATCH v2 04/11] netdev: handle multiple concurrent FT-over-DS action frames
` [PATCH v2 05/11] network: add network_bss_list_get_entries
` [PATCH v2 06/11] station: send FT-over-DS actions upon connection
` [PATCH v2 07/11] netdev: remove callback/userdata/timeout from FT-over-DS action
` [PATCH v2 08/11] auto-t: update FT-over-DS test for new behavior
` [PATCH v2 09/11] ie: add IE_AKM_HAS_FT
` [PATCH v2 10/11] station: make station_can_fast_transition more robust
` [PATCH v2 11/11] station: use IE_AKM_IS_FT when possible
[PATCH 1/7] station: factor out logic for choosing FT
2021-05-12 19:21 UTC (7+ messages)
` [PATCH 2/7] station: remove ap_directed_roam check for over-DS
` [PATCH 3/7] ft: break up FT action parsing into two steps
` [PATCH 4/7] netdev: handle multiple concurrent FT-over-DS action frames
` [PATCH 5/7] station: send FT-over-DS actions upon connection
` [PATCH 6/7] netdev: remove callback/userdata/timeout from FT-over-DS action
` [PATCH 7/7] auto-t: update FT-over-DS test for new behavior
[PATCH 1/2] station: Fix autoconnect loops
2021-05-11 23:27 UTC (9+ messages)
` [PATCH 2/2] netdev: Pass a reason code with NETDEV_EVENT_DISCONNECT_BY_*
[PATCH 01/11] ap: Move sending CMD_START_AP to common function
2021-05-11 22:20 UTC (17+ messages)
` [PATCH 02/11] ap: Refactor DHCP settings loading
` [PATCH 03/11] ap: Refactor global address pool loading
` [PATCH 04/11] ap: Add subnet address selection logic
` [PATCH 05/11] ap: Dump addreses in use and assign local IP
` [PATCH 06/11] ap: Move the DHCP server freeing to ap_reset
` [PATCH 07/11] ap: Send a specific error message on async AP start failure
` [PATCH 08/11] autotests: Update APRanges usage in testAP
` [PATCH 09/11] doc: Update AP settings in iwd.ap(5) and iwd.config(5)
` [PATCH 10/11] main: Add NetworkConfigurationEnabled to Daemon.GetInfo()
` [PATCH 11/11] doc: Document NetworkConfigurationEnabled in Daemon.GetInfo()
ap mode problem
2021-05-10 23:27 UTC (7+ messages)
[PATCH v2 1/7] ie: fix ie_parse_data_rates to handle NULL
2021-05-10 15:13 UTC (9+ messages)
` [PATCH v2 2/7] scan: rework BSS ranking
` [PATCH v2 3/7] network: use WPA version and privacy for ranking
` [PATCH v2 4/7] station: autoconnect based on network, not BSS
` [PATCH v2 5/7] netdev: introduce [General].RoamThreshold5G
` [PATCH v2 6/7] doc: document [General].RoamThreshold5G
` [PATCH v2 7/7] test-runner: remove stale file after test
[PATCH] station: Fix autoconnect loops
2021-05-10 9:00 UTC
[PATCH 1/6] scan: rework BSS ranking
2021-05-07 18:24 UTC (6+ messages)
` [PATCH 2/6] network: use WPA version and privacy for ranking
` [PATCH 3/6] station: autoconnect based on network, not BSS
` [PATCH 4/6] netdev: introduce [General].RoamThreshold5G
` [PATCH 5/6] doc: document [General].RoamThreshold5G
` [PATCH 6/6] test-runner: remove stale file after test
[PATCH v2 1/3] main: add a --developer,-E option
2021-05-07 13:47 UTC (4+ messages)
` [PATCH v2 2/3] station: add Roam() diagnostics method
` [PATCH v2 3/3] test: add test utility for Roam() method
[PATCH 1/2] main: Add D-Bus Daemon.GetInfo method
2021-05-07 13:44 UTC (3+ messages)
` [PATCH 2/2] doc: Daemon DBus interface documentation
[PATCH 1/2] main: Add D-Bus Daemon.GetInfo method
2021-05-06 20:52 UTC (4+ messages)
` [PATCH 2/2] doc: Daemon DBus interface documentation
what is your 5GHz rank modifier?
2021-05-06 20:11 UTC (3+ messages)
[PATCH 1/3] station: add Roam() diagnostics method
2021-05-05 16:11 UTC (6+ messages)
` [PATCH 2/3] iwd-dbus: deny Roam() method for shipped dbus config
` [PATCH 3/3] test: add test utility for Roam() method
[PATCH] main: Add D-Bus Daemon.GetInfo method
2021-05-05 8:43 UTC (2+ messages)
[PATCH] station: print reason why autoconnect failed
2021-05-04 15:31 UTC (2+ messages)
[PATCH] test-runner: increase RAM for valgrind
2021-05-04 15:31 UTC (2+ messages)
[PATCH] build: fix ell/shared build failure
2021-05-02 13:38 UTC (4+ messages)
Use of kernel crypto lib
2021-05-01 22:09 UTC (3+ messages)
[PATCH] client: Show WEP networks as unsupported
2021-05-01 2:32 UTC (3+ messages)
[PATCH] adhoc: set operstate on Start/Stop
2021-04-30 22:40 UTC
Thoughts from recent troubleshooting session
2021-04-30 22:34 UTC
[PATCH] netdev: set connected to false in netdev_reassociate
2021-04-30 21:22 UTC (2+ messages)
[PATCH] auto-t: add FT-back to original AP on FT-PSK-roam
2021-04-30 20:34 UTC (2+ messages)
[PATCH v6 1/3] ft: netdev: refactor FT-over-DS into two stages
2021-04-30 18:10 UTC (4+ messages)
` [PATCH v6 2/3] station: separate FT-over-DS stages
` [PATCH v6 3/3] ft: netdev: add return value to tx_associate
[PATCH v5 1/3] ft: netdev: refactor FT-over-DS into two stages
2021-04-30 17:09 UTC (4+ messages)
` [PATCH v5 2/3] station: separate FT-over-DS stages
` [PATCH v5 3/3] ft: netdev: add return value to tx_associate
[PATCH v4 1/7] ft: rework ft_parse_ies
2021-04-30 16:02 UTC (15+ messages)
` [PATCH v4 2/7] ft: create class for FT-over-DS targets
` [PATCH v4 3/7] ft: separate over-air from over-ds initializers
` [PATCH v4 4/7] netdev: separate over-air and over-ds netdev APIs
` [PATCH v4 5/7] ft: netdev: refactor FT-over-DS into two stages
` [PATCH v4 6/7] station: separate FT-over-DS stages
` [PATCH v4 7/7] ft: netdev: add return value to tx_associate
[PATCH v3 1/7] ft: rework ft_parse_ies
2021-04-29 21:43 UTC (7+ messages)
` [PATCH v3 2/7] ft: create class for FT-over-DS targets
` [PATCH v3 3/7] ft: separate over-air from over-ds initializers
` [PATCH v3 4/7] netdev: separate over-air and over-ds netdev APIs
` [PATCH v3 5/7] ft: netdev: refactor FT-over-DS into two stages
` [PATCH v3 6/7] station: separate FT-over-DS stages
` [PATCH v3 7/7] ft: netdev: add return value to tx_associate
[PATCH v2 1/6] ft: create class for FT-over-DS targets
2021-04-29 20:33 UTC (8+ messages)
` [PATCH v2 2/6] ft: separate over-air from over-ds initializers
` [PATCH v2 3/6] netdev: separate over-air and over-ds netdev APIs
` [PATCH v2 4/6] ft: netdev: refactor FT-over-DS into two stages
` [PATCH v2 5/6] station: separate FT-over-DS stages
` [PATCH v2 6/6] ft: netdev: add return value to tx_associate
[PATCH] test-runner: fix verbose output with --valgrind
2021-04-29 17:57 UTC (2+ messages)
[PATCH] Use abs_top_srcdir in place of abs_srcdir
2021-04-29 1:54 UTC (2+ messages)
[PATCH 5/7] ft: refactor FT-over-DS into two stages
2021-04-28 20:04 UTC (2+ messages)
[PATCH v5 1/2] station: tie diagnostic interface cleanup to DISCONNECTING
2021-04-28 19:46 UTC (3+ messages)
` [PATCH v5 2/2] station: remove diagnostic interface on station_free
[PATCH v4 1/2] station: tie diagnostic interface cleanup to DISCONNECTING
2021-04-28 19:32 UTC (4+ messages)
` [PATCH v4 2/2] station: transition to disconnecting on station_free
[PATCH 4/7] ft: create cache for FT-over-DS targets
2021-04-28 19:30 UTC (2+ messages)
[PATCH 1/7] netdev: add user_data to netdev_send_action_frame[v]
2021-04-28 19:16 UTC (2+ messages)
[PATCH v3 1/3] station: transition to disconnected on station_free
2021-04-28 16:36 UTC (4+ messages)
` [PATCH v3 2/3] netdev: only call connect_ok in station/p2p_client mode
` [PATCH v3 3/3] ap: set link/operstate on AP start/stop
[PATCH] ap: Deduplicate writing authorized MACs into wsc_* structs
2021-04-28 16:28 UTC (4+ messages)
` [PATCH] eap: Print a hint if Identity is likely wrong
[PATCH 1/3] ap: Drop struct ap_config in favor of l_settings
2021-04-28 16:26 UTC (2+ messages)
[PATCH] netdev: zero out diagnostic info
2021-04-28 16:24 UTC (2+ messages)
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