Subject: HOSTAP broken on wi interface if WEP is set.
To: None <current-users@netbsd.org>
From: Dave J. Barnes <djb_netbsd@charter.net>
List: current-users
Date: 10/31/2007 23:37:20
Works on 3.x
Broken on 4.0_RC3, and current as of 4.99.19

Tracing with tcpdump shows good packets being received but not making 
their way up through
bpf to dhcpd (or dhcpd is unhappy with the packet for some reason). 
Trace shows valid packets -- dhcpd -d
prints out nothing.

Turning off WEP (ifconfig wi0 -nwkey) makes everything work.


Has some kind of interaction between bpf and WEP been added?

djb