hostapd
wpa_supplicant
binder
binder_i.h
1
/*
2
* binder interface for wpa_supplicant daemon
3
* Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
4
* Copyright (c) 2004-2016, 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
#ifndef BINDER_I_H
11
#define BINDER_I_H
12
13
#ifdef _cplusplus
14
extern
"C"
{
15
#endif // _cplusplus
16
17
struct
wpas_binder_priv
18
{
19
int
binder_fd;
20
struct
wpa_global
*global;
21
void
*binder_manager;
22
};
23
24
#ifdef _cplusplus
25
}
26
#endif
/* _cplusplus */
27
28
#endif
/* BINDER_I_H */
wpa_global
struct wpa_global - Internal, global data for all wpa_supplicant interfaces
Definition:
wpa_supplicant_i.h:264
wpas_binder_priv
Definition:
binder_i.h:17
Generated by
1.8.12