summaryrefslogtreecommitdiffstats
path: root/contrib/wpa/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix previous commit: both flags must be set.rpaulo2013-08-071-1/+2
|
* Make sure IFM_AVALID is also set when checking ifm_status.rpaulo2013-08-071-1/+1
| | | | Submitted by: yongari
* Fix a timing issue with the wired driver.rpaulo2013-08-071-1/+30
| | | | | | | | | After configuring the interface, wait for the link to become active. Many ethernet drivers reset the chip when we set multicast filters (causing significant delays due to link re-negotiation) and, by the time we start sending packets, they are discared instead of going to the ether. Tested by: dumbbell
* Move to MSG_DEBUG to print it via syslog only when requested.hiren2013-07-081-1/+1
| | | | | Reviewed by: rpaulo, adrian Approved by: sbruno (mentor)
* Delete .gitignore files.rpaulo2013-07-045-6/+0
|
* Remove unused files / directories.rpaulo2013-07-0424-983/+0
|
* Merge hostapd / wpa_supplicant 2.0.rpaulo2013-07-04418-11449/+49628
| | | | Reviewed by: adrian (driver_bsd + usr.sbin/wpa)
* Import change e4ac6417c7504e1c55ec556ce908974c04e29e3c from upstream wpa:pluknet2013-06-171-1/+1
| | | | | | | | | | | | | | | | From: Guy Eilam <guy@wizery.com> Date: Mon, 21 Feb 2011 20:44:46 +0000 (+0200) Subject: utils: Corrected a typo in header's name definition utils: Corrected a typo in header's name definition Corrected a typo in the BASE64_H definition that might cause the header file to be included more than once. Signed-off-by: Guy Eilam <guy@wizery.com> Submitted by: <dt71@gmx.com> MFC after: 3 days
* Import change 40eebf235370b6fe6353784ccf01ab92eed062a5 from upstream wpa:dim2013-02-161-1/+1
| | | | | | | | | | | | | From: Jouni Malinen <j@w1.fi> Date: Fri, 15 Jul 2011 13:42:06 +0300 Subject: [PATCH] MD5: Fix clearing of temporary stack memory to use correct length sizeof of the structure instead of the pointer was supposed to be used here. Fix this to clear the full structure at the end of MD5Final(). Found by: clang ToT Reviewed by: rpaulo MFC after: 3 days
* MFS security patches which seem to have accidentally not reached HEAD:cperciva2012-11-231-0/+8
| | | | | | | | | | | Fix insufficient message length validation for EAP-TLS messages. Fix Linux compatibility layer input validation error. Security: FreeBSD-SA-12:07.hostapd Security: FreeBSD-SA-12:08.linux Security: CVE-2012-4445, CVE-2012-4576 With hat: so@
* Remove unused files.rpaulo2010-11-038-4602/+0
|
* Merge wpa_supplicant and hostapd 0.7.3.rpaulo2010-11-03334-10056/+45535
|
* Remove unused files.rpaulo2010-06-1427-16422/+0
|
* MFV hostapd & wpa_supplicant 0.6.10.rpaulo2010-06-14124-411/+24509
|
* bring in local changes for:sam2009-03-021-0/+47
| | | | | | CONFIG_DEBUG_SYSLOG CONFIG_TERMINATE_ONLASTIF EAP_SERVER
* connect vendor wpa area to contribsam2009-03-02258-0/+115948
OpenPOWER on IntegriCloud