-
Notifications
You must be signed in to change notification settings - Fork 29
[nrf noup] wpa_supplicant: Remove non-output status #130
Conversation
6f2f0bd
to
4688e5b
Compare
Also the commit log is not proper, for
|
Please change this PR to a draft till the final solution is implemented. |
Do we really need this? I mean that the OK/FAIL will show the status of the issued command which is kind of useful information. |
Yes, we had multiple tickets from customers about the random OK/FAIL without any context. These are only useful in interactive environment where a single command is types in and you get a response OK/FAIL with newlines. But in non-interactive environment these are useless and the error checking can be handled programatically. |
fixup! [nrf noup] zephyr: Add support for WPA CLI zephyr Chnage the direct function call from wpa_ctrl_command to wpa_cli_cmd. This change is require to prepare for new interactive API. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
fixup! [nrf noup] zephyr: Add support for WPA CLI zephyr There is "OK/FAIL" status multipal times during wifi commands. Make new interactive api for wap_cli commands which prints "OK/FAIL". It will avoid prints for wifi commands. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
There is "OK"/"FAIL" status multipal times during
wifi connect. Skip for wifi management commands.