From 94b7293f57f67e901d69388f9a021ffb61f688be Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Sun, 12 Jul 2015 02:08:27 +0100 Subject: 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 --- src/eap_peer/eap_proxy_qmi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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; -- cgit v1.2.3