Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c83 PCAP_IF_WIRELESS|PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE, in bt_monitor_findalldevs()
H A Dpcap-bt-linux.c133 if (pcapint_add_dev(devlistp, dev_name, PCAP_IF_WIRELESS, dev_descr, err_str) == NULL) in bt_findalldevs()
H A Dpcap-haiku.c484 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
H A Dpcap-npf.c2167 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
2272 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
H A Dpcap-linux.c1649 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
1704 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
H A Dpcap-bpf.c3028 *flags |= PCAP_IF_WIRELESS;
H A Dpcap.c826 if (!(dev->flags & PCAP_IF_WIRELESS) && in get_figure_of_merit()
H A DCHANGES70 Report IEEE 802.11 as PCAP_IF_WIRELESS.
/freebsd/contrib/libpcap/testprogs/
H A Dfindalldevstest.c214 if (d->flags & PCAP_IF_WIRELESS) { in ifprint()
/freebsd/contrib/tcpdump/
H A Dtcpdump.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/contrib/libpcap/pcap/
H A Dpcap.h360 #define PCAP_IF_WIRELESS 0x00000008 /* interface is wireless (*NOT* necessarily Wi-Fi!) */ macro