cosmic-applets icon indicating copy to clipboard operation
cosmic-applets copied to clipboard

Added interfaces to wifi

Open zanaviska opened this issue 6 months ago • 5 comments

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 image

fix

Fix contains several changes:

  1. when connecting to wifi, it compares both ssid and iface of the connected wifi
  2. it displays iface for ssid that is available on several interfaces
  3. same rule applies to already connected wifi(see last image) image image

zanaviska avatar Aug 13 '24 11:08 zanaviska