https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214264
--- Comment #3 from Sean Farley <s...@freebsd.org> --- (In reply to Neptunium from comment #2) According to rc.conf(5): If a wlans_<interface> variable is set, an wlan(4) interface will be created for each item in the list with the wlandev argument set to interface. Further wlan cloning arguments This is my network configuration on my laptop running FreeBSD 11. I have lagg setup with it too. ifconfig_bge0="up" wlans_iwn0="wlan0" ifconfig_wlan0="ether aa:bb:cc:dd:ee:ff WPA" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP" ifconfig_lagg0_ipv6="inet6 accept_rtadv" > ifconfig_wlan0="inet 192.168.1.2 netmask 255.255.255.0 WPA ssid ABCDEFG" Do you have /etc/wpa_supplicant.conf setup? You should not have to set SSID in /etc/rc.conf if you do; it will just switch networks for you. I think that is what you are asking, yes? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"