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.
2 years ago
dmenu_scripts Improve resource usage 2 years ago
README.md updated README 2 years ago
wpa_tui.c Added .c file for starter 2 years 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