Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2021-04-20 16:35:19 to 2021-05-11 15:06:09 UTC [more...]

[PATCH 01/11] ap: Move sending CMD_START_AP to common function
 2021-05-11 15:06 UTC  (14+ 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  (16+ 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 1/2] station: Fix autoconnect loops
 2021-05-10 10:12 UTC  (2+ messages)
` [PATCH 2/2] netdev: Pass a reason code with NETDEV_EVENT_DISCONNECT_BY_*

[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 1/7] netdev: add user_data to netdev_send_action_frame[v]
 2021-04-28 20:04 UTC  (10+ messages)
` [PATCH 2/7] ft: factor out various parsing routines
` [PATCH 3/7] ft: expose ft_build_authenticate_ies
` [PATCH 4/7] ft: create cache for FT-over-DS targets
` [PATCH 5/7] ft: refactor FT-over-DS into two stages
` [PATCH 6/7] station: separate FT-over-DS stages
` [PATCH 7/7] ft: netdev: add return value to tx_associate

[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 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  (4+ messages)
` [PATCH 2/3] doc: Clarify settings in iwd.ap(5)
` [PATCH 3/3] doc: Update iwd.ap(5) man page

[PATCH] netdev: zero out diagnostic info
 2021-04-28 16:24 UTC  (2+ messages)

[PATCH v2 1/2] station: transition to disconnected on station_free
 2021-04-27 23:25 UTC  (2+ messages)
` [PATCH v2 2/2] netdev: only call connect_ok in station/p2p_client mode

[PATCH 1/2] netdev: only call connect_ok in station mode
 2021-04-27 23:08 UTC  (2+ messages)
` [PATCH 2/2] ap: set link/operstate on AP start/stop

[PATCH v2] station: transition to disconnected on station_free
 2021-04-27 22:01 UTC 

[PATCH] station: transition to disconnected on DOWN/DEL events
 2021-04-27 20:58 UTC 

[PATCH 1/3] network: copy station_has_erp_identity
 2021-04-27 19:50 UTC  (4+ messages)
` [PATCH 2/3] station: update to use network_has_erp_identity
` [PATCH 3/3] wiphy: add fils_hint to wiphy_can_connect

[PATCH 1/5] p2p,netdev: Fix event name typo in comments
 2021-04-26 20:22 UTC  (13+ messages)
` [PATCH 2/5] wscutil: Move DeviceType parsing from p2p & eap-wsc to a function
` [PATCH 3/5] ap: Drop struct ap_config in favor of l_settings
` [PATCH 4/5] doc: Clarify settings in iwd.ap(5)
` [PATCH 5/5] doc: Update iwd.ap(5) man page

[PATCH 1/8] netdev: Track SET_INTERFACE events
 2021-04-23 14:52 UTC  (3+ messages)
` [PATCH 8/8] station: Move AP directed roam watch to station

[PATCH 1/7] test-runner: fix process cleanup loop
 2021-04-22 18:27 UTC  (8+ messages)
` [PATCH 2/7] test-runner: add timeout for waiting for process to finish
` [PATCH 3/7] test-runner: fix process output truncation
` [PATCH 4/7] auto-t: add more cleanup to ofono based tests (again)
` [PATCH 5/7] auto-t: properly print wait_for_object_change exception
` [PATCH 6/7] netdev: print error number on CMD_FRAME failure
` [PATCH 7/7] netdev: move prepare_ft call which broke FT

[PATCH 1/2] auto-t: add stop event/non-blocking to hlrauc.py
 2021-04-21 18:55 UTC  (4+ messages)
` [PATCH 2/2] auto-t: move AuthCenter to Setup/Tear down

[PATCH] auto-t: include ssidTKIP.psk in Netconfig test
 2021-04-21 15:44 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