Searched defs:handle_read (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c154 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
217 if (eloop_register_read_sock(drv->sock, handle_read, drv->ctx, NULL)) {
H A Ddriver_hostap.c209 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
237 if (eloop_register_read_sock(drv->sock, handle_read, drv, NULL)) {
H A Ddriver_atheros.c1587 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1628 handle_read, drv, 1);
1638 ETH_P_EAPOL, handle_read, drv,
1646 handle_read, drv, 1);
H A Ddriver_bsd.c797 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
832 handle_read, drv, 0);
1027 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1075 handle_read, drv, 0);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c154 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
217 if (eloop_register_read_sock(drv->sock, handle_read, drv->ctx, NULL)) {
H A Ddriver_hostap.c209 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
237 if (eloop_register_read_sock(drv->sock, handle_read, drv, NULL)) {
H A Ddriver_atheros.c1587 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1628 handle_read, drv, 1);
1638 ETH_P_EAPOL, handle_read, drv,
1646 handle_read, drv, 1);
H A Ddriver_bsd.c797 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
832 handle_read, drv, 0);
1027 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1075 handle_read, drv, 0);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c154 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
217 if (eloop_register_read_sock(drv->sock, handle_read, drv->ctx, NULL)) {
H A Ddriver_hostap.c209 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
237 if (eloop_register_read_sock(drv->sock, handle_read, drv, NULL)) {
H A Ddriver_atheros.c1587 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1628 handle_read, drv, 1);
1638 ETH_P_EAPOL, handle_read, drv,
1646 handle_read, drv, 1);
H A Ddriver_bsd.c797 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
832 handle_read, drv, 0);
1027 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1075 handle_read, drv, 0);

Completed in 159 milliseconds