iwd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-28 18:48:23 to 2022-11-04 17:54:56 UTC [more...]

[PATCH v2 1/6] ap: update Scanning property when AP starts
 2022-11-04 17:54 UTC  (7+ messages)
` [PATCH v2 2/6] auto-t: iwd.py: allow certain APIs to be used in AP mode
` [PATCH v2 3/6] auto-t: add test for scanning "
` [PATCH v2 4/6] ap: change PairwiseCiphers to string array
` [PATCH v2 5/6] auto-t: update test to work with PairwiseCiphers array
` [PATCH v2 6/6] doc: document AP properties PairwiseCiphers/GroupCipher

[PATCH 1/2] netconfig: add global MulticastDNS option
 2022-11-03 22:05 UTC  (10+ messages)
` [PATCH 2/2] doc: document "

[PATCH 1/4] doc: document AP properties PairwiseCiphers/GroupCipher
 2022-11-03 19:28 UTC  (7+ messages)
` [PATCH 2/4] ap: update Scanning property when AP starts
` [PATCH 3/4] auto-t: iwd.py: allow certain APIs to be used in AP mode
` [PATCH 4/4] auto-t: add test for scanning "

[PATCH v2] netconfig: add global MulticastDNS option
 2022-11-03 18:54 UTC 

[PATCH 1/4] doc: document AP properties PairwiseCiphers/GroupCipher
 2022-11-03 17:00 UTC  (4+ messages)
` [PATCH 2/4] ap: update Scanning property when AP starts
` [PATCH 3/4] auto-t: iwd.py: allow certain APIs to be used in AP mode
` [PATCH 4/4] auto-t: add test for scanning "

[PATCH v3 01/11] wiphy: add wiphy_get_supported_ciphers
 2022-11-03 14:25 UTC  (12+ messages)
` [PATCH v3 02/11] ie: add group/pairwise lists of supported ciphers
` [PATCH v3 03/11] ap: add profile settings PairwiseCiphers/GroupCipher
` [PATCH v3 04/11] p2p: limit ciphers to CCMP
` [PATCH v3 05/11] doc: document PairwiseCiphers/GroupCiphers AP settings
` [PATCH v3 06/11] ap: add PairwiseCiphers/GroupCipher to dbus interface
` [PATCH v3 07/11] ap: update Frequency property on started
` [PATCH v3 08/11] client: add ap support for PairwiseCiphers/GroupCipher
` [PATCH v3 09/11] auto-t: add proper AccessPoint object class
` [PATCH v3 10/11] auto-t: test AP fails to start with unsupported ciphers
` [PATCH v3 11/11] auto-t: add AP test for all pairwise/group cipher combos

MulticastDNS for all connections
 2022-11-02 22:06 UTC  (6+ messages)

[PATCH v2 1/2] client: fix extra newlines in station show
 2022-11-02 21:41 UTC  (3+ messages)
` [PATCH v2 2/2] gitignore: add .cache

[PATCH v2 01/10] wiphy: add wiphy_get_supported_ciphers
 2022-11-02 20:53 UTC  (10+ messages)
` [PATCH v2 02/10] ie: add group/pairwise lists of supported ciphers
` [PATCH v2 03/10] ap: add profile settings PairwiseCiphers/GroupCipher
` [PATCH v2 04/10] p2p: limit ciphers to CCMP/TKIP
` [PATCH v2 05/10] doc: document PairwiseCiphers/GroupCiphers AP settings
` [PATCH v2 06/10] ap: add PairwiseCiphers/GroupCipher to dbus interface
` [PATCH v2 07/10] client: add ap support for PairwiseCiphers/GroupCipher
` [PATCH v2 08/10] auto-t: add proper AccessPoint object class
` [PATCH v2 09/10] auto-t: test AP fails to start with unsupported ciphers
` [PATCH v2 10/10] auto-t: add AP test for all pairwise/group cipher combos

[PATCH 1/2] client: fix spurious newlines in station show
 2022-11-02 20:13 UTC  (5+ messages)
