xlinkhandheldassistant icon indicating copy to clipboard operation
xlinkhandheldassistant copied to clipboard

Add SSID selection screen

Open codedwrench opened this issue 5 years ago • 0 comments

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.

codedwrench avatar Oct 13 '20 11:10 codedwrench