hostap/src
Masakazu Mokuno b5a357b476 Add support for PS3 Linux wireless driver
This adds support for PS3 wireless to wpa_supplicant.

Although PS3 wireless driver is designed to conform the WEXT standard
as much as possible, unfortunately the wext driver wrapper of
wpa_supplicant can not support PS3 wireless fully because:

 - PS3 wireless driver uses private WEXT ioctls for accepting PSK of
   WPA-Personal from the userland.
   WEXT does not specify the way to do it.

 - The association and 4-way handshake are done by PS3 virtual
   wireless device. The guest OSes can not interfere it.

 - No EAPOL frames are allowed to go outside of the
   hypervisor/firmware nor come from. They are eaten by the firmware.

Thus I needed to make a new driver wrapper for PS3 wireless.

This patch can be applied against the latest 0.6.x tree.

Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
2008-03-13 19:00:37 +02:00
..
common Silence gcc 4.3.0 warnings about invalid array indexes 2008-03-12 09:33:18 +02:00
crypto Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
drivers Add support for PS3 Linux wireless driver 2008-03-13 19:00:37 +02:00
eap_common EAP-FAST: Define and use EAP_FAST_CMK_LEN 2008-02-27 17:58:46 -08:00
eap_peer TNC: Fixed TNC when using EAP-TTLS with non-EAP Phase 2 2008-03-09 12:04:10 +02:00
eap_server TNC: Integrated TNC support into EAP-TTLS server 2008-03-09 12:05:06 +02:00
eapol_supp Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
hlr_auc_gw Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
l2_packet Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
radius TNC: Provide 'tnc' configuration option for EAP server and methods 2008-03-09 10:42:53 +02:00
rsn_supp FT: Use correct BSSID when deriving PTK and verifying MIC 2008-03-12 11:20:20 +02:00
tls Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
utils EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences 2008-02-27 17:59:34 -08:00
Makefile Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00