Date: Sat, 10 Apr 2010 13:54:00 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath if_ath.c src/sys/net80211 ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_ioctl.c src/usr.sbin/wpa/wpa_supplicant driver_freebsd.c wpa_supplicant.conf.5 Message-ID: <201004101356.o3ADuwCZ054175@repoman.freebsd.org>
index | next in thread | raw e-mail
bschmidt 2010-04-10 13:54:00 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c
sys/net80211 ieee80211_crypto_ccmp.c
ieee80211_crypto_tkip.c ieee80211_ioctl.c
usr.sbin/wpa/wpa_supplicant driver_freebsd.c
wpa_supplicant.conf.5
Log:
SVN rev 206457 on 2010-04-10 13:54:00Z by bschmidt
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
Revision Changes Path
1.272 +8 -2 src/sys/dev/ath/if_ath.c
1.18 +8 -1 src/sys/net80211/ieee80211_crypto_ccmp.c
1.23 +8 -1 src/sys/net80211/ieee80211_crypto_tkip.c
1.95 +107 -61 src/sys/net80211/ieee80211_ioctl.c
1.18 +12 -1 src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c
1.13 +22 -2 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004101356.o3ADuwCZ054175>
