Home
last modified time | relevance | path

Searched refs:PCAP_IF_WIRELESS (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/libpcap/
HDpcap-bt-monitor-linux.c83 PCAP_IF_WIRELESS|PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE, in bt_monitor_findalldevs()
HDpcap-bt-linux.c133 if (pcapint_add_dev(devlistp, dev_name, PCAP_IF_WIRELESS, dev_descr, err_str) == NULL) in bt_findalldevs()
HDpcap-haiku.c484 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
HDpcap-npf.c2167 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
2272 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
HDpcap-linux.c1649 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
1704 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
HDpcap-bpf.c3028 *flags |= PCAP_IF_WIRELESS;
HDpcap.c826 if (!(dev->flags & PCAP_IF_WIRELESS) && in get_figure_of_merit()
HDCHANGES70 Report IEEE 802.11 as PCAP_IF_WIRELESS.
/freebsd-13-stable/contrib/libpcap/testprogs/
HDfindalldevstest.c214 if (d->flags & PCAP_IF_WIRELESS) { in ifprint()
/freebsd-13-stable/contrib/tcpdump/
HDtcpdump.c299 #ifdef PCAP_IF_WIRELESS
300 { PCAP_IF_WIRELESS, "Wireless" },
525 #ifdef PCAP_IF_WIRELESS in show_devices_and_exit()
526 if (dev->flags & PCAP_IF_WIRELESS) { in show_devices_and_exit()
/freebsd-13-stable/contrib/libpcap/pcap/
HDpcap.h360 #define PCAP_IF_WIRELESS 0x00000008 /* interface is wireless (*NOT* necessarily Wi-Fi!) */ macro