Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2020-02-04 06:15:10 to 2020-04-03 16:14:28 UTC [more...]

[PATCH 01/17] dbus: Add P2P interface name defines
 2020-04-03 16:14 UTC  (15+ messages)
` [PATCH 02/17] Add minimal p2p.c and p2p.h
` [PATCH 03/17] manager: Create/destroy P2P devices
` [PATCH 04/17] p2p: Add peer WSC device type properties
` [PATCH 05/17] p2p: Add main device settings
` [PATCH 06/17] p2p: Add device enable/disable logic
` [PATCH 07/17] p2p: Add the Scan Phase
` [PATCH 08/17] p2p: Add the Listen State
` [PATCH 09/17] p2p: Add the WSC interface on peer DBus objects
` [PATCH 10/17] p2p: Build and send the GO Negotiation Request
` [PATCH 11/17] p2p: Handle GO Negotiation Response, send Confirmation
` [PATCH 12/17] p2p: Handle the Information Not Available response code
` [PATCH 13/17] p2p: Respond to Probe Reqs when waiting for GO negotiation
` [PATCH 14/17] p2p: Add the Provision Discovery frame sequence
` [PATCH 15/17] p2p: Scan for the provision BSS

[PATCH] test-runner: create pcap when logging
 2020-04-02 17:01 UTC  (2+ messages)

[PATCH] test-runner: fix segfault running with --log non-root
 2020-04-02 16:48 UTC  (2+ messages)

Possible MFP problem
 2020-04-02  5:47 UTC  (2+ messages)

[PATCH] nlmon: fix -Wformat under musl 1.2.0
 2020-04-02  5:31 UTC  (2+ messages)

Where is the old list archive?
 2020-03-26 18:20 UTC  (2+ messages)

[PATCH 1/3] test-runner: make default iwd_config_dir=/tmp
 2020-03-24 21:32 UTC  (4+ messages)
` [PATCH 2/3] auto-t: fix testAddressRandomization
` [PATCH 3/3] auto-t: remove iwd_config_dir from autotests

[RFC 0/1] Fix DBus auth issues on Fedora
 2020-03-24 20:29 UTC  (2+ messages)
` [RFC 1/1] test-runner: allow anonymous Dbus access

[PATCH] handshake: fix OWE PTK derivation
 2020-03-24 19:10 UTC  (2+ messages)

[PATCH] wiphy: add check for CMD_AUTH/CMD_ASSOC support
 2020-03-23 18:00 UTC  (2+ messages)

[PATCH] frame-xchg: Drop l_io read destroy handler
 2020-03-20 16:20 UTC  (2+ messages)

[PATCH] monitor: Print WFD IE contents
 2020-03-20 16:09 UTC  (2+ messages)

[PATCH 1/9] frame-xchg: Add facility to keep retransmitting after ACK
 2020-03-20 15:54 UTC  (13+ messages)
` [PATCH 2/9] frame-xchg: Add frame_xchg_start
` [PATCH 3/9] wscutil: Implement wsc_build_probe_response
` [PATCH 4/9] wsc: Don't start connections until Cancel finishes
` [PATCH 5/9] tools: Add utility to tx Probe Requests
` [PATCH 6/9] p2putil: Add WFD IE parsing utilities
` [PATCH 7/9] ie: Add ie_tlv_extract_wfd_payload
` [PATCH 8/9] monitor: Print WFD IE contents
` [PATCH 9/9] eap-tls: Print a hint about IWD_TLS_DEBUG on TLS errors

[PATCH v3 1/5] util: add util_is_valid_sta_address
 2020-03-19 23:02 UTC  (6+ messages)
` [PATCH v3 2/5] station: support full MAC randomization and override
` [PATCH v3 3/5] netdev: honor handshake->spa if set
` [PATCH v3 4/5] doc: document AlwaysRandomizeAddress and AddressOverride
` [PATCH v3 5/5] auto-t: add test for AddressRandomization option

[PATCH v2 1/4] station: support full MAC randomization and override
 2020-03-19 22:02 UTC  (4+ messages)
` [PATCH v2 2/4] netdev: honor handshake->spa if set
` [PATCH v2 3/4] doc: document AlwaysRandomizeAddress and AddressOverride
` [PATCH v2 4/4] auto-t: add test for AddressRandomization option

