[Feature][API-904][wifi] Ignition-ES100 update wpa_supplicant ver to 10_202_11
Change-Id: I275a983a88803bca7a307ce3670be25ec0f87217
diff --git a/src/lynq/packages/thirdpart/lynq-wg870/hostapd/aidl/aidl.h b/src/lynq/packages/thirdpart/lynq-wg870/hostapd/aidl/aidl.h
new file mode 100755
index 0000000..f82013d
--- /dev/null
+++ b/src/lynq/packages/thirdpart/lynq-wg870/hostapd/aidl/aidl.h
@@ -0,0 +1,27 @@
+/*
+ * aidl interface for wpa_supplicant daemon
+ * Copyright (c) 2004-2018, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2004-2018, Roshan Pius <rpius@google.com>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+#pragma once
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif // _cplusplus
+#include "ap/hostapd.h"
+
+/**
+ * This is the aidl RPC interface entry point to the hostapd core.
+ * This initializes the aidl driver & IHostapd instance.
+ */
+int hostapd_aidl_init(struct hapd_interfaces *interfaces);
+void hostapd_aidl_deinit(struct hapd_interfaces *interfaces);
+
+#ifdef __cplusplus
+}
+#endif // _cplusplus