cosmic-applets
cosmic-applets copied to clipboard
Added interfaces to wifi
issue
Currently, if there are several wireless interfaces, there is no way to figure it out, which connection is being used(see picture below. There is no way to determine difference between 1 and 2 or 3 and 4 or 5 and 6).
In addition to that, when trying to connect to some ssid, it will ALWAYS use the first wireless interface and so, there is no way to use the second one. So there is no actual way to connect to 2, only to 1
fix
Fix contains several changes:
- when connecting to wifi, it compares both ssid and iface of the connected wifi
- it displays iface for ssid that is available on several interfaces
- same rule applies to already connected wifi(see last image)