[Bug 257229] net-mgmt/wifimgr with multiple Wi-Fi interfaces

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 17 Jul 2021 12:16:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257229

--- Comment #2 from J.R. Oldroyd <fbsd@opal.com> ---
wifimgr looks for the first interface configured in /etc/rc.conf as either:
    ifconfig_XYZN="... WPA ..."
or
    wpa_supplicant_flags="... -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 interface. 
I can put that on a todo list, but it isn't something that I anticipate doing
soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.