messages from 2021-05-02 10:51:33 to 2021-05-28 00:47:37 UTC [more...]
[PATCH 1/8] ip-pool: Track IPv4 addresses in use
2021-05-28 0:47 UTC (8+ messages)
` [PATCH 2/8] ip-pool: Add subnet address selection logic
` [PATCH 3/8] ap: Refactor DHCP settings loading
` [PATCH 4/8] ap: Refactor global address pool loading
` [PATCH 5/8] ap: Send a specific error message on async AP start failure
` [PATCH 6/8] ap: Save AP address as l_rtnl_address
` [PATCH 7/8] autotests: Update APRanges usage in testAP
` [PATCH 8/8] doc: Update AP settings in iwd.ap(5) and iwd.config(5)
[RFC connman v2 0/1] Add wpa_supplicant WPA3-SAE support
2021-05-27 21:41 UTC (2+ messages)
` [RFC connman v2 1/1] WIP: "
[RFC connman 1/1] WIP: Add WPA3-SAE support
2021-05-27 20:28 UTC (13+ messages)
[PATCH 1/3] network: sync known network frequency on BSS update
2021-05-27 18:57 UTC (4+ messages)
` [PATCH 2/3] netdev: add a channel switch event
` [PATCH 3/3] station: update current BSS frequency on netdev "
How to NAT when using iwd ap mode?
2021-05-27 15:34 UTC (4+ messages)
Using iwd.py for a project
2021-05-27 15:30 UTC (3+ messages)
[PATCH 1/7] ip-pool: Track IPv4 addresses in use
2021-05-26 23:33 UTC (18+ messages)
` [PATCH 2/7] ip-pool: Add subnet address selection logic
` [PATCH 3/7] ap: Refactor DHCP settings loading
` [PATCH 4/7] ap: Refactor global address pool loading
` [PATCH 5/7] ap: Send a specific error message on async AP start failure
` [PATCH 6/7] autotests: Update APRanges usage in testAP
` [PATCH 7/7] doc: Update AP settings in iwd.ap(5) and iwd.config(5)
[PATCH] scan: parse NL80211_BSS_LAST_SEEN_BOOTTIME in units of nanoseconds
2021-05-26 15:21 UTC (2+ messages)
[PATCH] netdev: station: support channel switch events
2021-05-25 15:24 UTC (2+ messages)
How to configure an IoT wifi setup
2021-05-23 21:21 UTC (4+ messages)
How to configure an IoT wifi setup
2021-05-20 6:42 UTC (5+ messages)
[PATCH v2 1/7] ie: fix ie_parse_data_rates to handle NULL
2021-05-19 15:00 UTC (10+ 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] network: use L_AUTO_FREE_VAR
2021-05-17 15:45 UTC (2+ messages)
[PATCH 1/2] eap: avoid nested functions
2021-05-17 15:42 UTC (4+ messages)
` [PATCH 2/2] ap: update for new _auto_ destructors
[PATCH 1/9] ap: Make rtnl global static
2021-05-17 12:55 UTC (15+ 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 1/2] ie: refactor parsing supported data rates
2021-05-14 19:30 UTC (3+ messages)
` [PATCH v3 2/2] unit: update test-ie with supported rates
[PATCH v2] ie: refactor parsing supported data rates
2021-05-14 18:08 UTC
[PATCH] ie: fix static analysis warning
2021-05-14 15:36 UTC
Consider supporting building with clang
2021-05-14 14:48 UTC (3+ messages)
[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] 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 (3+ 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