From 74e4f1a02cc16fb79d78eeb6c18031486c8519d6 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sun, 26 Aug 2018 11:43:30 -0500 Subject: [PATCH] TODO: Add agent non-interactive mode task --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/TODO b/TODO index cb346f62..aad4379d 100644 --- a/TODO +++ b/TODO @@ -331,3 +331,16 @@ Wireless daemon Priority: Low Complexity: C8 + +- iwctl should register the agent even in non-interactive mode + + When iwctl is started in non-interactive mode it currently does not register + the agent. This can lead to a .NoAgent error being reported when issuing + commands through iwctl in this mode. This behavior is generally okay for PSK + networks that only require the agent on the first connection. For 802.1x + networks the Agent can be used to obtain username/password/passphrase details + and thus used much more often. Make sure that iwctl supports this possibility + even in non-interactive mode. + + Priority: High + Complexity: C1