[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: Tue, 17 Aug 2021 17:10:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257229 --- Comment #15 from Graham Perrin <grahamperrin@gmail.com> --- (In reply to J.R. Oldroyd from comment #14) Thank you, still two clicks before the list of networks appears. The first click brings things up, the second immediately presents the list. Various lines from rc.conf below. ---- netif_nic_seq="em0 wlan0" rtsold_enable="YES" ipv6_activate_all_interfaces="NO" ipv6_defaultrouter="⋯::1" cloned_interfaces="gif0" create_args_gif0="tunnel 192.168.1.10 ⋯.⋯.⋯.⋯ mtu 1480" ifconfig_gif0_ipv6="inet6 ⋯::2 ⋯::1 prefixlen 128 NOAUTO" create_args_wlan0="country GB regdomain etsi" wlans_iwn0="wlan0" # ifconfig_wlan0="WPA DHCP" ifconfig_wlan0="WPA DHCP NOAUTO" # ifconfig_wlan0="WPA SYNCDHCP" # ifconfig_wlan0="WPA SYNCDHCP NOAUTO" create_args_wlan1="country GB regdomain etsi" wlans_rum0="wlan1" # ifconfig_wlan1="WPA DHCP" ifconfig_wlan1="WPA DHCP NOAUTO" # ifconfig_wlan1="WPA SYNCDHCP" ---- (192.168.1.10 is tied, by my local router, to a wired interface.) -- You are receiving this mail because: You are the assignee for the bug.