` [PATCH 2/2] gitignore: add .cache

[PATCH] json: update internal type definition to match JSMN
 2022-11-02 20:04 UTC  (3+ messages)

[PATCH 01/17] wiphy: add wiphy_get_supported_ciphers
 2022-11-01 20:56 UTC  (22+ messages)
` [PATCH 02/17] ie: add group/pairwise lists of supported ciphers
` [PATCH 03/17] ap: add profile settings PairwiseCiphers/GroupCipher
` [PATCH 04/17] p2p: limit ciphers to CCMP/TKIP
` [PATCH 05/17] doc: document PairwiseCiphers/GroupCiphers AP settings
` [PATCH 06/17] ap: add frequency to AP interface
` [PATCH 07/17] client: show frequency with ap show
` [PATCH 08/17] ap: add PairwiseCiphers/GroupCipher to dbus interface
` [PATCH 09/17] client: add ap support for PairwiseCiphers/GroupCipher
` [PATCH 10/17] hwsim: add remaining ciphers to supported list
` [PATCH 11/17] auto-t: test AP fails to start with unsupported ciphers
` [PATCH 12/17] auto-t: fix testAP-no-support disabled ciphers
` [PATCH 13/17] netdev: add more info to key setting debug messages
` [PATCH 14/17] netdev: fix key setting for authenticators
` [PATCH 15/17] nl80211util: add key type/idx to nl80211_parse_attrs
` [PATCH 16/17] netdev: parse michael MIC failure message
` [PATCH 17/17] auto-t: add AP test for all pairwise/group cipher combos

[PATCH] monitor: put nortnl check into nlmon_print_rtnl
 2022-10-27 19:03 UTC  (2+ messages)

[PATCH 1/2] hwsim: add additional ciphers to disable list
 2022-10-27 14:41 UTC  (3+ messages)
` [PATCH 2/2] auto-t: test AP mode using TKIP

[PATCH v2 1/3] monitor: pass config to nlmon_create
 2022-10-26 21:49 UTC  (4+ messages)
` [PATCH v2 2/3] monitor: allow parsing pcaps without -F option
` [PATCH v2 3/3] monitor: remove "

[PATCH] monitor: allow parsing pcaps without -F option
 2022-10-26 19:59 UTC  (2+ messages)

[PATCH 1/5] eapol: choose key descriptor version in AP mode
 2022-10-26 19:55 UTC  (6+ messages)
` [PATCH 2/5] auto-t: fix get_ordered_network if hostapd isn't running
` [PATCH 3/5] auto-t: allow printing devices in AP mode
` [PATCH 4/5] unit: test-arc4: test RC4 both directions
` [PATCH 5/5] eapol: add TKIP support in AP mode

[PATCH] netconfig: Print addresses added and removed to debug log
 2022-10-26 19:54 UTC  (4+ messages)
` [PATCH] netconfig: Avoid generating events after netconfig_reset

[PATCH 01/26] eapol: More strictly validate key_descriptor_version
 2022-10-26 19:53 UTC  (27+ messages)
` [PATCH 02/26] crypto: Rename BIP to BIP_CMAC
` [PATCH 03/26] ie: Rename _BIP to _BIP_CMAC
` [PATCH 04/26] ie: Simplify implementation
` [PATCH 05/26] crypto: Add new cipher definitions
` [PATCH 06/26] ie: Skip unknown pairwise ciphers
` [PATCH 07/26] netdev: Build RSN attributes in a common function
` [PATCH 08/26] netdev: Add support for setting GCMP keys
` [PATCH 09/26] ie: Add support for GCMP cipher suite
` [PATCH 10/26] ie: add ie_rsn_cipher_suite_to_string
` [PATCH 11/26] wiphy: Generalize supported cipher dumper
` [PATCH 12/26] wiphy: Support GCMP cipher suite
` [PATCH 13/26] doc: Document PairwiseCipher property
` [PATCH 14/26] station: diagnostic: implement PairwiseCipher
` [PATCH 15/26] auto-t: Support multiple pairwise ciphers in WPA2
` [PATCH 16/26] ie: Add support for GCMP|CCMP-256
` [PATCH 17/26] netdev: Add support for CCMP|GCMP-256
` [PATCH 18/26] ie: Add IE_CIPHER_IS_GCMP_CCMP inline
` [PATCH 19/26] station: Use IE_CIPHER_IS_GCMP_CCMP
` [PATCH 20/26] wiphy: Support GCMP|CCMP-256 cipher suites
` [PATCH 21/26] doc: Document GCMP|CCMP-256 ciphers
` [PATCH 22/26] auto-t: Add GCMP|CCMP-256 to WPA2 test
` [PATCH 23/26] ie: Support more group management cipher suites
` [PATCH 24/26] netdev: Support more IGTK "
` [PATCH 25/26] wiphy: Support more group management "
` [PATCH 26/26] auto-t: Add tests for GMAC/GMAC-256/CMAC-256

