From 6ddb4753ddada89607db9f4c9fdd9629744d07e0 Mon Sep 17 00:00:00 2001 From: Bala Krishna Bhamidipati Date: Wed, 16 Dec 2015 12:45:49 +0530 Subject: eap_proxy: include qmi-framework for QCCI migration qmi-framework will generate qmi_cci library needed by eap_proxy for QCCI interface APIs. add qmi-framework to PKG_CONFIG to link this library. This change will also add flags to support DSDS and eap-AKA' feature on mdm. Change-Id: Ibbf38f85f315fc0a33b190e3992cacd4843a1eea CRs-Fixed: 952339 --- src/eap_peer/eap_proxy_qmi.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/eap_peer/eap_proxy_qmi.c b/src/eap_peer/eap_proxy_qmi.c index bf3bb6af..f8c9cbda 100644 --- a/src/eap_peer/eap_proxy_qmi.c +++ b/src/eap_peer/eap_proxy_qmi.c @@ -1795,6 +1795,10 @@ static Boolean eap_proxy_build_identity(struct eap_proxy_sm *eap_proxy, u8 id, s wpa_printf(MSG_ERROR, " QMI-ERROR Unable to start the EAP session;" " error_ret=%d; qmi_err=%d\n", qmiRetCode, eap_auth_start_resp.resp.error); + if(eap_auth_start.eap_method_mask == QMI_AUTH_EAP_METHOD_MASK_AKA_PRIME_V01 && + eap_auth_start_resp.resp.error == QMI_ERR_INVALID_ARG_V01) + wpa_printf(MSG_ERROR, "QMI-ERROR AKA' not supported\n"); + return FALSE; } eap_proxy->eap_auth_session_flag[sim_num] = TRUE; -- cgit v1.2.3