Home
last modified time | relevance | path

Searched refs:event_buf (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/drivers/
Ddriver_privsep.c521 u8 *buf, *event_buf; in wpa_driver_privsep_receive() local
549 event_buf = &buf[sizeof(int)]; in wpa_driver_privsep_receive()
564 event_buf, event_len); in wpa_driver_privsep_receive()
571 event_buf, event_len); in wpa_driver_privsep_receive()
575 drv->ctx, event_buf, event_len); in wpa_driver_privsep_receive()
578 wpa_driver_privsep_event_interface_status(drv->ctx, event_buf, in wpa_driver_privsep_receive()
582 wpa_driver_privsep_event_pmkid_candidate(drv->ctx, event_buf, in wpa_driver_privsep_receive()
586 wpa_driver_privsep_event_ft_response(drv->ctx, event_buf, in wpa_driver_privsep_receive()
590 wpa_driver_privsep_event_rx_eapol(drv->ctx, event_buf, in wpa_driver_privsep_receive()
594 wpa_driver_privsep_event_auth(drv->ctx, event_buf, event_len); in wpa_driver_privsep_receive()
Ddriver_bsd.c624 char event_buf[2048]; /* max size of a single route(4) msg */ in bsd_route_overflow() local
634 n = read(sock, event_buf, sizeof(event_buf)); in bsd_route_overflow()
725 char event_buf[2048]; /* max size of a single route(4) msg */ in bsd_wireless_event_receive() local
737 n = read(sock, event_buf, sizeof(event_buf)); in bsd_wireless_event_receive()
749 rtm = (struct rt_msghdr *) event_buf; in bsd_wireless_event_receive()