Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2021-02-01 22:05:15 to 2021-03-10 20:27:46 UTC [more...]

[PATCH 1/6] netdev: use NL80211_STA_INFO_SIGNAL rather than average
 2021-03-10 20:27 UTC  (6+ messages)
` [PATCH 2/6] scan: allow 'faked' scan_bss results
` [PATCH 3/6] nl80211util: add WIPHY_FREQ to parse_attrs support
` [PATCH 4/6] netdev: station: support full mac roaming
` [PATCH 5/6] wiphy: parse NL80211_ATTR_ROAM_SUPPORT flag
` [PATCH 6/6] station: disable roaming logic for auto-roaming cards

[PATCH 01/10] ap: Load profile before calling ap_start, extend Address syntax
 2021-03-08 20:41 UTC  (16+ messages)
` [PATCH 02/10] ap: Add missing ap_config_free() in error path
` [PATCH 03/10] ap: Refactor address pool logic
` [PATCH 04/10] ap: Add subnet address selection logic
` [PATCH 05/10] ap: Dump addreses in use and assign IP/netmask
` [PATCH 06/10] ap: Set up the DHCP server
` [PATCH 07/10] ap: Move the DHCP server freeing to ap_reset
` [PATCH 08/10] ap: Send a specific error message on async AP start failure
` [PATCH 09/10] autotests: Update APRanges usage in testAP
` [PATCH 10/10] doc: Update AP settings in iwd.ap and iwd.config(5)

[PATCH] client: add missing bracket for "ap <wlan> show"
 2021-03-05 14:52 UTC  (2+ messages)

[PATCH 1/4] wiphy: add wiphy_can_offload API
 2021-03-03 20:50 UTC  (7+ messages)
` [PATCH 2/4] handshake: add offload member
` [PATCH 3/4] station: set handshake offload if supported
` [PATCH 4/4] netdev: offload handshake when requested

[PATCH 1/5] ap: Refactor IP address selection
 2021-03-03 20:30 UTC  (8+ messages)
` [PATCH 2/5] ap: Send a specific error message on async AP start failure
` [PATCH 3/5] ap: Move the DHCP server freeing to ap_reset
` [PATCH 4/5] autotests: Update APRanges usage in testAP
` [PATCH 5/5] doc: Update AP settings in iwd.ap and iwd.config(5)

[PATCH v2] test-runner: fix duplicate process output
 2021-03-02 16:38 UTC  (2+ messages)

[PATCH] test-runner: fix duplicate process output
 2021-03-02 16:25 UTC  (2+ messages)

[PATCH 1/7] ap: Don't use L_AUTO_FREE_VAR with l_settings
 2021-02-26 21:31 UTC  (13+ messages)
` [PATCH 2/7] ap: Fix an inet_aton error check
` [PATCH 3/7] ap: Print error messages in dhcp_load_settings
` [PATCH 4/7] utils: Add util_netmask_from_prefix
` [PATCH 5/7] ap: Refactor IP address selection
` [PATCH 6/7] autotests: Update APRanges usage in testAP
` [PATCH 7/7] doc: Update AP settings in iwd.ap and iwd.config(5)

[PATCH 01/17] auto-t: testEAD: stop ead when test finishes
 2021-02-26 16:10 UTC  (18+ messages)
` [PATCH 02/17] auto-t: hlrauc.py: remove unix socket on cleanup
` [PATCH 03/17] auto-t: testutil.py: pass wait into ping
` [PATCH 04/17] auto-t: testNetconfig stop dhcpd correctly
` [PATCH 05/17] auto-t: release radio/hostapd instances from cls
` [PATCH 06/17] auto-t: iwd.py: release namespace on IWD close
` [PATCH 07/17] test-runner: remove concept of 'multi_test'
` [PATCH 08/17] test-runner: cleanup output files/others in Process
` [PATCH 09/17] test-runner: allow radio remove failure
` [PATCH 10/17] test-runner: add better Hostapd cleanup
` [PATCH 11/17] test-runner: use cleanup() for start_dbus
` [PATCH 12/17] test-runner: reset namespaces on test completion
` [PATCH 13/17] test-runner: move process cleanup into kill()
` [PATCH 14/17] test-runner: fix Namespace class ref problems
` [PATCH 15/17] test-runner: start haveged in foreground
` [PATCH 16/17] test-runner: warn on files left after test completes
` [PATCH 17/17] test-runner: stop/warn on processes running after test

[PATCH 1/7] ap: Don't use L_AUTO_FREE_VAR with l_settings
 2021-02-25 21:27 UTC  (7+ messages)
` [PATCH 2/7] ap: Fix an inet_aton error check
` [PATCH 3/7] ap: Print error messages in dhcp_load_settings
` [PATCH 4/7] utils: Add util_netmask_from_prefix
` [PATCH 5/7] ap: Refactor IP address selection
` [PATCH 6/7] autotests: Update APRanges usage in testAP
` [PATCH 7/7] doc: Update AP settings in iwd.ap and iwd.config(5)

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'


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox