summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WPS: Allow config_methods to be cleared with an empty stringJouni Malinen2015-09-051-1/+1
* mesh: Rename IE field to clarify its useMasashi Honma2015-09-051-2/+2
* TDLS: Use proper IE parsing routine for non-EAPOL-Key casesJouni Malinen2015-09-051-6/+9
* Add station tracking based on other management frame subtypesJouni Malinen2015-09-053-1/+5
* WPS: Merge identical error paths in ssdp_listener_open()Jouni Malinen2015-09-051-8/+5
* Add option to reject authentication on 2.4 GHz from dualband STAJouni Malinen2015-09-056-7/+72
* Indicate CTRL-EVENT-AUTH-REJECT event on authentication rejectionJouni Malinen2015-09-051-0/+2
* Add option to ignore Probe Request frames on 2.4 GHz from dualband STAJouni Malinen2015-09-053-0/+39
* hostapd: Add mechanism to track unconnected stationsJouni Malinen2015-09-056-0/+104
* wpa_priv: Add authentication command and eventJouni Malinen2015-09-052-0/+110
* wpa_priv: Add support for EVENT_SCAN_STARTEDJouni Malinen2015-09-052-0/+4
* wpa_priv: Clear extended_capa pointersJouni Malinen2015-09-051-0/+4
* Do not advertise DSSS/CCK support in 40 MHz for 5 GHz bandVasanthakumar Thiagarajan2015-09-051-0/+9
* Allow wpa_cli/hostapd_cli client socket directory to be specifiedManikandan Mohan2015-09-012-4/+33
* WPS: Remove trailing CR from subscription callback URLsJouni Malinen2015-08-311-0/+2
* WPS: Print subscription UUID in debug log in more placesJouni Malinen2015-08-312-5/+15
* WPS: Clean up next_advertisement() error pathJouni Malinen2015-08-311-5/+1
* WPS: Merge event_send_start() error pathsJouni Malinen2015-08-311-5/+3
* WPS: Merge SetSelectedRegistrar parsing error returnsJouni Malinen2015-08-311-4/+2
* EAP-WSC peer: Reject connection on unexpected failureJouni Malinen2015-08-301-0/+3
* WPS: Use a shared error path in http_client_addr()Jouni Malinen2015-08-291-18/+12
* WPS: Clean up http_client_tx_ready()Jouni Malinen2015-08-291-6/+6
* WPS: Remove duplicated isgraph() loop in HTTP header parsingJouni Malinen2015-08-281-2/+0
* WPS: Merge common error paths in HTTP serverJouni Malinen2015-08-281-5/+3
* Remove unnecessary enum typedef from wpa_auth_sm_event()Jouni Malinen2015-08-282-4/+4
* EAPOL auth: Avoid recursive wpa_sm_step() on WPA_DEAUTH caseJouni Malinen2015-08-281-0/+8
* EAPOL auth: clear keyRun in AUTH_PAE INITIALIZEJouni Malinen2015-08-281-0/+12
* nl80211: Use nla_put_nested() to set NL80211_ATTR_MAC_ADDRSJouni Malinen2015-08-281-11/+14
* P2PS: Remove redundant check in for loopPurushottam Kushwaha2015-08-281-1/+1
* Fix key derivation for Suite B 192-bit AKM to use SHA384Jouni Malinen2015-08-273-0/+111
* Make sure configuration is saved to storage deviceMitchell Wills2015-08-275-0/+45
* WPS: Fix HTTP body length checkJouni Malinen2015-08-251-3/+6
* OpenSSL: Write PKCS#12 extra cert errors into debug logJouni Malinen2015-08-241-0/+5
* OpenSSL: Enable support for server side TLS session resumptionJouni Malinen2015-08-241-13/+115
* EAP-TLS server: Add support for session resumptionJouni Malinen2015-08-241-1/+50
* EAP-TTLS server: Add support for session resumptionJouni Malinen2015-08-241-1/+90
* EAP-PEAP server: Add support for session resumptionJouni Malinen2015-08-241-3/+93
* EAP server: Set per-EAP method session contextJouni Malinen2015-08-241-1/+5
* TLS: Add functions for managing cached session stateJouni Malinen2015-08-245-0/+102
* EAP server: Add tls_session_lifetime configurationJouni Malinen2015-08-2411-1/+20
* EAP server: Disable TLS session ticket with EAP-TLS/TTLS/PEAPJouni Malinen2015-08-246-8/+11
* OpenSSL: Allow server connection parameters to be configuredJouni Malinen2015-08-241-27/+36
* TLS: Add new arguments to tls_connection_set_verify()Jouni Malinen2015-08-246-6/+19
* OpenSSL: Add wrapper struct for tls_init() resultJouni Malinen2015-08-241-50/+76
* tests: Allow AES-WRAP-192 test cases to be commented out with BoringSSLJouni Malinen2015-08-181-0/+8
* OpenSSL: Reject OCSP-required configuration if no OCSP supportJouni Malinen2015-08-181-0/+10
* BoringSSL: Fix PKCS12_parse() segfault when used without passwordJouni Malinen2015-08-181-0/+2
* OpenSSL: Handshake completion and resumption state into debug logJouni Malinen2015-08-181-2/+8
* BoringSSL: Fix session resumptionJouni Malinen2015-08-181-1/+1
* BoringSSL: Make SSL_set_ssl_method() conditional on EAP-FASTJouni Malinen2015-08-181-0/+2