messages from 2021-01-25 20:11:37 to 2021-02-22 20:17:08 UTC [more...]
quick connect path may never update the frequency cache
2021-02-22 20:17 UTC (2+ messages)
[PATCH 1/7] test-runner: start dmesg process with start_process
2021-02-19 16:17 UTC (8+ messages)
` [PATCH 2/7] test-runner: clear log dir before new log test run
` [PATCH 3/7] test-runner: require root user to run with --monitor
` [PATCH 4/7] test-runner: refactor Process class
` [PATCH 5/7] test-runner: use unique name for namespace output files
` [PATCH 6/7] test-runner: add __str__ method to Process
` [PATCH 7/7] test-runner: fix start_dbus and clean up config
[PATCH 1/2] ap: Clarify settings in iwd.ap(5)
2021-02-18 20:00 UTC (4+ messages)
` [PATCH 2/2] ap: Drop an outdated TODO comment
[PATCH 1/4] ap: Pass vendor IEs between frames and the user
2021-02-18 19:57 UTC (7+ messages)
` [PATCH 2/4] ap: Make ap_update_beacon public
` [PATCH 3/4] p2p: Parse P2P IEs and WFD IEs in Association Requests
` [PATCH 4/4] p2p: Build P2P and WFD IEs for group's management frames
[PATCH 1/4] scan: add MaximumPeriodicScanInterval setting
2021-02-12 15:57 UTC (5+ messages)
` [PATCH 2/4] doc: describe MaximumPeriodicScanIntervalSetting
` [PATCH 4/4] doc: describe InitialPeriodicScanInterval setting
` [PATCH 3/4] scan: add "
[PATCH] auto-t: fix blacklist test timing issues
2021-02-12 2:32 UTC (2+ messages)
[PATCH] src: configure systemd-resolved's MulticastDNS= setting
2021-02-11 21:08 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2] test: add a simple signal agent script
2021-02-10 21:45 UTC (2+ messages)
[PATCH] test: add a simple signal agent script
2021-02-10 19:43 UTC (2+ messages)
[PATCH] netdev: always register for single CQM threshold
2021-02-10 18:09 UTC (2+ messages)
[PATCH] crypto: Check for l_cipher_decrypt error
2021-02-10 17:58 UTC (2+ messages)
Reconnect issues, still
2021-02-09 23:33 UTC (5+ messages)
[PATCH v2] client: remove warning on mkdir return
2021-02-09 20:50 UTC (2+ messages)
[PATCH] client: remove warning on mkdir return
2021-02-09 20:29 UTC
[PATCH] unit: test-sae: zero out frame buffers
2021-02-08 22:25 UTC (2+ messages)
[PATCH v2] network: free psk on error
2021-02-08 22:10 UTC (2+ messages)
[PATCH 1/3] eap: warn on too small of buffer
2021-02-08 21:29 UTC (5+ messages)
` [PATCH 2/3] fils: check return of ie_parse_rsne_from_data
` [PATCH 3/3] network: free psk on error
[PATCH v2] adhoc: fix missing call to va_end
2021-02-08 21:17 UTC (2+ messages)
[PATCH 1/5] display: use l_strlcpy to avoid potential overflow
2021-02-08 20:26 UTC (7+ messages)
` [PATCH 2/5] client: check mkdir return in display_init
` [PATCH 3/5] adhoc: fix missing call to va_end
` [PATCH 4/5] ap: free passphrase on error
` [PATCH 5/5] ap: massage code to make static analysis happy
[PATCH] diagnostics: check dbus variant parsing
2021-02-08 19:56 UTC (2+ messages)
[PATCH] test-runner: clean up dbus path file properly
2021-02-08 17:57 UTC (2+ messages)
[PATCH 1/2] auto-t: add API wait_for_object_change
2021-02-08 16:54 UTC (7+ messages)
` [PATCH 2/2] auto-t: update roaming tests with wait_for_object_change
[PATCH 1/3] test-runner: clean up temporary files
2021-02-05 23:58 UTC (4+ messages)
` [PATCH 2/3] test-runner: add monitor to path
` [PATCH 3/3] test-runner: print error if kernel/qemu path is not found
[PATCH 1/3] test-runner: print Radio class path
2021-02-05 20:43 UTC (4+ messages)
` [PATCH 2/3] auto-t: make spoof_frame more robust
` [PATCH 3/3] auto-t: fix SAQuery-spoofing test
[PATCH v3 1/2] station: move scan cancelation to __station_connect_network
2021-02-05 2:57 UTC (3+ messages)
` [PATCH v3 2/2] auto-t: fix wait_for_object_condition to work with any object
[PATCH v2 1/2] station: move scan cancelation to __station_connect_network
2021-02-04 23:53 UTC (2+ messages)
` [PATCH v2 2/2] auto-t: fix wait_for_object_condition to work with any object
[PATCH 1/3] station: move scan cancelation to __station_connect_network
2021-02-04 23:03 UTC (3+ messages)
` [PATCH 2/3] station: do not flush scan results
` [PATCH 3/3] auto-t: fix wait_for_object_condition to work with any object
[PATCH] Fix missing `#include "missing.h"`
2021-02-04 15:15 UTC (2+ messages)
[PATCH] auto-t: testFT-PSK-roam wait for connected
2021-02-04 2:06 UTC (2+ messages)
[PATCH 1/2] station: only add diagnostic interface when connected
2021-02-03 19:38 UTC (3+ messages)
` [PATCH 2/2] client: update to work with diagnostic changes
[PATCH 1/3] doc: add Frequency to station diagnostics
2021-02-03 18:55 UTC (4+ messages)
` [PATCH 2/3] station: add Frequency to diagnostics dictionary
` [PATCH 3/3] client: add Frequency to station show
[PATCH v2 1/4] ap: add Name property
2021-02-02 21:55 UTC (5+ messages)
` [PATCH v2 2/4] doc: document Name property on AP interface
` [PATCH v2 3/4] client: ap: show Name in 'ap <wlan> show'
` [PATCH v2 4/4] ap: tie diagnostic interface to AP Start/Stop
[PATCH 1/5] ap: return error from GetDiagnostics if not started
2021-02-01 22:21 UTC (7+ messages)
` [PATCH 2/5] client: ap: handle NotFound on diagnostic interface
` [PATCH 3/5] ap: add SSID property
` [PATCH 4/5] doc: document SSID property on AP interface
` [PATCH 5/5] client: ap: show SSID in 'ap <wlan> show'
[PATCH] client: add support for AP StartProfile
2021-02-01 21:38 UTC (2+ messages)
broadcom fmac ap mode testing - how to set iwd as dhcp server?
2021-02-01 17:27 UTC (7+ messages)
[PATCH 1/2] ap: Set the group cipher when sending START_AP
2021-02-01 16:07 UTC (3+ messages)
` [PATCH 2/2] eapol, ap: Remove assumption of single cipher in authenticator IE
[PATCH 1/5] ap: Set the group cipher when sending START_AP
2021-01-30 11:39 UTC (10+ messages)
` [PATCH 2/5] ap: Fix cleanup on ap_parse_new_station_ies errors
` [PATCH 3/5] eapol: Remove assumption of single cipher in authenticator IE
` [PATCH 4/5] ap: Allow setting multiple ciphers in ap->ciphers
` [PATCH 5/5] unit: Use hs_override_pairwise_cipher in eapol authenticator tests
[PATCH v3] auto-t: add test for stopping periodic roam retries
2021-01-29 23:56 UTC (2+ messages)
[PATCH v4] knownnetworks: sanitize known_network.freq on load
2021-01-29 23:49 UTC (2+ messages)
[PATCH v3] knownnetworks: sanitize known_network.freq on load
2021-01-29 23:31 UTC
[PATCH] station: fix leak on parse_neighbor_report
2021-01-29 23:23 UTC (2+ messages)
[PATCH] knownnetworks: sanitize known_network.freq on load
2021-01-29 23:07 UTC
[PATCH] knownnetworks: sanitize known_network.freq on load
2021-01-29 21:35 UTC
[PATCH] ap: fix off by one error
2021-01-29 21:04 UTC (2+ messages)
[PATCH 1/2] ap: rename ap_parse_ie to be more descriptive
2021-01-29 19:16 UTC (3+ messages)
` [PATCH 2/2] ap: handle GET_KEY error setting RSC to zero
[PATCH] ap: add DEL_STATION path to fullmac AP handling
2021-01-29 17:36 UTC (2+ messages)
[PATCH v2 1/2] netdev: preserve cur_rssi_low across reassociation
2021-01-29 12:09 UTC (5+ messages)
` [PATCH v2 2/2] auto-t: add test for stopping periodic roam retries
[PATCH 1/2] ap: handle NEW_STATION for fullmac cards
2021-01-28 19:42 UTC (4+ messages)
` [PATCH 2/2] ap: allow no group traffic on GET_KEY error
[PATCH v2] auto-t: throw exception if hostapd can't send BSS transition req
2021-01-28 19:31 UTC (2+ messages)
[PATCH 1/5] auto-t: add test for roaming retry timing
2021-01-28 15:17 UTC (12+ messages)
` [PATCH 2/5] auto-t: throw exception if hostapd can't send BSS transition req
` [PATCH 3/5] doc: update kernel configuration instructions for KVM guests
` [PATCH 4/5] doc: add python package requirements for test-runner
` [PATCH 5/5] doc: update test-runner invocation documentation
[PATCH] netdev: preserve cur_rssi_low across reassociation
2021-01-28 12:21 UTC
[PATCH] auto-t: remove stale hw.conf options
2021-01-27 19:43 UTC (2+ messages)
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 3/7] autotests: Test loading binary key formats in testEAP-TLS
2021-01-26 18:28 UTC (2+ messages)
[PATCH 1/7] eap-tls: Drop EAP-{TTLS,PEAP}-Client{Cert,Key}
2021-01-25 20:11 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