Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2020-12-11 21:13:23 to 2021-01-27 19:21:41 UTC [more...]

[PATCH 1/5] auto-t: add test for roaming retry timing
 2021-01-27 19:21 UTC  (9+ messages)
` [PATCH 2/5] auto-t: throw exception if hostapd can't send BSS transition req
` [PATCH 4/5] doc: add python package requirements for test-runner
` [PATCH 3/5] doc: update kernel configuration instructions for KVM guests
` [PATCH 5/5] doc: update test-runner invocation documentation

Running iwd on Linux 4.9: iwd shows adapter but no device
 2021-01-27 17:00 UTC  (3+ messages)

[PATCH] eap-tls: Use the right variable in settings check
 2021-01-27 15:53 UTC  (2+ messages)

iwd 1.11 does not run on armv6
 2021-01-27  7:32 UTC  (2+ messages)

[PATCH v2] station: cancel quick scans on Connect()
 2021-01-26 20:45 UTC  (2+ messages)

[PATCH 1/4] test-runner: fix verbose arguments as single string
 2021-01-26 19:42 UTC  (5+ messages)
` [PATCH 2/4] test-runner: don't always print "verbose on for ..."
` [PATCH 3/4] test-runner: fix logging, verbose, and process output
` [PATCH 4/4] station: fix improper state transition

[PATCH 1/7] eap-tls: Drop EAP-{TTLS,PEAP}-Client{Cert,Key}
 2021-01-26 18:28 UTC  (9+ messages)
` [PATCH 2/7] eap-tls: Make use of l_cert_load_container_file
` [PATCH 3/7] autotests: Test loading binary key formats in testEAP-TLS
` [PATCH 4/7] testrunner: Fix /tmp files cleanup on error
` [PATCH 5/7] doc: Update EAP-TLS client key setting information
` [PATCH 6/7] doc: Specify the DNS format as string lists
` [PATCH 7/7] netconfig: Set more correct buffer length

[PATCH] auto-t: fix wait_for_object_condition
 2021-01-25 19:11 UTC  (2+ messages)

[PATCH 1/3] station: retry roaming unless notified of a high RSSI
 2021-01-25  9:29 UTC  (5+ messages)
` [PATCH 2/3] station: add RoamRetryInterval setting
` [PATCH 3/3] doc: describe "

iwd reconnect issue
 2021-01-24 22:30 UTC 

[PATCH v4 1/8] netdev: move netdev_station_info to diagnostic.h
 2021-01-22 21:03 UTC  (9+ messages)
` [PATCH v4 2/8] diagnostic: commonize the building of diagnostic dict
` [PATCH v4 3/8] station: refactor to use diagnostic_info_to_dict
` [PATCH v4 4/8] ap: add AP diagnostic interface
` [PATCH v4 5/8] client: implement diagnostic module
` [PATCH v4 6/8] client: implement "ap <wlan> show"
` [PATCH v4 7/8] client: update station to use diagnostic_display
` [PATCH v4 8/8] client: remove display_dictionary

[PATCH v2] build: add After=network-pre.target to service files
 2021-01-22 20:18 UTC  (2+ messages)

[PATCH v3 1/7] netdev: move netdev_station_info to diagnostic.h
 2021-01-22 18:14 UTC  (7+ messages)
` [PATCH v3 2/7] diagnostic: commonize the building of diagnostic dict
` [PATCH v3 3/7] station: refactor to use diagnostic_info_to_dict
` [PATCH v3 4/7] ap: add AP diagnostic interface
` [PATCH v3 5/7] client: implement diagnostic module
` [PATCH v3 6/7] client: implement "ap <wlan> show"
` [PATCH v3 7/7] client: update station to use diagnostic_display

[PATCH] build: add After=network-pre.target to service files
 2021-01-22 15:10 UTC  (8+ messages)

[PATCH v2 1/5] station: commonize the building of diagnostic dict
 2021-01-21 20:16 UTC  (13+ messages)
` [PATCH v2 2/5] ap: add AP diagnostic interface
` [PATCH v2 3/5] client: implement display_dictionary
` [PATCH v2 4/5] client: implement "ap <wlan> show"
` [PATCH v2 5/5] client: update station to use display_dictionary

CQM RSSI notification in station_roamed()
 2021-01-21 15:13 UTC  (3+ messages)

[PATCH 1/8] doc: document AccessPointDiagnostic interface
 2021-01-20 20:36 UTC  (14+ messages)
` [PATCH 2/8] netdev: add netdev_get_all_stations
` [PATCH 3/8] dbus: add AccessPointDiagnostic interface
` [PATCH 4/8] ap: add AP diagnostic interface
` [PATCH 5/8] client: add AccessPointDiagnostic interface definition
` [PATCH 6/8] client: implement "ap <wlan> show"
` [PATCH 7/8] test: add AccessPointDiagnostics to monitor-iwd
` [PATCH 8/8] test: add StationDiagnostic interface "

[PATCH] station: remove unused roam_no_orig_ap state variable
 2021-01-20 17:14 UTC  (2+ messages)

[PATCH 1/2] client: add diagnostic interface definition
 2021-01-19 19:12 UTC  (3+ messages)
` [PATCH 2/2] client: add station diagnostic information to 'show'

