aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename MSG to MESG to avoid conflicts with Windows header filesJouni Malinen2008-12-111-9/+9
* Don't include unused calls to SHA256 functions if EAP-AKA' is not enabledJouni Malinen2008-12-111-0/+4
* SHA256 is needed for EAP-AKA' and WPSJouni Malinen2008-12-111-0/+2
* Added CONFIG_IEEE80211N into defconfig (commented out)Jouni Malinen2008-12-101-0/+3
* Fixed build without CONFIG_IEEE80211NJouni Malinen2008-12-101-1/+1
* Updated the comment about libnl to state that version 1.1 is new enoughJouni Malinen2008-12-091-2/+3
* Renamed the 'alpha2' variable to 'country' to match with config stringJouni Malinen2008-12-093-9/+9
* Added documentation for the new 'country' configuration optionJouni Malinen2008-12-091-0/+5
* wpa_supplicant: Add support for setting of a regulatory domainLuis R. Rodriguez2008-12-099-3/+96
* wpa_supplicant: print password field only if -K is givenHelmut Schaa2008-12-091-3/+3
* Added libnl 2.0 compatibility code (CONFIG_LIBNL20=y in .config needed)Jouni Malinen2008-12-082-0/+17
* Fixed a typo in wpa_supplicant manpageJouni Malinen2008-12-081-1/+1
* driver_test: Added support for testing WPS without use_mlmeJouni Malinen2008-12-081-0/+7
* WPS: Added [WPS], [WPS-PIN], [WPS-PBC] flags for scan resultsJouni Malinen2008-12-082-0/+43
* nl80211: Include copy of linux/nl80211.h with hostapd/wpa_supplicantJouni Malinen2008-12-083-39/+786
* Added option to force SoH version 1 (tnc=soh1)Jouni Malinen2008-12-073-8/+14
* Added EAP-FAST interop test results with Radiator 4.3.1Jouni Malinen2008-12-071-7/+7
* Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLogJouni Malinen2008-12-0714-2722/+579
* Added protection against EAP-AKA' -> EAP-AKA bidding down attacksJouni Malinen2008-12-056-1/+59
* Fixed a typo in a commentJouni Malinen2008-12-041-1/+1
* EAP-AKA': Added CK',IK' derivationJouni Malinen2008-12-044-3/+101
* EAP-AKA': Comment out EAP-AKA' server KDF negotiationJouni Malinen2008-12-041-0/+4
* EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributesJouni Malinen2008-12-044-2/+223
* Fixed EAP-SIM and EAP-AKA AT_IDENTITY parsing (server only)Jouni Malinen2008-12-041-2/+14
* nl80211: Remove the debug print from data frame processingJouni Malinen2008-12-041-1/+0
* Made 802.11 management frame IE parser aware of vendor HT Capab IEJouni Malinen2008-12-043-0/+22
* Fixed WEP authentication (both Open System and Shared Key) with mac80211Jouni Malinen2008-12-042-1/+25
* EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.cJouni Malinen2008-12-032-8/+90
* Removed mac_addr from eapol_ctx to fix the eapol_test buildJouni Malinen2008-12-031-1/+0
* EAP-AKA': Derive keys using the new KDF (PRF')Jouni Malinen2008-12-036-51/+320
* nl80211: Generate 802.11b mode based on 802.11g informationJouni Malinen2008-12-031-1/+75
* EAP-AKA': Use HMAC-SHA-256-128 for AT_MACJouni Malinen2008-12-024-10/+117
* EAP-AKA': Use SHA256 for AT_CHECKCODEJouni Malinen2008-12-024-20/+46
* Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'Jouni Malinen2008-12-022-16/+32
* Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)Jouni Malinen2008-12-027-0/+2227
* Fixed non-HT (and GF, 20 MHz) countingJouni Malinen2008-12-023-11/+28
* WPS: Added support for wildcard PINs that work with any UUID-EJouni Malinen2008-11-303-19/+57
* WPS: Added more verbose debug info on authentication type mismatchJouni Malinen2008-11-301-1/+2
* WPS: Added note about update_config and added WPS to ChangeLogJouni Malinen2008-11-303-1/+19
* WPS: Added initial documentation on using WPS with wpa_supplicantJouni Malinen2008-11-301-0/+130
* Clear various flags on re-association to allow key_mgmt changesJouni Malinen2008-11-305-2/+19
* Always clear EAP altAccept and altReject variables on new associationJouni Malinen2008-11-301-4/+3
* WPS: Added support for fragmented WPS IE in Beacon and Probe ResponseJouni Malinen2008-11-298-166/+259
* WPS: Added driver_test debug dump of Beacon/ProbeResp WPS IEJouni Malinen2008-11-291-0/+2
* WPS: Add length limits to device attribute stringsJouni Malinen2008-11-291-0/+25
* WPS: Fixed hostapd to use allocated buffers for device attributesJouni Malinen2008-11-291-5/+6
* WPS: Get AP PIN from configuration instead of using hardcoded valueJouni Malinen2008-11-291-2/+4
* WPS: Added WPS into key_mgmt config write handlerJouni Malinen2008-11-291-0/+6
* WPS: Added wpa_supplicant ctrl_iface commands to start WPS processingJouni Malinen2008-11-294-0/+356
* Fixed wpa_config_parse_string() not to modify const string.Jouni Malinen2008-11-291-4/+9