[PATCH 1/4] netdev: move address generation into station
 2020-03-19 20:03 UTC  (4+ messages)
` [PATCH 2/4] station: support full MAC randomization and override
` [PATCH 3/4] doc: document FullAddressRandomization and AddressOverride
` [PATCH 4/4] auto-t: add test for AddressRandomization option

[PATCH 01/12] doc: Fix p2p method error names
 2020-03-19 15:52 UTC  (19+ messages)
` [PATCH 02/12] cleanup: Remove extra empty lines
` [PATCH 03/12] frame-xchg: Handle l_io errors through disconnect callback
` [PATCH 04/12] frame-xchg: Actually free duplicate watches
` [PATCH 05/12] frame-xchg: Fix frame_watch_item_remove_by_handler
` [PATCH 06/12] frame-xchg: Allow calling frame_xchg_stop from the callback
` [PATCH 07/12] frame-xchg: Allow frame_xchg_stop calls inside frame callbacks
` [PATCH 08/12] watchlist: Allow watch CBs to call watchlist_destroy
` [PATCH 09/12] frame-xchg: Optimize frame_watch_remove_by_handler scenarios
` [PATCH 10/12] frame-xchg: Add facility to keep retransmitting after ACK
` [PATCH 11/12] frame-xchg: Add frame_xchg_start
` [PATCH 12/12] p2putil: Tolerate GO Neg Response with empty Channel List

[PATCH v3 1/4] wiphy: add _generate_address_from_ssid
 2020-03-18 18:54 UTC  (5+ messages)
` [PATCH v3 2/4] manager: remove warning for AddressRandomization option
` [PATCH v3 3/4] netdev: support per-network MAC addresses
` [PATCH v3 4/4] doc: document AddressRandomization=network option

[PATCH v2 1/3] wiphy: add _generate_address_from_ssid
 2020-03-18 17:20 UTC  (3+ messages)
` [PATCH v2 2/3] netdev: support per-network MAC addresses
` [PATCH v2 3/3] doc: document AddressRandomization=network option

[PATCH 02/12] cleanup: Remove extra empty lines
 2020-03-18 15:23 UTC  (2+ messages)

[PATCH 1/7] netdev: prepare for MAC randomization rework
 2020-03-17 17:38 UTC  (7+ messages)
` [PATCH 2/7] netdev: manager: pass mac type to netdev_create_from_genl
` [PATCH 3/7] wiphy: add _generate_address_from_ssid
` [PATCH 4/7] netdev: support per-network MAC addresses
` [PATCH 5/7] manager: add 'network' option to AddressRandomization
` [PATCH 6/7] station: print error message if setting MAC failed
` [PATCH 7/7] doc: document AddressRandomization=network option

[PATCH 1/4] test-runner: fix crash if ofono is not installed
 2020-03-16 20:22 UTC  (5+ messages)
` [PATCH 2/4] test-runner: fix crash for tests using radius_server
` [PATCH 3/4] test-runner: fix improper loading of radius_config
` [PATCH 4/4] netdev: fix auth protocols not setting ->connected

[PATCH] test-runner: fix crash if ofono is not installed
 2020-03-12 21:49 UTC 

[PATCH] netdev: update use of l_rtnl_set_mac
 2020-03-12 15:47 UTC  (2+ messages)

DBus Systemd Unit Dependency
 2020-03-12  1:48 UTC 

how to disable colorized/grey output from iwctl commands
 2020-03-10  3:47 UTC  (2+ messages)

[PATCH] eap-tls-common.c: Fixed EAP-TLS connections when EAP-TLS-CACert option omitted
 2020-03-10  3:29 UTC  (2+ messages)

[PATCH V3] Makefile.am: Avoid redirection of input and output files
 2020-03-10  3:21 UTC  (2+ messages)

[PATCH 1/2] test-runner: Add missing space between qemus arguments
 2020-03-09 19:10 UTC  (3+ messages)
