From nobody Mon Sep 6 09:27:34 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E695717BD3CE for ; Mon, 6 Sep 2021 09:27:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H332t5yyyz4YZj for ; Mon, 6 Sep 2021 09:27:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB2CA1C472 for ; Mon, 6 Sep 2021 09:27:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1869RYkk035318 for ; Mon, 6 Sep 2021 09:27:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1869RYBF035317 for ports-bugs@FreeBSD.org; Mon, 6 Sep 2021 09:27:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257229] net-mgmt/wifimgr with multiple Wi-Fi interfaces Date: Mon, 06 Sep 2021 09:27:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fbsd@opal.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257229 --- Comment #22 from J.R. Oldroyd --- 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.=