Subject: wpa_supplicant and wi(4)
To: None <current-users@NetBSD.org>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: current-users
Date: 04/17/2007 21:37:00
Heyas folks --

Is wpa_supplicant known to work with pcmcia wi(4) devices? The man  
page references wi(4), but I have yet to have any luck.

My wpa_supplicant.conf:

	ctrl_interface=/var/run/wpa_supplicant
	ctrl_interface_group=wheel
	network={
		ssid="myssid"
		scan_ssid=1
		key_mgmt=WPA-PSK
		psk="mypassphrase"
	}

Incase it matters, this is NetBSD/hpcsh -current and trying to talk  
to a pair of Apple AirPort basestations (one Extreme, one Express)  
running in WDS mode.

Cheers,
Jared