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

Added support to check if SSID is connected #37

Merged
merged 1 commit into from
Jul 5, 2020

Commits on Jul 5, 2020

  1. Added support to detect if the wifi is connected to a given network.

    Added Wi-Fi details when pressing Options and Wi-Fi icon.
    - still missing getting ip address, router, internet reachability, security and country code on the connected network
    - added disconnect ssid however it does nothing as of now.
    
    Fixed issue with local IP address and router IP address not showing properly
    - moved code in Api.c
    
    Added support for reachability to detect if a wireless connection can connect
    - added placeholder for wifi channel width
    - fixed a typo for Tx Rate
    
    Replaced custom bandwidth to itlwm's api
    - Added disassociate button from itlwm's api
    
    Improvements on local address
    
    Improvements getting router ip address
    - using scutil instead of netstat and ipconfig, reduces parsing strings
    
    removed unused function runCommand
    
    Removed unnecessary negative sign from rssi and noise due to fixes in itlwm. OpenIntelWireless/itlwm@dd4bec0
    
    Updated rssi and noise values to match itlwm.kext api OpenIntelWireless/itlwm@dd4bec0
    - Hidden Security and country code items since they have not been implemented so this pull request can be merged.
    ErrorErrorError committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    f5db547 View commit details
    Browse the repository at this point in the history