HomeSort by: relevance | last modified time | path
    Searched refs:nl_sock (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.h 33 struct nl_sock *nl;
39 struct nl_sock *nl_event;
47 struct nl_sock *nl_beacons;
91 struct nl_sock *nl_preq, *nl_mgmt, *nl_connect;
228 struct nl_sock *rtnl_sk; /* nl_sock for NETLINK_ROUTE */
284 struct nl_sock *nl_handle, struct nl_msg *msg,
375 int android_nl_socket_set_nonblocking(struct nl_sock *handle);
driver_nl80211_android.c 185 int android_nl_socket_set_nonblocking(struct nl_sock *handle)
driver_macsec_linux.c 49 struct nl_sock *sk;
58 struct nl_sock *sk;
279 struct nl_sock *sk;
666 static int nl_send_recv(struct nl_sock *sk, struct nl_msg *msg)
driver_nl80211.c 79 static struct nl_sock * nl_create_handle(struct nl_cb *cb, const char *dbg)
81 struct nl_sock *handle;
101 static void nl_destroy_handles(struct nl_sock **handle)
116 static void nl80211_register_eloop_read(struct nl_sock **handle,
146 static void nl80211_destroy_eloop_handle(struct nl_sock **handle, int persist)
457 struct nl_sock *handle;
491 struct nl_sock *nl_handle, struct nl_msg *msg,
2062 struct nl_sock *handle;
2419 struct nl_sock *nl_handle,
8641 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate nl_sock");
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
vlan_util.c 27 struct nl_sock *handle = NULL;
127 struct nl_sock *handle = NULL;
  /src/external/bsd/libpcap/dist/
pcap-linux.c 484 struct nl_sock *nl_sock; member in struct:nl80211_state
494 state->nl_sock = nl_socket_alloc();
495 if (!state->nl_sock) {
501 if (genl_connect(state->nl_sock)) {
507 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);
527 nl_socket_free(state->nl_sock);
536 nl_socket_free(state->nl_sock);
571 err = nl_send_auto_complete(state->nl_sock, msg);
595 err = nl_wait_for_ack(state->nl_sock);
    [all...]

Completed in 44 milliseconds