aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Share the same radiotap helper implementationJouni Malinen2009-01-098-572/+3
* Moved rfc1042_header into driver_*.c that use itJouni Malinen2009-01-094-4/+3
* Fixed a typo in a commentJouni Malinen2009-01-091-1/+1
* Fixed eapol_test build after RADIUS API changes (const)Jouni Malinen2009-01-091-2/+3
* Move generic definitions away from hostapd.hJouni Malinen2009-01-086-87/+111
* Split hostapd/driver.h into two filesJouni Malinen2009-01-0816-642/+668
* Added support for removing RADIUS accounting and RADIUS in generalJouni Malinen2009-01-086-2/+94
* Remove MLME code from build if none of the enabled drivers need itJouni Malinen2009-01-086-3/+62
* Replaced printf() with wpa_printf()Jouni Malinen2009-01-081-78/+93
* Added CONFIG_NO_STDOUT_DEBUG for hostapdJouni Malinen2009-01-082-0/+9
* Mark shared secret const in RADIUS client routinesJouni Malinen2009-01-087-19/+24
* Moved documentation from developer.txt into source code filesJouni Malinen2009-01-0811-230/+185
* Create PNG icon before running qmake to avoid resource warningJouni Malinen2009-01-061-1/+1
* Preparations for 0.6.7 releaseJouni Malinen2009-01-0614-34/+39
* wpa_cli: Embed command usage into the wpa_cli_commands arrayEygene Ryabinkin2009-01-051-105/+138
* wpa_cli: Improve sensitive command detection for readline historyEygene Ryabinkin2009-01-051-51/+125
* wpa_cli: fix readline history cleaningEygene Ryabinkin2009-01-051-8/+6
* Fix wpa_supplicant build for uClinuxIhar Hrachyshka2009-01-051-3/+3
* Fixed a typo in usage helpJouni Malinen2009-01-041-1/+1
* eapol_test: Add a universal way of adding extra RADIUS attributesTomasz Wolniewicz2009-01-041-30/+127
* Silenced number of Doxygen warningsJouni Malinen2009-01-049-29/+33
* Remove wpa_gui from doxygen documentationsJouni Malinen2009-01-042-2/+2
* Fixed IMAGE_PATH for doxygen run in root directoryJouni Malinen2009-01-044-4/+4
* Remove temporary Qt build directories from Doxygen runJouni Malinen2009-01-042-2/+2
* Remove unwanted wpa_supplicant -> struct wpa_supplicant linksJouni Malinen2009-01-041-1/+6
* Resolve a Doxygen warningJouni Malinen2009-01-041-3/+3
* Fixed Doxygen function linksJouni Malinen2009-01-041-29/+29
* Completed Doxygen documentation for functions declared in wps/wps.hJouni Malinen2009-01-041-7/+54
* Use NULL, not 0, when comparing a pointerJouni Malinen2009-01-031-1/+1
* Added endianness annotation for sparseJouni Malinen2009-01-033-7/+7
* Fixed sparse warnings about integer vs. pointer useJouni Malinen2009-01-032-5/+4
* Removed sparse destinations since "CC=cgcc make" works fineJouni Malinen2009-01-032-12/+0
* Mark functions static if not used elsewhere and use proper prototypesJouni Malinen2009-01-0310-53/+50
* Include the header file to validate function prototype.Jouni Malinen2009-01-031-0/+1
* Moved WPS Registrar initialization from EAP peer to wps_supplicant.cJouni Malinen2009-01-032-57/+49
* Removed registrar pointer from wps_config and wps_dataJouni Malinen2009-01-036-25/+24
* Removed duplicated authenticator yes/no from wps_config and wps_dataJouni Malinen2009-01-037-23/+8
* Removed unused WPS_PENDING processing resultJouni Malinen2009-01-033-16/+1
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-0311-43/+394
* Create all doxygen docs from root directory to get proper path namesJouni Malinen2009-01-036-47/+46
* Fixed number of doxygen warningsJouni Malinen2009-01-0213-13/+21
* Added more src subdirectories into doxygen docsJouni Malinen2009-01-024-8/+32
* Updated doxygen configuration files to work with new doxygenJouni Malinen2009-01-024-26/+15
* Move addr_un definitions to avoid using out-of-scope bufferJouni Malinen2009-01-021-1/+3
* Initialize wpa_ie_len to 0 if WPA IE is not set on all pathsJouni Malinen2009-01-021-1/+2
* Include ieee802_11_defs.h explicitly instead of assuming it gets includedJouni Malinen2009-01-021-0/+1
* Replaced string comparison operator '==' with '=' to work with dashJouni Malinen2009-01-021-1/+1
* WPS: Generate UUID based on MAC address, if not setJouni Malinen2009-01-019-4/+50
* WPS: Cleanup UUID and MAC address configurationJouni Malinen2009-01-014-10/+5
* Include pending MFP defines in nl80211_copy.hJouni Malinen2008-12-313-12/+6