blob: f82013d4eed5e10e2b4cee877587bd3568484e0c [file] [log] [blame]
Gabriel Biren72cf9a52021-06-25 23:29:26 +00001/*
2 * aidl interface for wpa_supplicant daemon
3 * Copyright (c) 2004-2018, Jouni Malinen <j@w1.fi>
4 * Copyright (c) 2004-2018, Roshan Pius <rpius@google.com>
5 *
6 * This software may be distributed under the terms of the BSD license.
7 * See README for more details.
8 */
9
10#pragma once
11
12#ifdef __cplusplus
13extern "C"
14{
15#endif // _cplusplus
16#include "ap/hostapd.h"
17
18/**
19 * This is the aidl RPC interface entry point to the hostapd core.
20 * This initializes the aidl driver & IHostapd instance.
21 */
22int hostapd_aidl_init(struct hapd_interfaces *interfaces);
23void hostapd_aidl_deinit(struct hapd_interfaces *interfaces);
24
25#ifdef __cplusplus
26}
27#endif // _cplusplus