Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 25 of 48) sorted by relevance

12

/hostap/src/drivers/
Dlinux_ioctl.c19 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()
Ddriver_nl80211_monitor.c54 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
Dnetlink.c19 int sock; member
36 static void netlink_receive(int sock, void *eloop_ctx, void *sock_ctx) in netlink_receive()
Ddriver_wired_common.h17 int sock; /* raw packet socket for driver access */ member
Ddriver_wired.c120 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()
Ddriver_openbsd.c24 int sock; /* open socket for 802.11 ioctls */ member
Ddriver_wired_common.c140 int wired_multicast_membership(int sock, int ifindex, const u8 *addr, int add) in wired_multicast_membership()
Drfkill.c55 static void rfkill_receive(int sock, void *eloop_ctx, void *sock_ctx) in rfkill_receive()
/hostap/wlantest/
Dctrl.c104 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 …]
Dmonitor.c40 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/
Dctrl_iface_unix.c36 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()
Dctrl_iface_udp.c46 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/
Deloop.c43 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()
Deloop_win.c18 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()
Dedit_simple.c26 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx) in edit_read_char()
Dutils_module_tests.c611 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()
Dedit_readline.c73 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx) in edit_read_char()
/hostap/wpa_supplicant/dbus/
Ddbus_common.c81 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/
Dbinder.cpp24 void wpas_binder_sock_handler(int sock, void *eloop_ctx, void *sock_ctx) in wpas_binder_sock_handler()
/hostap/src/radius/
Dradius_das.c20 int sock; member
391 static void radius_das_receive(int sock, void *eloop_ctx, void *sock_ctx) in radius_das_receive()
Dradius_client.c978 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/
Dl2_packet_linux.c148 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()
Dl2_packet_none.c52 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx) in l2_packet_receive()
/hostap/src/common/
Dctrl_iface_common.c77 void sockaddr_print(int level, const char *msg, struct sockaddr_storage *sock, in sockaddr_print()
/hostap/src/wps/
Dhttp_client.c84 static void http_client_tx_ready(int sock, void *eloop_ctx, void *sock_ctx) in http_client_tx_ready()

12