/hostap/src/drivers/ |
D | linux_ioctl.c | 19 int linux_set_iface_flags(int sock, const char *ifname, int dev_up) in linux_set_iface_flags() 59 int linux_iface_up(int sock, const char *ifname) in linux_iface_up() 81 int linux_get_ifhwaddr(int sock, const char *ifname, u8 *addr) in linux_get_ifhwaddr() 104 int linux_set_ifhwaddr(int sock, const char *ifname, const u8 *addr) in linux_set_ifhwaddr() 123 int linux_br_add(int sock, const char *brname) in linux_br_add() 138 int linux_br_del(int sock, const char *brname) in linux_br_del() 150 int linux_br_add_if(int sock, const char *brname, const char *ifname) in linux_br_add_if() 184 int linux_br_del_if(int sock, const char *brname, const char *ifname) in linux_br_del_if()
|
D | driver_nl80211_monitor.c | 54 int ifidx, int sock) in nl80211_remove_monitor_interface() 66 int *ifidx, int *sock) in nl80211_create_monitor_interface() 201 int res, ifidx, sock; in nl80211_send_monitor() local
|
D | netlink.c | 19 int sock; member 36 static void netlink_receive(int sock, void *eloop_ctx, void *sock_ctx) in netlink_receive()
|
D | driver_wired_common.h | 17 int sock; /* raw packet socket for driver access */ member
|
D | driver_wired.c | 120 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) in handle_read() 135 static void handle_dhcp(int sock, void *eloop_ctx, void *sock_ctx) in handle_dhcp()
|
D | driver_openbsd.c | 24 int sock; /* open socket for 802.11 ioctls */ member
|
D | driver_wired_common.c | 140 int wired_multicast_membership(int sock, int ifindex, const u8 *addr, int add) in wired_multicast_membership()
|
D | rfkill.c | 55 static void rfkill_receive(int sock, void *eloop_ctx, void *sock_ctx) in rfkill_receive()
|
/hostap/wlantest/ |
D | ctrl.c | 104 static void ctrl_disconnect(struct wlantest *wt, int sock) in ctrl_disconnect() 120 static void ctrl_send(struct wlantest *wt, int sock, const u8 *buf, in ctrl_send() 130 static void ctrl_send_simple(struct wlantest *wt, int sock, in ctrl_send_simple() 139 static struct wlantest_bss * ctrl_get_bss(struct wlantest *wt, int sock, in ctrl_get_bss() 162 static struct wlantest_sta * ctrl_get_sta(struct wlantest *wt, int sock, in ctrl_get_sta() 189 static struct wlantest_sta * ctrl_get_sta2(struct wlantest *wt, int sock, in ctrl_get_sta2() 216 static void ctrl_list_bss(struct wlantest *wt, int sock) in ctrl_list_bss() 241 static void ctrl_list_sta(struct wlantest *wt, int sock, u8 *cmd, size_t clen) in ctrl_list_sta() 271 static void ctrl_flush(struct wlantest *wt, int sock) in ctrl_flush() 279 static void ctrl_clear_sta_counters(struct wlantest *wt, int sock, u8 *cmd, in ctrl_clear_sta_counters() [all …]
|
D | monitor.c | 40 static void monitor_read(int sock, void *eloop_ctx, void *sock_ctx) in monitor_read() 61 static void monitor_read_wired(int sock, void *eloop_ctx, void *sock_ctx) in monitor_read_wired()
|
/hostap/wpa_supplicant/ |
D | ctrl_iface_unix.c | 36 int sock; member 46 int sock; member 76 static void wpas_ctrl_sock_debug(const char *title, int sock, const char *buf, in wpas_ctrl_sock_debug() 129 static void wpa_supplicant_ctrl_iface_receive(int sock, void *eloop_ctx, in wpa_supplicant_ctrl_iface_receive() 295 static int wpas_ctrl_iface_throttle(int sock) in wpas_ctrl_iface_throttle() 364 int sock = -1, gsock = -1; in wpas_ctrl_msg_queue_timeout() local 941 const char *ifname, int sock, in wpa_supplicant_ctrl_iface_send() 1098 static void wpa_supplicant_global_ctrl_iface_receive(int sock, void *eloop_ctx, in wpa_supplicant_global_ctrl_iface_receive()
|
D | ctrl_iface_udp.c | 46 int sock; member 52 int sock; member 217 static void wpa_supplicant_ctrl_iface_receive(int sock, void *eloop_ctx, 521 const char *ifname, int sock, 619 static void wpa_supplicant_global_ctrl_iface_receive(int sock, void *eloop_ctx,
|
/hostap/src/utils/ |
D | eloop.c | 43 int sock; member 196 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue() 243 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue() 260 int sock, eloop_sock_handler handler, in eloop_sock_table_add_sock() 386 int sock) in eloop_sock_table_remove_sock() 721 int eloop_register_read_sock(int sock, eloop_sock_handler handler, in eloop_register_read_sock() 729 void eloop_unregister_read_sock(int sock) in eloop_unregister_read_sock() 750 int eloop_register_sock(int sock, eloop_event_type type, in eloop_register_sock() 763 void eloop_unregister_sock(int sock, eloop_event_type type) in eloop_unregister_sock() 1315 void eloop_wait_for_read_sock(int sock) in eloop_wait_for_read_sock()
|
D | eloop_win.c | 18 int sock; member 113 int eloop_register_read_sock(int sock, eloop_sock_handler handler, in eloop_register_read_sock() 156 void eloop_unregister_read_sock(int sock) in eloop_unregister_read_sock() 675 void eloop_wait_for_read_sock(int sock) in eloop_wait_for_read_sock()
|
D | edit_simple.c | 26 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx) in edit_read_char()
|
D | utils_module_tests.c | 611 static void eloop_test_read_2(int sock, void *eloop_ctx, void *sock_ctx) in eloop_test_read_2() 635 static void eloop_test_read_2_wrong(int sock, void *eloop_ctx, void *sock_ctx) in eloop_test_read_2_wrong() 693 static void eloop_test_read_1(int sock, void *eloop_ctx, void *sock_ctx) in eloop_test_read_1()
|
D | edit_readline.c | 73 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx) in edit_read_char()
|
/hostap/wpa_supplicant/dbus/ |
D | dbus_common.c | 81 static void process_watch_exception(int sock, void *eloop_ctx, void *sock_ctx) in process_watch_exception() 87 static void process_watch_read(int sock, void *eloop_ctx, void *sock_ctx) in process_watch_read() 93 static void process_watch_write(int sock, void *eloop_ctx, void *sock_ctx) in process_watch_write()
|
/hostap/wpa_supplicant/binder/ |
D | binder.cpp | 24 void wpas_binder_sock_handler(int sock, void *eloop_ctx, void *sock_ctx) in wpas_binder_sock_handler()
|
/hostap/src/radius/ |
D | radius_das.c | 20 int sock; member 391 static void radius_das_receive(int sock, void *eloop_ctx, void *sock_ctx) in radius_das_receive()
|
D | radius_client.c | 978 int sock, RadiusType msg_type) in radius_client_close_tcp() 994 int sock, RadiusType msg_type, in radius_client_process_tls_handshake() 1106 static void radius_client_receive(int sock, void *eloop_ctx, void *sock_ctx) in radius_client_receive() 1334 static void radius_client_write_ready(int sock, void *eloop_ctx, void *sock_ctx) in radius_client_write_ready()
|
/hostap/src/l2_packet/ |
D | l2_packet_linux.c | 148 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx) in l2_packet_receive() 219 static void l2_packet_receive_br(int sock, void *eloop_ctx, void *sock_ctx) in l2_packet_receive_br()
|
D | l2_packet_none.c | 52 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx) in l2_packet_receive()
|
/hostap/src/common/ |
D | ctrl_iface_common.c | 77 void sockaddr_print(int level, const char *msg, struct sockaddr_storage *sock, in sockaddr_print()
|
/hostap/src/wps/ |
D | http_client.c | 84 static void http_client_tx_ready(int sock, void *eloop_ctx, void *sock_ctx) in http_client_tx_ready()
|