Home
last modified time | relevance | path

Searched refs:nl_handle (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.h22 #define nl_handle nl_sock macro
35 struct nl_handle *nl;
39 struct nl_handle *nl_event;
47 struct nl_handle *nl_beacons;
76 struct nl_handle *nl_preq, *nl_mgmt;
184 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */
270 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
Ddriver_nl80211_android.c185 int android_nl_socket_set_nonblocking(struct nl_handle *handle) in android_nl_socket_set_nonblocking()
Ddriver_nl80211.c53 static struct nl_handle *nl80211_handle_alloc(void *cb) in nl80211_handle_alloc()
55 struct nl_handle *handle; in nl80211_handle_alloc()
74 static void nl80211_handle_destroy(struct nl_handle *handle) in nl80211_handle_destroy()
94 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg) in nl_create_handle()
96 struct nl_handle *handle; in nl_create_handle()
116 static void nl_destroy_handles(struct nl_handle **handle) in nl_destroy_handles()
131 static void nl80211_register_eloop_read(struct nl_handle **handle, in nl80211_register_eloop_read()
158 static void nl80211_destroy_eloop_handle(struct nl_handle **handle) in nl80211_destroy_eloop_handle()
336 struct nl_handle *nl_handle, struct nl_msg *msg, in send_and_recv() argument
350 err = nl_send_auto_complete(nl_handle, msg); in send_and_recv()
[all …]
Ddriver_macsec_linux.c56 struct nl_handle *nl;
/external/autotest/client/deps/iwcap/src/
Diwcap.c30 # define nl_sock nl_handle
32 static inline struct nl_handle *nl_socket_alloc(void) in nl_socket_alloc()
/external/iw/
Diw.h18 # define nl_sock nl_handle
Diw.c28 static inline struct nl_handle *nl_socket_alloc(void) in nl_socket_alloc()
/external/nfacct/
Dnfacct.c62 #define nl_sock nl_handle
/external/libpcap/
Dpcap-linux.c594 #define nl_sock nl_handle
596 static inline struct nl_handle *
603 nl_socket_free(struct nl_handle *h) in nl_socket_free()
611 __genl_ctrl_alloc_cache(struct nl_handle *h, struct nl_cache **cache) in __genl_ctrl_alloc_cache()