Lines Matching +defs:device +defs:mode
103 * work on a pcap_t for an AirPcap device, meaning we've already
352 * mode.
357 * Restore the timeout set when the device was opened.
359 * really leaving non-blocking mode. However, although
461 /* Set the driver working mode */
463 airpcap_setmode(pcap_t *p, int mode)
465 if (mode != MODE_CAPT) {
602 // If we're not in non-blocking mode, wait for data to
758 char *device = p->opt.device;
763 pa->adapter = p_AirpcapOpen(device, airpcap_errbuf);
770 * Set monitor mode appropriately.
771 * Always turn off the "ACK frames sent to the card" mode.
937 * Monitor mode is supported.
946 device_is_airpcap(const char *device, char *ebuf)
957 if (strncmp(device, airpcap_prefix, sizeof airpcap_prefix - 1) == 0) {
959 * Yes, it's an AirPcap device.
965 * No, it's not an AirPcap device.
971 airpcap_create(const char *device, char *ebuf, int *is_ours)
984 * have an AirPcap device.
993 * Is this an AirPcap device?
995 ret = device_is_airpcap(device, ebuf);