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

  /device/google/cuttlefish_common/guest/libs/wpa_supplicant_8_lib/
driver_cmd_nl80211.h 65 struct nl_handle* nl_preq;
66 struct nl_handle* nl_mgmt;
78 struct nl_handle* nl;
82 struct nl_handle* nl_event;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 33 #define nl_sock nl_handle
dhdu_nl80211.c 27 static inline struct nl_handle *nl_socket_alloc(void)
  /external/wpa_supplicant_8/src/drivers/
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;
76 struct nl_handle *nl_preq, *nl_mgmt;
186 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */
273 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
driver_nl80211_android.c 185 int android_nl_socket_set_nonblocking(struct nl_handle *handle)
driver_nl80211.c 53 static struct nl_handle *nl80211_handle_alloc(void *cb)
55 struct nl_handle *handle;
74 static void nl80211_handle_destroy(struct nl_handle *handle)
94 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
96 struct nl_handle *handle;
116 static void nl_destroy_handles(struct nl_handle **handle)
131 static void nl80211_register_eloop_read(struct nl_handle **handle,
158 static void nl80211_destroy_eloop_handle(struct nl_handle **handle)
336 struct nl_handle *nl_handle, struct nl_msg *msg
    [all...]
driver_macsec_linux.c 56 struct nl_handle *nl;
  /external/autotest/client/deps/iwcap/src/
iwcap.c 30 # define nl_sock nl_handle
32 static inline struct nl_handle *nl_socket_alloc(void)
  /external/iw/
iw.h 18 # define nl_sock nl_handle
iw.c 28 static inline struct nl_handle *nl_socket_alloc(void)
  /external/nfacct/
nfacct.c 62 #define nl_sock nl_handle
  /external/libpcap/
pcap-linux.c 594 #define nl_sock nl_handle
596 static inline struct nl_handle *
603 nl_socket_free(struct nl_handle *h)
611 __genl_ctrl_alloc_cache(struct nl_handle *h, struct nl_cache **cache)
    [all...]

Completed in 316 milliseconds