aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync nl80211.h copy with the current kernel versionJouni Malinen2008-12-311-0/+31
* Renamed nl80211 HT channel parameters to match with kernelJouni Malinen2008-12-312-17/+17
* MFP: Require MFP is it is enabled and AP scan shows support for itJouni Malinen2008-12-311-0/+12
* MFP: Fix SA Query Action CategoryJouni Malinen2008-12-311-1/+1
* Fixed SA Query Request lengthJouni Malinen2008-12-311-2/+1
* Clear BIP keys, too, when removing broadcast keys with MFP enabledJouni Malinen2008-12-311-0/+13
* MFP: Remove mac80211 workaround of IGTK in monitor netdevJouni Malinen2008-12-311-5/+0
* Added ctrl_interface command for sending a SA Query requestJouni Malinen2008-12-305-24/+74
* Fix TLS message processing if Flags field is not presentJouni Malinen2008-12-301-2/+15
* Disconnect the STA if EAP timeout is reachedJouni Malinen2008-12-291-0/+16
* WPS: Set recommended retransmission times with EAP method specific hintJouni Malinen2008-12-291-0/+10
* Fixed retransmission of EAP requests if no response is receivedJouni Malinen2008-12-294-33/+69
* Add RADIUS server support for identity selection hint (RFC 4284)Jouni Malinen2008-12-265-0/+46
* NEED_BASE64 for WPSAndriy Tkachuk2008-12-262-0/+2
* Added a TODO item for sending protected Disassoc after failed SA QueryJouni Malinen2008-12-261-0/+13
* hostap.epitest.fi server is not at ISC anymore.Jouni Malinen2008-12-263-21/+3
* Added a note about IEEE 802.11w/D7.0 updateJouni Malinen2008-12-262-0/+2
* Do not use SA Query procedure if reassociation is part of FTJouni Malinen2008-12-261-1/+2
* Add Key Length field into IGTK sub-element (FTIE) per 802.11w/D7.0Jouni Malinen2008-12-262-5/+13
* Updated SA Query procedure to use timeouts per 802.11w/D7.0Jouni Malinen2008-12-267-40/+78