aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRicardo Cerqueira <ricardo@cyngn.com>2015-07-12 02:08:27 +0100
committerSteve Kondik <steve@cyngn.com>2016-06-29 10:42:45 -0700
commit94b7293f57f67e901d69388f9a021ffb61f688be (patch)
tree9470f93c96e910832427efe5a58d0670948e2981 /src
parente2a4ce0cd3ad30257f1bca40e2e936ecee39e793 (diff)
downloadandroid_external_wpa_supplicant_8-94b7293f57f67e901d69388f9a021ffb61f688be.tar.gz
android_external_wpa_supplicant_8-94b7293f57f67e901d69388f9a021ffb61f688be.tar.bz2
android_external_wpa_supplicant_8-94b7293f57f67e901d69388f9a021ffb61f688be.zip
eap_peer: Make the QMI EAP proxy a standalone lib
This code can't be built without linking to some proprietary libs and headers. Split it off so a prebuilt can be distributed for OSS builds Ref: CYNGNOS-428 Change-Id: I430dda72e8cb156d86ef286244230bb3f511ca23
Diffstat (limited to 'src')
-rw-r--r--src/eap_peer/eap_proxy_qmi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eap_peer/eap_proxy_qmi.c b/src/eap_peer/eap_proxy_qmi.c
index 49ecc4df..82a95a68 100644
--- a/src/eap_peer/eap_proxy_qmi.c
+++ b/src/eap_peer/eap_proxy_qmi.c
@@ -1419,6 +1419,8 @@ static char bin_to_hexchar(u8 ch)
}
return ch + 'a' - 10;
}
+
+extern struct eap_peer_config * eap_get_config(struct eap_sm *sm) __attribute__((weak));
static Boolean eap_proxy_build_identity(struct eap_proxy_sm *eap_proxy, u8 id, struct eap_sm *eap_sm)
{
struct eap_hdr *resp;