From owner-freebsd-wireless@FreeBSD.ORG Tue May 1 08:40:12 2012 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11533106566B for ; Tue, 1 May 2012 08:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D75678FC12 for ; Tue, 1 May 2012 08:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q418eBE0095945 for ; Tue, 1 May 2012 08:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q418eBNe095944; Tue, 1 May 2012 08:40:11 GMT (envelope-from gnats) Date: Tue, 1 May 2012 08:40:11 GMT Message-Id: <201205010840.q418eBNe095944@freefall.freebsd.org> To: freebsd-wireless@FreeBSD.org From: Erik Fonnesbeck Cc: Subject: Re: bin/144109: hostapd(8) uses the MAC of the wireless interface, but should use the BSSID. X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erik Fonnesbeck List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2012 08:40:12 -0000 The following reply was made to PR bin/144109; it has been noted by GNATS. From: Erik Fonnesbeck To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/144109: hostapd(8) uses the MAC of the wireless interface, but should use the BSSID. Date: Tue, 1 May 2012 02:30:23 -0600 The file containing the code mentioned in the PR appears to have been moved to contrib/wpa/src/l2_packet/l2_packet_freebsd.c and does still use the code that causes hostapd to malfunction when the wireless MAC and BSSID are configured to not be the same as each other.