HomeSort by relevance Sort by last modified time
    Searched defs:nl_handle (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 51 #define nl_handle nl_sock macro
77 struct nl_handle *nl;
81 struct nl_handle *nl_event;
89 struct nl_handle *nl_beacons;
117 struct nl_handle *nl_preq, *nl_mgmt;
204 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 71 #define nl_handle nl_sock macro
84 static struct nl_handle *nl80211_handle_alloc(void *cb)
86 struct nl_handle *handle;
105 static void nl80211_handle_destroy(struct nl_handle *handle)
119 static int android_nl_socket_set_nonblocking(struct nl_handle *handle)
128 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
130 struct nl_handle *handle;
150 static void nl_destroy_handles(struct nl_handle **handle)
165 static void nl80211_register_eloop_read(struct nl_handle **handle,
176 static void nl80211_destroy_eloop_handle(struct nl_handle **handle
    [all...]

Completed in 294 milliseconds