[PATCH 1/2] client: add diagnostic interface definition
 2021-01-19 17:34 UTC  (2+ messages)

[PATCH v5 1/5] netdev: parse rates in netdev_get_station
 2021-01-14 21:14 UTC  (9+ messages)
` [PATCH v5 2/5] netdev: parse expected throughput "
` [PATCH v5 3/5] station: create StationDiagnostic interface
` [PATCH v5 4/5] test: update get-diagnostics with Rx/TxMode
` [PATCH v5 5/5] doc: add RateType's on diagnostic interface

iwd in AP mode: no HT capabilities
 2021-01-14 19:07 UTC  (2+ messages)

[PATCH v4 1/5] netdev: parse rates in netdev_get_station
 2021-01-14 18:58 UTC  (5+ messages)
` [PATCH v4 2/5] netdev: parse expected throughput "
` [PATCH v4 3/5] station: create StationDiagnostic interface
` [PATCH v4 4/5] test: update get-diagnostics with RateTypes
` [PATCH v4 5/5] doc: add RateType's on diagnostic interface

[PATCH v3 1/8] dbus: add helper for appending a dictionary
 2021-01-12 19:54 UTC  (12+ messages)
` [PATCH v3 2/8] netdev: add netdev_get_station/current_station
` [PATCH v3 3/8] netdev: parse rates in netdev_get_station
` [PATCH v3 4/8] netdev: parse expected throughput "
` [PATCH v3 5/8] station: create StationDiagnostic interface
` [PATCH v3 6/8] test: add a script for GetDiagnostics
` [PATCH v3 7/8] netdev: update RSSI polling to use station info parser
` [PATCH v3 8/8] doc: update diagnostics with [optional] tags

[PATCH v2 1/7] dbus: add helper for appending a dictionary
 2021-01-11 21:35 UTC  (7+ messages)
` [PATCH v2 2/7] netdev: add netdev_get_station/current_station
` [PATCH v2 3/7] netdev: update RSSI polling to use netdev_get_station
` [PATCH v2 4/7] netdev: parse rates in netdev_get_station
` [PATCH v2 5/7] netdev: parse expected throughput "
` [PATCH v2 6/7] station: create StationDiagnostic interface
` [PATCH v2 7/7] test: add a script for GetDiagnostics

[PATCH 1/8] doc: diagnostic DBus interface definition
 2021-01-11 21:08 UTC  (14+ messages)
` [PATCH 2/8] netdev: add netdev_get_station
` [PATCH 3/8] netdev: update RSSI polling to use netdev_get_station
` [PATCH 4/8] netdev: parse rates in netdev_get_station
` [PATCH 5/8] dbus: add diagnostic interface definition
` [PATCH 6/8] netdev: parse expected throughput in netdev_get_station
` [PATCH 7/8] station: create StationDiagnostic interface
` [PATCH 8/8] test: add a script for GetDiagnostics

[PATCH 1/2] eap-tls: Dump server certificate when IWD_TLS_DEBUG set
 2021-01-09  0:30 UTC  (5+ messages)
` [PATCH 2/2] crypto: Update l_pkcs5_pbkdf2 call after rename

[RFC 0/1] Diagnostic Interface
 2021-01-06 20:23 UTC  (2+ messages)
` [RFC 1/1] diagnostic: DBus interface definition

[PATCH] netdev: fix asymmetry in handshake events
 2021-01-05 17:06 UTC  (3+ messages)

[PATCH] doc: move EnableIPv6 under Network
 2020-12-31  1:17 UTC  (7+ messages)

[PATCH] configure.ac: fix static build with readline
 2020-12-18  2:30 UTC  (2+ messages)

[PATCH 1/2] station: Split DBus scans into 3 frequency subsets
 2020-12-18  2:29 UTC  (3+ messages)
` [PATCH 2/2] station: Don't expire BSSes between freq subset scans

[PATCH 01/11] hwsim: add --no-register option
 2020-12-18  2:15 UTC  (12+ messages)
` [PATCH 02/11] hwsim: check pending_create_msg before replying
` [PATCH 03/11] auto-t: fix hwsim.py to use Destroy rather than Remove
` [PATCH 04/11] hwsim: change radio Create() to take a dictionary
` [PATCH 05/11] auto-t: update hwsim radio create to use dictionary
` [PATCH 06/11] test-runner: add wait_for_dbus_service
` [PATCH 07/11] test-runner: start hwsim always (optionally --no-register)
` [PATCH 08/11] hwsim: add iftype/cipher disabling through DBus
` [PATCH 09/11] auto-t: add iftype/cipher disable to hwsim.py
` [PATCH 10/11] test-runner: Use DBus for hwsim radios
` [PATCH 11/11] auto-t: fix hwsim.py spoof frame

[PATCH 1/2] eap-tls: Make use of l_pem_load_container_file()
 2020-12-17 18:48 UTC  (11+ messages)
` [PATCH 2/2] eap-tls: Don't skip a ServerDomainMask vs. CACert check

iwd and NetworkManager
 2020-12-14 18:04 UTC  (2+ messages)

[PATCH] client: ignore control sequence length in prompt
 2020-12-11 21: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