From owner-freebsd-current@FreeBSD.ORG Thu Dec 10 14:48:58 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9826C106568F for ; Thu, 10 Dec 2009 14:48:58 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 33D6E8FC19 for ; Thu, 10 Dec 2009 14:48:57 +0000 (UTC) Received: by ewy26 with SMTP id 26so3832506ewy.3 for ; Thu, 10 Dec 2009 06:48:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=s7cfgjJh9VKWwB3nFQUBGetnhgr/THxGXEBJYmcNXZg=; b=eX9WWsEWpwJxiLCSoqLPOPNSyBvKAfwCoUABhj2YDfFMnW/yCCfhrdkYcXQFciGKzF 7vxBL139yD5nyEh6Y1d/+oiK51hNfiKDrqIdRkkd6j8IKXmw5DZMFkh+518GngWv3eGS 5vgDGHNgs9yf68FbVoFtkWt7FACsv7mVPhC54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RqcUbmgtagD7nVDMhCADCiGNTiPOqAh2pdZypG98cz7edL334Qh9p+wG/hV+kSClRN yfzWuyU9jrNJBvZXQVPizcTFNWR7q243bWaGjyZjR05dOTREoUOgd4v7g9dJdmY2xkU5 a8VLz2/nuzXALFni9XnPVhXyXtISexXbWqgtM= MIME-Version: 1.0 Received: by 10.213.2.82 with SMTP id 18mr12127410ebi.58.1260456536918; Thu, 10 Dec 2009 06:48:56 -0800 (PST) Date: Thu, 10 Dec 2009 15:48:56 +0100 Message-ID: <3a142e750912100648n7a4ccc73r6aba9300d4ca8105@mail.gmail.com> From: Paul B Mahol To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: HEADS UP: NDISulator - please test X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 14:48:58 -0000 Hello, I made some general improvements, added some features and fixed dozens of bugs. Goal is to make WPA work with bsd driver for wpa_supplicant (-Dbsd) Code is available here: http://gitorious.org/ndisulator It can be also downloaded as tar.gz: http://www.gitorious.org/ndisulator/ndisulator/archive-tarball/master Example how to build: Just extract archive somewhere and use mount_nullfs(8): mount_nullfs ndisulator-ndisulator/src/sys/dev/if_ndis /sys/dev/if_ndis mount_nullfs ndisulator-ndisulator/src/sys/compat/ndis /sys/compat/ndis mount_nullfs ndisulator-ndisulator/src/usr.sbin/ndiscvt /usr/src/usr.sbin/ndiscvt Now you just need to rebuild modules, including modules created via ndisgen(8) and ndiscvt. How to test: Does 'wpa_supplicant -Dbsd' works in your environment ? Known issues: WPA is broken. WPA2 is missing PMKID support.