freebsd-dev/usr.sbin/wpa
Bernhard Schmidt 632ee7e3a4 Add WPA-None support:
* WPA-None requires ap_scan=2:
  The major difference between ap_scan=1 (default) and 2 is, that no
  IEEE80211_IOC_SCAN* ioctls/functions are called, though, there is a
  dependency on those. For example the call to wpa_driver_bsd_scan()
  sets the interface UP, this never happens, therefore the interface
  must be marked up in wpa_driver_bsd_associate(). IEEE80211_IOC_SSID
  also is not called, which means that the SSID has not been set prior
  to the IEEE80211_MLME_ASSOC call.
* WPA-None has no support for sequence number updates, it doesn't make
  sense to check for replay violations..
* I had some crashes right after the switch to RUN state, issue is
  that sc->sc_lastrs was not yet defined.

Approved by:	rpaulo (mentor)
MFC after:	3 weeks
2010-04-10 13:54:00 +00:00
..
hostapd fix Jouni's email address 2009-07-12 19:58:52 +00:00
hostapd_cli fix Jouni's email address 2009-07-12 19:58:52 +00:00
ndis_events o Fix usage() prototype [1] and correct its call. 2009-06-23 08:51:11 +00:00
wpa_cli Enable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories properly 2009-08-23 16:04:10 +00:00
wpa_passphrase fix Jouni's email address 2009-07-12 19:58:52 +00:00
wpa_supplicant Add WPA-None support: 2010-04-10 13:54:00 +00:00
l2_packet.c Update for libpcap 0.9.8 2007-10-16 02:12:06 +00:00
Makefile add wpa_passphrase utility to the build 2006-11-17 19:38:51 +00:00
Makefile.inc no need to for gnu89 any more 2009-03-15 01:39:16 +00:00