https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207
--- Comment #12 from f...@opal.com --- I could not get Andriy's patch to work. /etc/rc.conf was: ifconfig_re0="up" ether_re0="`ifconfig re0 ether`" wlans_ath0=wlan0 create_args_wlan0="wlanaddr ${ether_re0##*ether } regdomain FCC country US" ifconfig_wlan0="WPA" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport re0 laggport wlan0 DHCP" # WAN_IF ifconfig_lagg0_ipv6="inet6 accept_rtadv" It does show the wlan being created with the re's MAC address (both in dmesg and in subsequent "ifconfig wlan0" output). However, the WPA AUTH is still failing: Oct 14 21:09:36 shibato wpa_supplicant[411]: wlan0: CTRL-EVENT-SSID-REENABLED id=39 ssid="xxx" Oct 14 21:09:36 shibato wpa_supplicant[411]: wlan0: Trying to associate with 00:26:f2:11:22:33 (SSID='xxx' freq=2412 MHz) Oct 14 21:09:46 shibato wpa_supplicant[411]: wlan0: Authentication with 00:26:f2:11:22:33 timed out. Oct 14 21:09:46 shibato wpa_supplicant[411]: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:26:f2:11:22:33 reason=3 locally_generated=1 Oct 14 21:09:46 shibato wpa_supplicant[411]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=39 ssid="xxx" auth_failures=17 duration=120 reason=CONN_FAILED -- 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"