Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2016 19:42:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 213207] ath: Unable to set device MAC in FreeBSD 11
Message-ID:  <bug-213207-21060-1HEDh8vCWl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213207-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213207-21060@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=3D213207

--- Comment #12 from fbsd@opal.com ---
I could not get Andriy's patch to work.

/etc/rc.conf was:

ifconfig_re0=3D"up"
ether_re0=3D"`ifconfig re0 ether`"
wlans_ath0=3Dwlan0
create_args_wlan0=3D"wlanaddr ${ether_re0##*ether } regdomain FCC country U=
S"
ifconfig_wlan0=3D"WPA"
cloned_interfaces=3D"lagg0"
ifconfig_lagg0=3D"laggproto failover laggport re0 laggport wlan0 DHCP"   # =
WAN_IF
ifconfig_lagg0_ipv6=3D"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-REENABL=
ED
id=3D39 ssid=3D"xxx"
Oct 14 21:09:36 shibato wpa_supplicant[411]: wlan0: Trying to associate with
00:26:f2:11:22:33 (SSID=3D'xxx' freq=3D2412 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=3D00:26:f2:11:22:33 reason=3D3 locally_generated=3D1
Oct 14 21:09:46 shibato wpa_supplicant[411]: wlan0:
CTRL-EVENT-SSID-TEMP-DISABLED id=3D39 ssid=3D"xxx" auth_failures=3D17 durat=
ion=3D120
reason=3DCONN_FAILED

--=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-213207-21060-1HEDh8vCWl>