xlinkhandheldassistant
xlinkhandheldassistant copied to clipboard
Add SSID selection screen
A specific SSID should be able to be selected to connect to.
WindowController has a window for it, but it doesn't overlap the other windows, NCurses has a "panel" option that should allow for overlapping windows.
- Make SSID selection window overlap and add contents.
- Add selection list object to userinterface objects
- Add methods in WirelessMonitorDevice to search for beacon frames and save them into a list.
- Trigger these methods with a WindowModel command, and show results on SSID selection window.
- Add selection to SSID filter list, remove other filters.