Subject: Re: hostapd on NetBSD?
To: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: current-users
Date: 08/02/2005 11:17:57
On Mon, Aug 01, 2005 at 14:47:07 +0200, Ronald van der Pol wrote:

> wpa_supplicant compiles, but I have not gotten it running fully
> yet.

I have a 802.1x session running now. I have not made any further
changes, just the two patches I sent yesterday. So, wpa_supplicant
is working on NetBSD.

# ./wpa_supplicant -i ath0 -c ./wpa_supplicant.conf
Trying to associate with 00:0e:d7:c3:3e:f1 (SSID='ietf63-1x' freq=2432 MHz)
Associated with 00:0e:d7:c3:3e:f1
EAP-MSCHAPV2: Authentication succeeded
EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
WPA: Key negotiation completed with 00:0e:d7:c3:3e:f1 [PTK=TKIP GTK=TKIP]
Disconnect event - remove keys
Trying to associate with 00:11:20:db:1d:d1 (SSID='ietf63-1x' freq=2452 MHz)
Associated with 00:11:20:db:1d:d1
EAP-MSCHAPV2: Authentication succeeded
EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
WPA: Key negotiation completed with 00:11:20:db:1d:d1 [PTK=TKIP GTK=TKIP]

	rvdp