` [PATCH 2/2] test-runner: Add missing 's' option to command line parser

[PATCH V2] Makefile.am: Avoid redirection of input and output files
 2020-03-06 19:23 UTC  (3+ messages)

[PATCH v3 1/3] iwd: define a maximum password length
 2020-03-06 19:16 UTC  (4+ messages)
` [PATCH v3 2/3] eap-gtc: limit password length to maximum
` [PATCH v3 3/3] network: enforce max EAP/pkey password length

[PATCH 1/4] iwd: define a maximum passphrase length
 2020-03-06 18:59 UTC  (11+ messages)
` [PATCH 2/4] eap: check MTU when loading identity
` [PATCH 3/4] agent: enforce a maximum passphrase length
` [PATCH 4/4] eap-gtc: limit password length to maximum

[RFC/PATCH] Install iwd and ead into $sbindir rather than $libexecdir
 2020-03-06 18:36 UTC  (3+ messages)

[PATCH v2 1/3] iwd: define a maximum passphrase length
 2020-03-06 18:34 UTC  (3+ messages)
` [PATCH v2 2/3] agent: enforce "
` [PATCH v2 3/3] eap-gtc: limit password length to maximum

[PATCH V2] Makefile.am: Avoid redirection of input and output files
 2020-03-06 17:45 UTC  (2+ messages)

MAC changing really needed
 2020-03-03 17:13 UTC  (3+ messages)
  `  "

[PATCH 1/2] client: Reorder interface creation ops
 2020-02-27 22:31 UTC  (3+ messages)
` [PATCH 2/2] client: Rework agent registarion logic

[PATCH 1/6] frame-xchg: Try to call a handler only once per frame
 2020-02-17 18:34 UTC  (7+ messages)
` [PATCH 2/6] frame-xchg: Add a frame exchange API
` [PATCH 3/6] frame-xchg: Don't use l_genl for additional nl80211 sockets
` [PATCH 4/6] ap: React to NL80211_CMD_STOP_AP events
` [PATCH 5/6] test: Update paths in list-devices
` [PATCH 6/6] test: Handle missing agent calls in simple-agent

[PATCH 0/3] Update to ell's rntl API
 2020-02-17 15:09 UTC  (5+ messages)
` [PATCH 1/3] netdev: Use ell's rtnl APIs
` [PATCH 2/3] netconfig: Use ell's rtnl API
` [PATCH 3/3] rtnlutil: Remove used rtnlutil

Connected network only shown after iwd restart
 2020-02-07 23:22 UTC  (3+ messages)

[PATCH 1/5] nl80211util: Handle NL80211_ATTR_ACK flag in parser
 2020-02-07 21:42 UTC  (8+ messages)
` [PATCH 2/5] frame-xchg: Add new groups to watch_groups list
` [PATCH 3/5] frame-xchg: Try to call a handler only once per frame
` [PATCH 4/5] frame-xchg: Use both group_id and wdev_id when removing group
` [PATCH 5/5] frame-xchg: Add a frame exchange API

[PATCH v2] client: Fix proxy object's dependency resolution
 2020-02-07 21:25 UTC  (2+ messages)

[PATCH] client: Fix proxy object's dependency resolution
 2020-02-06 23:33 UTC 

[PATCH 4/4] peap: Fail auth. if invalid compound MAC is received
 2020-02-06 21:18 UTC  (2+ messages)

[PATCH] client: Fix missing Connected Network display
 2020-02-06 16:51 UTC 

[PATCH] peap: Ensure TLV uniqueness
 2020-02-06 16:28 UTC  (2+ messages)

Interface not detected sometimes
 2020-02-06 16:27 UTC  (12+ messages)

AP mode crash
 2020-02-04 17:29 UTC  (3+ messages)

[PATCH] wiphy: Relpace rawmemchr with memchr
 2020-02-04 16:55 UTC  (3+ messages)

[PATCH 1/2] frame-watch: Actually unregister removed groups
 2020-02-04 16:48 UTC  (3+ messages)
` [PATCH 2/2] frame-watch: Fix an l_queue_foreach_remove call


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