[Bug 257229] net-mgmt/wifimgr with multiple Wi-Fi interfaces
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257229] net-mgmt/wifimgr with multiple Wi-Fi interfaces"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Sep 2021 09:27:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257229 --- Comment #22 from J.R. Oldroyd <fbsd@opal.com> --- Created attachment 227705 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227705&action=edit patch to update port from 1.17 to 1.18 wifimgr-1.18.tar.xz 2021 Sep 06 Change distribution format from .tar.bz2 to .tar.xz. When scanning networks, use greatest bars value for any_bssid networks (avoids associated network getting 0 bars and so not being included in default display). Limit length of ssid in display and truncate if needed using an ellipsis. Add support for multiple wlan interfaces: This involved significant recoding of several functions to loop through all active interfaces, or to take interface argument. Code to detect associated network also changed as there could be multiple associated networks. When added cloaked network, need to initialize associated flag. Rework parser for /etc/rc.conf files to allow one pass through all files and also due to new support of multiple wlan interfaces. For gtk3, don't attach multiple widgets in one grid space. Use a box to add multiple widgets. Updated all .po files due to addition of new message. Rework Makefiles to have one Makefile per directory. Remove icons-wm dir and the icons in it: Replace with one icon in wifimgr icons dir. Update .desktop file to use icon from wifimgr icons dir. Remove calls to gtk-update-icon-cache(1) as no longer needed. Add support for wlanN interfaces configured using NOAUTO in /etc/rc.conf. -- You are receiving this mail because: You are the assignee for the bug.