OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nl_handle
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h
46
#define
nl_handle
nl_sock
macro
72
struct
nl_handle
*nl;
76
struct
nl_handle
*nl_event;
84
struct
nl_handle
*nl_beacons;
108
struct
nl_handle
*nl_preq, *nl_mgmt;
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
66
#define
nl_handle
nl_sock
macro
79
static struct
nl_handle
*nl80211_handle_alloc(void *cb)
81
struct
nl_handle
*handle;
100
static void nl80211_handle_destroy(struct
nl_handle
*handle)
112
static struct
nl_handle
* nl_create_handle(struct nl_cb *cb, const char *dbg)
114
struct
nl_handle
*handle;
134
static void nl_destroy_handles(struct
nl_handle
**handle)
164
struct
nl_handle
*nl;
168
struct
nl_handle
*nl_event;
176
struct
nl_handle
*nl_beacons
[
all
...]
Completed in 84 milliseconds