feat(wifi_popup): added wifi popup menu widget #356
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WiFi widget related changes:
wifi.py
widget to allow users to manage their wifi connections.wifi_managers.py
module to handle the management of wifi connections and scanning.wifi_widgets.py
module to handle the creation of the wifi connection manager widgets.wlanapi.py
bindings to handle wlanapi.dll functions.457922931-4ba996e6-0ee6-4f68-9528-2a2f14002104.mp4
Other changes:
typecheck.py
to handle ctypes specific type checking.error_check.py
inwin32
module to hold various error checking functions. Added error code to string function is the first one.register_callback
.bindings.py
into a module with separate file for each dll.