aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-112-16/+4
| | | | | | | Remove the GPL notification text from the files that were initially contributed by myself. Signed-hostap: Jouni Malinen <j@w1.fi>
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-2/+2
|
* eloop: Remove global user data pointerJouni Malinen2009-12-191-1/+1
| | | | | This is not really needed since all signal handlers can use a context pointer provided during signal handler registration.
* Move test_x509v3 into the new tests subdirectoryJouni Malinen2009-12-063-378/+0
|
* Move more tests from wpa_supplicant/tests into testsJouni Malinen2009-12-055-1203/+0
|
* Move MD4 test from wpa_supplicant/tests into testsJouni Malinen2009-12-051-99/+0
|
* Remove src/crypto from default include pathJouni Malinen2009-11-297-11/+11
| | | | | | In addition, start ordering header file includes to be in more consistent order: system header files, src/utils, src/*, same directory as the *.c file.
* Remove src/rsn_supp from default header pathJouni Malinen2009-11-291-2/+2
|
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+1
| | | | | | | | | | This makes it clearer which files are including header from src/common. Some of these cases should probably be cleaned up in the future not to do that. In addition, src/common/nl80211_copy.h and wireless_copy.h were moved into src/drivers since they are only used by driver wrappers and do not need to live in src/common.
* Fix test-sha256 buildJouni Malinen2009-02-101-1/+2
|
* Added a separate ctx pointer for wpa_msg() calls in WPA suppJouni Malinen2009-01-171-0/+1
| | | | | This is needed to allow IBSS RSN to use per-peer context while maintaining support for wpa_msg() calls to get *wpa_s as the pointer.
* Partial fix for test_wpa buildJouni Malinen2009-01-131-17/+1
|
* Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 releaseJouni Malinen2008-02-2712-0/+2209