aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | FST: Make FST peer connection check more permissive in hostapdAnton Nayshtut2015-12-016-10/+16
| | * | | | | | | FST: Fix STA MB IEs creationAnton Nayshtut2015-12-011-26/+0
| | * | | | | | | hostapd: Process MAC ACLs on a station association event (SME in driver)Anton Nayshtut2015-12-013-16/+44
| | |/ / / / / /
| * | | | | | | Promotion of wlan-service.lnx.1.0-00002.Linux Build Service Account2015-12-151-1/+2
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Skip SELECT_NETWORK steps only if already connected or connectingJouni Malinen2015-12-081-1/+2
| * | | | | | | Promotion of wlan-service.lnx.1.0-00001.Linux Build Service Account2015-12-0615-73/+173
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
* | | | | | | FST: Improve parsing of Multiband IEsDedy Lansky2015-12-021-13/+88
* | | | | | | FST: Make FST peer connection check more permissive in hostapdAnton Nayshtut2015-12-026-10/+16
* | | | | | | FST: Fix STA MB IEs creationAnton Nayshtut2015-12-021-26/+0
* | | | | | | hostapd: Process MAC ACLs on a station association event (SME in driver)Anton Nayshtut2015-12-023-16/+44
* | | | | | | EAP-pwd server: Fix last fragment length validationJouni Malinen2015-12-021-3/+3
* | | | | | | WNM: Ignore WNM-Sleep Mode Response if WNM-Sleep Mode has not been usedJouni Malinen2015-12-024-0/+11
* | | | | | | WNM: Ignore Key Data in WNM Sleep Mode Response frame if no PMF in useJouni Malinen2015-12-021-0/+6
* | | | | | | 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
|/ / / / / /
* | | | | | WPS: Reconnect for a failed data connection when STA_AUTOCONNECT is 0Sunil Dutt2015-11-183-1/+16
* | | | | | 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
| |/ / / / / /
* | | | | | | Remove unnecessary NULL check from LOG_LEVEL handlerJouni Malinen2015-10-272-2/+2
* | | | | | | hostapd: Add support to configure debug log level at runtimeSrinivas Dasari2015-10-272-0/+67
* | | | | | | Move debug level string conversion functions to wpa_debug.cJouni Malinen2015-10-273-39/+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
* | | | | | Opt out of clang till issues are fixedAravind Asam2015-10-061-0/+1
* | | | | | Drop some control interface debug print verbosity for send operationsJouni Malinen2015-10-061-1/+2
* | | | | | Reduce debug verbosity for read-only control interface commandsJouni Malinen2015-10-061-6/+17
* | | | | | Allow wpa_cli/hostapd_cli client socket directory to be specifiedManikandan Mohan2015-10-064-10/+68
* | | | | | Do not mark BSS entry in use if SSID has changedJingxiang Ge2015-10-061-4/+12
* | | | | | eap_proxy: Disable raw IMSI support by defaultNaresh Jayaram2015-10-061-1/+1
* | | | | | 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
* | | | | | P2P: Request fresh scan results after GO NegotiationJouni Malinen2015-10-061-4/+8
* | | | | | P2P: Require fresh scan results for persistent group re-invocationJouni Malinen2015-10-066-10/+33
* | | | | | Drop connection attempt if network is disabled before radio work startsHu Wang2015-10-062-2/+4
* | | | | | FST: Mark fst_ies buffer constJouni Malinen2015-10-066-7/+7
* | | | | | 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