On Mon, Aug 14, 2006 at 03:56:13PM -0400, Nick Guenther wrote:
> I could imagine the openbsd crew having simply not written in support
> for shared key, but I can't speak for them.
There's some support for shared key authentication in the kernel, but it
was disabled in sys/net80211/ieee80211_input.c rev 1.14:
Disable shared key mode until we have a way for the user to specify
that they explicitly want it. What we have currently doesn't seem
to work anyway. Add support for specifying a status type when
sending managemnent frames; adapted from FreeBSD. OK jsg@