Date: Mon, 06 Sep 2021 09:27:34 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257229] net-mgmt/wifimgr with multiple Wi-Fi interfaces Message-ID: <bug-257229-7788-41KYN5yxny@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257229-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-257229-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257229 --- Comment #22 from J.R. Oldroyd <fbsd@opal.com> --- Created attachment 227705 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227705&action= =3Dedit 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 netwo= rks (avoids associated network getting 0 bars and so not being included in defa= ult 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.= =20 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 bo= x 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.=20 Add support for wlanN interfaces configured using NOAUTO in /etc/rc.conf. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257229-7788-41KYN5yxny>