Searched defs:nl_handle (Results 1 - 6 of 6) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A 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; 76 struct nl_handle *nl_preq, *nl_mgmt; 174 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */ 255 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
|
H A D | driver_nl80211.c | 52 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) 329 struct nl_handle *nl_handle, struc 328 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 1815 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 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; 76 struct nl_handle *nl_preq, *nl_mgmt; 174 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */ 255 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
|
H A D | driver_nl80211.c | 52 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) 329 struct nl_handle *nl_handle, struc 328 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 1815 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 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; 76 struct nl_handle *nl_preq, *nl_mgmt; 174 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */ 255 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
|
H A D | driver_nl80211.c | 52 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) 329 struct nl_handle *nl_handle, struc 328 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 1815 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 89 milliseconds