Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSID selection screen #11

Open
codedwrench opened this issue Oct 13, 2020 · 0 comments
Open

Add SSID selection screen #11

codedwrench opened this issue Oct 13, 2020 · 0 comments
Labels
backend Anything around the backend enhancement New feature or request userinterface Anything around the userinterface

Comments

@codedwrench
Copy link
Owner

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 codedwrench added the enhancement New feature or request label Oct 13, 2020
@codedwrench codedwrench added this to To do in Mondevtopromisc via automation Oct 13, 2020
@codedwrench codedwrench added backend Anything around the backend userinterface Anything around the userinterface labels Oct 13, 2020
@codedwrench codedwrench removed this from the Ready for alpha milestone Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Anything around the backend enhancement New feature or request userinterface Anything around the userinterface
Projects
Development

No branches or pull requests

1 participant