aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | EAP-pwd peer: Fix last fragment length validationJouni Malinen2015-12-021-4/+3
* | | | EAP-pwd peer: Fix error path for unexpected Confirm messageJouni Malinen2015-12-021-1/+2
|/ / /
* | | Merge "TDLS: Do not send error case of TPK M3 if TX fails"Linux Build Service Account2015-11-011-1/+2
|\ \ \
| * | | TDLS: Do not send error case of TPK M3 if TX failsSunil Dutt2015-10-291-1/+2
* | | | Merge "Fix TK configuration to the driver in EAPOL-Key 3/4 retry case"Linux Build Service Account2015-11-012-0/+9
|\ \ \ \
| * | | | Fix TK configuration to the driver in EAPOL-Key 3/4 retry caseJouni Malinen2015-10-292-0/+9
| |/ / /
* / / / Move debug level string conversion functions to wpa_debug.cJouni Malinen2015-10-272-0/+42
|/ / /
* | | Merge "TDLS: On a TPK timeout, tear down the link before renewal by the initi...Linux Build Service Account2015-10-251-1/+7
|\ \ \
| * | | TDLS: On a TPK timeout, tear down the link before renewal by the initiatorPradeep Reddy POTTETI2015-10-201-1/+7
* | | | Merge "eap_proxy: Remove the reference to deprecated qmi_uim_srvc.h"Linux Build Service Account2015-10-231-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | eap_proxy: Remove the reference to deprecated qmi_uim_srvc.hAshwini Patil2015-10-151-4/+3
* | | | Merge "BoringSSL: Fix PKCS12_parse() segfault when used without password"Linux Build Service Account2015-10-161-0/+2
|\ \ \ \
| * | | | BoringSSL: Fix PKCS12_parse() segfault when used without passwordJouni Malinen2015-10-091-0/+2
| |/ / /
* / / / Android: Set ctrl_iface client socket group (AID_WIFI) separatelyAmarnath Hullur Subramanyam2015-10-081-0/+2
|/ / /
* | | tls_openssl: check if key_id is NULL in tls_engine_initAhmad Kholaif2015-10-061-1/+2
* | | Allow wpa_cli/hostapd_cli client socket directory to be specifiedManikandan Mohan2015-10-062-4/+33
* | | nl80211: Use beacon TSF if it is newer than Probe Response TSFSrinivas Dasari2015-10-061-0/+5
* | | eloop: Fix cases where a socket is reopened from a timeout/signal handlerJouni Malinen2015-10-061-7/+22
* | | nl80211: Use nla_put_nested() to set NL80211_ATTR_MAC_ADDRSJouni Malinen2015-10-061-11/+14
* | | Fallback to single sim functionality if subscription bind failes.Bala Krishna Bhamidipati2015-10-061-1/+2
* | | Move the global data structures to eap_proxy contextBala Krishna Bhamidipati2015-10-061-5/+13
* | | eap_proxy: set mnc_len properlyBala Krishna Bhamidipati2015-10-061-8/+28
* | | FST: Mark fst_ies buffer constJouni Malinen2015-10-064-5/+5
* | | FST: Fix MB IE clearing on detachAnton Nayshtut2015-10-061-0/+1
* | | FST: Make fst_hw_mode_to_band() non-inline functionJouni Malinen2015-10-062-16/+18
* | | FST: Fix get_peer_mbies interface fetching in multi-group caseJouni Malinen2015-10-061-2/+2
* | | FST: Merge unreachable error case to another error returnJouni Malinen2015-10-061-4/+1
* | | FST: Use more robust interface-find for TEST_REQUESTJouni Malinen2015-10-061-7/+5
* | | FST: Use more robust interface-find for event messagesJouni Malinen2015-10-061-11/+12
* | | FST: Remove unnecessary fst_attach() already attached checkJouni Malinen2015-10-061-21/+0
* | | FST: Fix dialog token wrap-aroundJouni Malinen2015-10-061-1/+1
* | | FST: Validate STIE header in FST Setup Request/ResponseJouni Malinen2015-10-061-0/+12
* | | FST: Fix Session Transition element length field valueJouni Malinen2015-10-061-6/+8
* | | FST: Print reason for ignoring FST Action frame in debug logJouni Malinen2015-10-062-0/+7
* | | FST: Fix FST-MANAGER TEST_REQUEST parsingJouni Malinen2015-10-061-0/+21
* | | FST: Remove unreachable code in fst_session_handle_tear_down()Jouni Malinen2015-10-061-5/+0
* | | FST: Remove duplicated dl_list_empty() check befor dl_list_first()Jouni Malinen2015-10-062-11/+5
* | | FST: Use EINVAL more consistently as a negative return valueJouni Malinen2015-10-062-25/+22
* | | FST: Mark get_mb_ie() return value constJouni Malinen2015-10-066-22/+23
* | | FST: Replace print_mb_ies() with wpa_snprintf_hex()Jouni Malinen2015-10-063-34/+7
* | | FST: Mark format_session_state_extra() staticJouni Malinen2015-10-061-5/+2
* | | FST: Avoid using pointer to mgmt->u.action.u.fst_actionJouni Malinen2015-10-061-10/+15
* | | FST: Remove the IE header len/size macrosJouni Malinen2015-10-063-20/+14
* | | FST: Clean up fst_group_update_ie()Jouni Malinen2015-10-063-21/+14
* | | FST: Move fst_mbie_get_peer_addr() into fst_group.cJouni Malinen2015-10-062-21/+21
* | | FST: Fix FST Action frame length validationJouni Malinen2015-10-061-7/+38
* | | FST: Testing supportAnton Nayshtut2015-10-064-0/+369
* | | nl80211: Register for FST Action frames (STA)Anton Nayshtut2015-10-061-0/+5
* | | FST: wpa_supplicant control interfaceAnton Nayshtut2015-10-061-0/+1
* | | FST: Add FST IEs into AP mode management framesAnton Nayshtut2015-10-063-0/+50