aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/nmake.mak
Commit message (Collapse)AuthorAgeFilesLines
* Fix VS project files to match with source code file changesJouni Malinen2009-12-131-0/+7
|
* Remove unnecessary definesJouni Malinen2009-12-051-1/+0
| | | | | | | | | The following defines are not really needed in most places, so remove them to clean up source code and build scripts: EAP_TLS_FUNCS EAP_TLS_OPENSSL EAP_TLS_GNUTLS CONFIG_TLS_INTERNAL
* Remove src/crypto from default include pathJouni Malinen2009-11-291-1/+1
| | | | | | 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-1/+1
|
* 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 Visual Studio projects to match with source code file changesJouni Malinen2009-11-211-1/+1
|
* Crypto build cleanup: remove CONFIG_NO_AES_*Johannes Berg2009-08-131-1/+7
| | | | | Instead of using a defines and conditional building of AES parts, move the conditional functionality into separate files.
* Update nmake.mak to match with current filesJouni Malinen2009-02-151-1/+2
|
* Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 releaseJouni Malinen2008-02-271-0/+227