Wpa supplicant: Difference between revisions
imported>Truthadjustr No edit summary |
imported>Truthadjustr No edit summary |
||
| Line 25: | Line 25: | ||
list_network | list_network | ||
select_network 2 | select_network 2 | ||
</syntaxHighlight> | |||
As a means to debug if things are working, open another terminal and examine the logs by: | |||
<syntaxHighlight lang=sh> | |||
journalctl -u wpa_supplicant -f | |||
</syntaxHighlight> | </syntaxHighlight> | ||