Searched refs:nl_handle (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.h | 22 #define nl_handle nl_sock macro 35 struct nl_handle *nl; 39 struct nl_handle *nl_event; 47 struct nl_handle *nl_beacons; 78 struct nl_handle *nl_preq, *nl_mgmt, *nl_connect; 189 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */ 258 struct nl_handle *nl_connect); 277 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
|
D | driver_nl80211_android.c | 185 int android_nl_socket_set_nonblocking(struct nl_handle *handle) in android_nl_socket_set_nonblocking()
|
D | driver_nl80211.c | 79 static struct nl_handle *nl80211_handle_alloc(void *cb) in nl80211_handle_alloc() 81 struct nl_handle *handle; in nl80211_handle_alloc() 100 static void nl80211_handle_destroy(struct nl_handle *handle) in nl80211_handle_destroy() 120 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg) in nl_create_handle() 122 struct nl_handle *handle; in nl_create_handle() 142 static void nl_destroy_handles(struct nl_handle **handle) in nl_destroy_handles() 157 static void nl80211_register_eloop_read(struct nl_handle **handle, in nl80211_register_eloop_read() 186 static void nl80211_destroy_eloop_handle(struct nl_handle **handle, int persist) in nl80211_destroy_eloop_handle() 394 struct nl_handle *nl_handle, struct nl_msg *msg, in send_and_recv() argument 410 setsockopt(nl_socket_get_fd(nl_handle), SOL_NETLINK, in send_and_recv() [all …]
|
D | driver_macsec_linux.c | 56 struct nl_handle *nl;
|
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 30 # define nl_sock nl_handle 32 static inline struct nl_handle *nl_socket_alloc(void) in nl_socket_alloc()
|
/external/iw/ |
D | iw.h | 18 # define nl_sock nl_handle
|
D | iw.c | 28 static inline struct nl_handle *nl_socket_alloc(void) in nl_socket_alloc()
|
/external/nfacct/ |
D | nfacct.c | 62 #define nl_sock nl_handle
|
/external/libpcap/ |
D | pcap-linux.c | 635 #define nl_sock nl_handle 637 static inline struct nl_handle * 644 nl_socket_free(struct nl_handle *h) in nl_socket_free() 652 __genl_ctrl_alloc_cache(struct nl_handle *h, struct nl_cache **cache) in __genl_ctrl_alloc_cache()
|