HomeSort by relevance Sort by last modified time
    Searched refs:rfmon (Results 1 - 17 of 17) sorted by null

  /external/libpcap/
pcap-can-linux.c 206 if (handle->opt.rfmon)
pcap-dbus.c 217 if (handle->opt.rfmon) {
pcap-int.h 92 int rfmon; /* monitor mode */ member in struct:pcap_opt
pcap-nit.c 269 if (p->opt.rfmon) {
pcap-bt-linux.c 274 if (handle->opt.rfmon) {
pcap-libdlpi.c 127 if (p->opt.rfmon) {
pcap-snit.c 296 if (p->opt.rfmon) {
pcap-snoop.c 315 if (p->opt.rfmon) {
pcap.c 128 * Returns 1 if rfmon mode can be set on the pcap_t, 0 if it can't,
138 * For systems where rfmon mode is never supported.
543 * Default to "can't set rfmon mode"; if it's supported by
557 p->opt.rfmon = 0;
594 pcap_set_rfmon(pcap_t *p, int rfmon)
598 p->opt.rfmon = rfmon;
    [all...]
pcap-bpf.c 177 #define MUST_CLEAR_RFMON 0x00000001 /* clear rfmon (monitor) mode */
    [all...]
pcap-usb-linux.c 371 if (handle->opt.rfmon) {
423 if (handle->opt.rfmon) {
pcap-netfilter-linux.c 563 if (handle->opt.rfmon) {
pcap-win32.c 482 if (p->opt.rfmon) {
pcap-dlpi.c 533 if (p->opt.rfmon) {
    [all...]
pcap-dos.c 174 if (pcap->opt.rfmon) {
    [all...]
pcap-sita.c     [all...]
pcap-linux.c 318 #define MUST_CLEAR_RFMON 0x00000002 /* clear rfmon (monitor) mode */
865 * in rfmon mode, just give up.
1068 * Even with newer kernels, we have the same issue with rfmon mode.
    [all...]

Completed in 322 milliseconds