Home
last modified time | relevance | path

Searched refs:a_raw (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/hostapd/
H A Dapme.c95 if (write(apme->a_raw, buf, sizeof(buf)) == -1) { in hostapd_apme_deauth()
205 if (close(apme->a_raw)) in hostapd_apme_term()
306 if (writev(apme->a_raw, iov, iovcnt) == -1) in hostapd_apme_output()
420 apme->a_raw = hostapd_bpf_open(O_RDWR); in hostapd_apme_init()
423 if (ioctl(apme->a_raw, BIOCSBLEN, &apme->a_rawlen) == -1) in hostapd_apme_init()
428 if (ioctl(apme->a_raw, BIOCIMMEDIATE, &i) == -1) in hostapd_apme_init()
436 (void)ioctl(apme->a_raw, BIOCPROMISC, NULL); in hostapd_apme_init()
439 if (ioctl(apme->a_raw, BIOCSETIF, &ifr) == -1) in hostapd_apme_init()
444 if (ioctl(apme->a_raw, BIOCSDLT, &dlt) == -1) in hostapd_apme_init()
449 if (ioctl(apme->a_raw, BIOCLOCK, NULL) == -1) in hostapd_apme_init()
H A Dhostapd.h273 int a_raw; member
H A Dhandle.c358 if (write(apme->a_raw, buf + offset, len - offset) == -1) in hostapd_handle_action()
H A Dhostapd.c492 event_set(&apme->a_ev, apme->a_raw, in main()