Searched refs:PCAP_IF_WIRELESS (Results 1 – 11 of 11) sorted by relevance
83 PCAP_IF_WIRELESS|PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE, in bt_monitor_findalldevs()
133 if (pcapint_add_dev(devlistp, dev_name, PCAP_IF_WIRELESS, dev_descr, err_str) == NULL) in bt_findalldevs()
484 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
2167 *flags |= PCAP_IF_WIRELESS; in get_if_flags()2272 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
1649 *flags |= PCAP_IF_WIRELESS; in get_if_flags()1704 *flags |= PCAP_IF_WIRELESS; in get_if_flags()
3028 *flags |= PCAP_IF_WIRELESS;
826 if (!(dev->flags & PCAP_IF_WIRELESS) && in get_figure_of_merit()
70 Report IEEE 802.11 as PCAP_IF_WIRELESS.
214 if (d->flags & PCAP_IF_WIRELESS) { in ifprint()
299 #ifdef PCAP_IF_WIRELESS300 { 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()
360 #define PCAP_IF_WIRELESS 0x00000008 /* interface is wireless (*NOT* necessarily Wi-Fi!) */ macro