Commit Graph

9 Commits

Author SHA1 Message Date
sam
153f9c1cd9 Import of WPA supplicant 0.5.10 2008-03-24 19:46:53 +00:00
sam
35aef052ff Import of WPA supplicant 0.5.8 2007-07-11 15:48:36 +00:00
sam
840099f34d Import of WPA supplicant 0.4.8 2006-03-07 05:26:33 +00:00
wpaul
34dbcde8df Import a fixed version of driver_ndis.c from the vendor. The existing
version has a bug where it fails to properly cancel the polling loop
that periodically queries the BSSID (this is done to detect the
association/disassociation state). The timeout is supposed to fire
once a second, but the eloop_cancel_timeout() call uses a different
'user data' value than what was passed to eloop_register_timeout(),
so cancelling the timeouts fails. This results in an additional timeout
being created each time an EAPOL packet is received, which can lead
to dozens of unwanted timeouts firing every second instead of just one.
2005-10-20 16:31:54 +00:00
wpaul
6a5bf1d411 Import the driver_ndis files from the 0.3.9 distribution. 2005-10-10 17:46:15 +00:00
sam
cbd7bfe946 clr ptr after freeing state to avoid subsequent null ptr deref
(on vendor branch since this change already exists in Jouni's cvs).

Approved by:	re (scottl)
2005-07-06 22:06:27 +00:00
sam
b6ecc83f22 stripped down import of wpa_supplicant v0.3.9
Approved by:	re (dwhite)
2005-06-13 16:43:14 +00:00
cvs2svn
2cc0915680 This commit was manufactured by cvs2svn to create branch
'VENDOR-wpa_supplicant'.
2005-06-05 20:55:02 +00:00
sam
2b0ba7bae5 Stripped down import of wpa_supplicant v0.3.8 2005-06-05 20:52:14 +00:00