Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 2021 12:16:36 +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-SUthSPExan@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 #2 from J.R. Oldroyd <fbsd@opal.com> ---
wifimgr looks for the first interface configured in /etc/rc.conf as either:
    ifconfig_XYZN=3D"... WPA ..."
or
    wpa_supplicant_flags=3D"... -i XYZN ..."

If you re-order your config in /etc/rc.conf so that your desired interface =
is
first, wifimgr will work on that interface.

As for your actual question - supporting multiple interfaces - this would
require some reworking of the code which currently only handles one interfa=
ce.=20
I can put that on a todo list, but it isn't something that I anticipate doi=
ng
soon.

--=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-SUthSPExan>