Trying to examine my wifi network. I primarily rely on ethernet. Internet search led me to wpa. Does not seem to work as it is supposed to. See below, wpa fails asking for wpa_supplicant that has been installed.
(base) tom@mydesktop: ~ $ sudo wpa_cli
[sudo] password for root:
wpa_cli v2.10
Copyright (c) 2004-2022, Jouni Malinen <j@w1.fi> and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
Interactive mode
Could not connect to wpa_supplicant: (nil) - re-trying
Then does nothing more; at least 10 minutes. But, wpa_supplicant is installed. wpa_cli is part of wpa_supplicant package.
(base) tom@mydesktop: ~ $ sudo zypper se wpa
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+--------------------------+--------------------------------------------------------------+-----------
| growpart | Grow a partition | package
| growpart-generator | Grow a partition automatically | package
| growpart-rootgrow | Simple Wrapper for growpart | package
| growpart-rootgrow | Simple Wrapper for growpart | srcpackage
| python3-awpa | A Working Python AST | package
| texlive-newpax | Experimental package to extract and reinsert PDF annotations | package
| texlive-newpax-doc | Documentation for texlive-newpax | package
| texlive-zwpagelayout | Page layout and crop-marks | package
| texlive-zwpagelayout-doc | Documentation for texlive-zwpagelayout | package
i+ | wpa_supplicant | WPA supplicant implementation | package
| wpa_supplicant | WPA supplicant implementation | srcpackage
i+ | wpa_supplicant-gui | WPA supplicant graphical front-end | package
| wpan-tools | Utilities to manage the Linux 802.15.4 WPAN stack | package
(base) tom@mydesktop: ~ $
wpa is new to me. Perhaps I am missing something.
Any advice? thanks, tom kosvic