WPA Supplicant Terminal User Interface
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Emil Miler a3b254cc3e Improve resource usage
This optimized version makes use of the get_network command in wpa_cli to directly retrieve the network ID of the selected network. This eliminates the need for additional stream processing by avoiding grep and awk.
1 year ago
dmenu_scripts Improve resource usage 1 year ago
README.md updated README 1 year ago
wpa_tui.c Added .c file for starter 1 year ago

README.md

wpa_tui

WPA-Supplicant Terminal User Interface

Main goal of this tool is comfort of sending commands to WPA-Supplicant from terminal over remembering explicit wpa commands as well as having to click in the wpa_gui (abandoned graphical interface)

This project is supposed to run on notcurses library