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
..
2010-03-05 21:39:16 +00:00
2010-02-15 14:29:17 +00:00
2010-02-26 09:41:16 +00:00
2010-02-26 09:41:16 +00:00
2010-01-15 16:01:22 +00:00
2010-03-02 16:58:04 +00:00
2009-01-30 15:28:56 +00:00
2009-11-02 12:35:38 +00:00
2009-04-28 20:20:13 +00:00
2009-01-06 14:23:38 +00:00
2010-03-30 21:54:25 +00:00
2010-02-19 14:27:32 +00:00
2010-02-26 09:41:16 +00:00
2009-05-29 22:19:45 +00:00
2010-01-03 22:29:06 +00:00
2010-04-02 13:34:28 +00:00
2010-03-15 16:06:52 +00:00
2010-01-03 15:32:25 +00:00
2010-01-15 16:01:22 +00:00
2010-01-09 15:37:24 +00:00
2010-01-10 19:21:23 +00:00
2010-04-10 13:54:00 +00:00