GCMP and other unknown ciphers
 2022-10-25 15:31 UTC  (4+ messages)

[PATCH] ap: disallow TKIP and 'use group cipher'
 2022-10-24 22:26 UTC  (2+ messages)

[PATCH v2] monitor: use int64_t type for NLMSG_NEXT length
 2022-10-14 14:49 UTC  (2+ messages)

[PATCH 1/2] monitor: use int length for NLMSG_NEXT
 2022-10-13 16:14 UTC  (2+ messages)
` [PATCH 2/2] frame-xchg: use int length for NLMSG_* macros

[PATCH 1/4] client: validate utf-8 before displaying row
 2022-10-12 18:56 UTC  (5+ messages)
` [PATCH 2/4] client: add extra parameter for new width when printing rows
` [PATCH 3/4] client: fix not accounting for color escapes after line break
` [PATCH 4/4] client: fix missing character for line breaks without spaces

[PATCH v4] client: handle wide chars for table rows
 2022-10-12 16:38 UTC  (2+ messages)

[PATCH 1/2] station: skip disabled frequencies in neighbor report
 2022-10-11 19:31 UTC  (3+ messages)
` [PATCH 2/2] station: contrain known frequencies before roam scan

[PATCH v3] client: handle wide chars for table rows
 2022-10-11 16:55 UTC  (2+ messages)

[PATCH v2] client: handle wide chars for table rows
 2022-10-10 19:22 UTC  (2+ messages)

[PATCH] src/station.c: remove excess if clause
 2022-10-10 18:42 UTC  (2+ messages)

[PATCH] client: handle wide chars for table rows
 2022-10-10 17:00 UTC  (5+ messages)

[PATCH] client: better support utf-8 for table rows
 2022-10-08  3:40 UTC  (2+ messages)

[PATCH 1/2] auto-t: speed up testHiddenNetworks
 2022-10-06 19:42 UTC  (3+ messages)
` [PATCH 2/2] auto-t: speed up testScan

[PATCH 1/6] station: add two debug events for FT
 2022-10-06 14:02 UTC  (7+ messages)
` [PATCH 2/6] hwsim: fix early bail out processing rules
` [PATCH 3/6] auto-t: remove rekey timeouts from autotests
` [PATCH 4/6] auto-t: remove old debug print from wpas.py
` [PATCH 5/6] auto-t: add two tests for new FT behavior
` [PATCH 6/6] monitor: parse DPP frame types

[PATCH 1/3] autotests: Add a stateless DHCPv6 test case
 2022-10-04 17:45 UTC  (6+ messages)
` [PATCH 2/3] station: Handle NETCONFIG_EVENT_FAILED
` [PATCH 3/3] doc: Drop proposed and unimplemented API doc

[PATCH 1/2] test-runner: write out individual test results
 2022-10-03 15:40 UTC  (3+ messages)
` [PATCH 2/2] monitor: change Port ID to %u print

[PATCH 1/2] station: add two new roaming states (FT/FW)
 2022-09-29  8:44 UTC  (5+ messages)

[PATCH 1/2] wiphy: add wiphy_supports_probe_resp_offload
 2022-09-28 21:24 UTC  (3+ messages)
` [PATCH 2/2] ap: include PROBE_RESP attribute if required by driver

IWD dhcp issue?
 2022-09-28 21:18 UTC  (5+ messages)

Cannot turn on AP mode without any error message
 2022-09-28 19:53 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).