Searched defs:nl_handle (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.h22 #define nl_handle nl_sock macro
34 struct nl_handle *nl;
38 struct nl_handle *nl_event;
46 struct nl_handle *nl_beacons;
75 struct nl_handle *nl_preq, *nl_mgmt;
163 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */
234 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
H A Ddriver_nl80211.c52 static struct nl_handle *nl80211_handle_alloc(void *cb)
54 struct nl_handle *handle;
73 static void nl80211_handle_destroy(struct nl_handle *handle)
93 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
95 struct nl_handle *handle;
115 static void nl_destroy_handles(struct nl_handle **handle)
130 static void nl80211_register_eloop_read(struct nl_handle **handle,
157 static void nl80211_destroy_eloop_handle(struct nl_handle **handle)
323 struct nl_handle *nl_handle, struc
322 send_and_recv(struct nl80211_global *global, struct nl_handle *nl_handle, struct nl_msg *msg, int (*valid_handler)(struct nl_msg *, void *), void *valid_data) argument
1742 nl80211_register_frame(struct i802_bss *bss, struct nl_handle *nl_handle, u16 type, const u8 *match, size_t match_len) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.h22 #define nl_handle nl_sock macro
34 struct nl_handle *nl;
38 struct nl_handle *nl_event;
46 struct nl_handle *nl_beacons;
75 struct nl_handle *nl_preq, *nl_mgmt;
163 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */
234 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
H A Ddriver_nl80211.c52 static struct nl_handle *nl80211_handle_alloc(void *cb)
54 struct nl_handle *handle;
73 static void nl80211_handle_destroy(struct nl_handle *handle)
93 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
95 struct nl_handle *handle;
115 static void nl_destroy_handles(struct nl_handle **handle)
130 static void nl80211_register_eloop_read(struct nl_handle **handle,
157 static void nl80211_destroy_eloop_handle(struct nl_handle **handle)
323 struct nl_handle *nl_handle, struc
322 send_and_recv(struct nl80211_global *global, struct nl_handle *nl_handle, struct nl_msg *msg, int (*valid_handler)(struct nl_msg *, void *), void *valid_data) argument
1742 nl80211_register_frame(struct i802_bss *bss, struct nl_handle *nl_handle, u16 type, const u8 *match, size_t match_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.h22 #define nl_handle nl_sock macro
34 struct nl_handle *nl;
38 struct nl_handle *nl_event;
46 struct nl_handle *nl_beacons;
75 struct nl_handle *nl_preq, *nl_mgmt;
163 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */
234 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
H A Ddriver_nl80211.c52 static struct nl_handle *nl80211_handle_alloc(void *cb)
54 struct nl_handle *handle;
73 static void nl80211_handle_destroy(struct nl_handle *handle)
93 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
95 struct nl_handle *handle;
115 static void nl_destroy_handles(struct nl_handle **handle)
130 static void nl80211_register_eloop_read(struct nl_handle **handle,
157 static void nl80211_destroy_eloop_handle(struct nl_handle **handle)
323 struct nl_handle *nl_handle, struc
322 send_and_recv(struct nl80211_global *global, struct nl_handle *nl_handle, struct nl_msg *msg, int (*valid_handler)(struct nl_msg *, void *), void *valid_data) argument
1742 nl80211_register_frame(struct i802_bss *bss, struct nl_handle *nl_handle, u16 type, const u8 *match, size_t match_len) argument
[all...]

Completed in 64 milliseconds