summaryrefslogtreecommitdiff
path: root/src/common/wpa_common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix key derivation for Suite B 192-bit AKM to use SHA384Jouni Malinen2015-08-271-0/+6
* Fix PMKID addition to RSN element when RSN Capabilities are not presentJouni Malinen2015-08-081-2/+5
* FT: Allow CCMP-256 and GCMP-256 as group ciphersJouni Malinen2015-07-071-1/+1
* Remove unnecessary wpa_ie_len check from wpa_parse_wpa_ie_wpa()Jouni Malinen2015-06-201-5/+0
* Remove WEP40/WEP104 cipher suite support for WPA/WPA2Jouni Malinen2015-06-201-44/+0
* FT: Check FT, MD, and Timeout Interval length in the parserJouni Malinen2015-04-221-0/+4
* Replace WPA_MAX_SSID_LEN with SSID_MAX_LENJouni Malinen2015-04-221-2/+2
* Show OSEN key management properly in scan resultsBen Greear2015-03-251-11/+23
* FT: Avoid unnecessary allocation for MIC calculationJouni Malinen2015-03-151-32/+44
* Add Suite B 192-bit AKMJouni Malinen2015-01-271-1/+60
* Preparations for variable length KCK and KEKJouni Malinen2015-01-271-24/+83
* Add text names for number of the key_mgmt valuesJouni Malinen2014-12-121-0/+8
* Check os_snprintf() result more consistently - automatic 1Jouni Malinen2014-12-081-8/+8
* WPA: Use more explicit WPA/RSN selector count validationJouni Malinen2014-11-231-4/+4
* Use more explicit num_pmkid validation in RSN IE parsingJouni Malinen2014-11-231-5/+5
* Suite B: Select EAPOL-Key integrity and key-wrap algorithms based on AKMJouni Malinen2014-11-161-6/+19
* Suite B: PMKID derivation for AKM 00-0F-AC:11Jouni Malinen2014-11-161-0/+33
* Suite B: Add AKM 00-0F-AC:11Jouni Malinen2014-11-161-0/+6
* Add RSN cipher/AKM suite attributes into RADIUS messagesJouni Malinen2014-07-311-0/+24
* Allow management group cipher to be configuredJouni Malinen2014-03-141-6/+46
* WPA: Clean up cipher suite counting in write routinesJouni Malinen2014-03-021-15/+6
* Debug print trailing WPA/RSN IE bytes, if anyJouni Malinen2014-03-021-4/+6
* HS 2.0R2: Add common OSEN definitionsJouni Malinen2014-02-261-0/+5
* Get rid of duplicated cipher suite and AKM definitionsJouni Malinen2013-12-311-24/+0
* Initial handling of GTK-not-used cipher suiteJouni Malinen2013-12-261-0/+8
* Add definitions for new cipher suites from IEEE Std 802.11ac-2013Jouni Malinen2013-12-241-2/+77
* Remove CONFIG_NO_WPA2 build parameterJouni Malinen2013-06-071-6/+0
* Move cipher to enum wpa_cipher conversion into wpa_common.cJouni Malinen2013-01-131-0/+20
* Use a helper function for selection group cipher for AP modeJouni Malinen2013-01-131-0/+18
* Use helper function for writing cipher suite namesJouni Malinen2013-01-131-0/+52
* Use a common function for parsing cipher suitesJouni Malinen2013-01-131-0/+47
* Move cipher suite selection into common helper functionsJouni Malinen2013-01-131-1/+31
* Add initial parts for SAEJouni Malinen2012-09-301-0/+6
* Move WPA cipher information into a shared locationJouni Malinen2012-08-301-0/+135
* Add support for using GCMP cipher from IEEE 802.11adJouni Malinen2012-08-291-0/+4
* FIPS: Remove MD5 from the CONFIG_FIPS=y buildJouni Malinen2012-08-161-0/+2
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* FT: Share IE parser implementation for Authenticator and SupplicantJouni Malinen2011-07-161-0/+148
* WPA: Add more info for EAPOL-Key Nonce/MIC debuggingJouni Malinen2011-01-151-0/+2
* Share WPA IE parser function for RSN authenticator/supplicantJouni Malinen2010-11-121-0/+138
* Make wpa_compare_rsn_ie() handle missing IEsJouni Malinen2010-04-101-0/+3
* FT: Fix FT 4-Way Handshake to include PMKR1Name in messages 2 and 3Jouni Malinen2010-04-071-0/+113
* Remove src/crypto from default include pathJouni Malinen2009-11-291-5/+5
* Add AP mode WPA status into ctrl_ifaceJouni Malinen2009-10-161-0/+67
* Verify that EAPOL-Key MIC generation succeedsJouni Malinen2009-08-161-3/+3
* Allow SHA256-based key handshake to be used without 802.11rJouni Malinen2009-02-191-2/+2
* Moved rsn_pmkid() into shared code to avoid duplicationJouni Malinen2009-01-141-0/+34
* Added support for using SHA256-based stronger key derivation for WPA2Jouni Malinen2008-08-311-2/+16
* IEEE Std 802.11r-2008 has been released, so update referencesJouni Malinen2008-08-151-4/+4
* Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 releaseJouni Malinen2008-02-271-0/+556