Searched refs:rfmon (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-can-linux.c206 if (handle->opt.rfmon)
H A Dpcap-dbus.c217 if (handle->opt.rfmon) {
H A Dpcap-int.h93 int rfmon; /* monitor mode */ member in struct:pcap_opt
H A Dpcap-nit.c269 if (p->opt.rfmon) {
H A Dpcap-bt-linux.c274 if (handle->opt.rfmon) {
H A Dpcap-libdlpi.c127 if (p->opt.rfmon) {
H A Dpcap-snit.c296 if (p->opt.rfmon) {
H A Dpcap-snoop.c315 if (p->opt.rfmon) {
H A Dpcap.c128 * 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.
548 * Default to "can't set rfmon mode"; if it's supported by
562 p->opt.rfmon = 0;
599 pcap_set_rfmon(pcap_t *p, int rfmon) argument
603 p->opt.rfmon = rfmon;
H A Dpcap-bpf.c199 #define MUST_CLEAR_RFMON 0x00000001 /* clear rfmon (monitor) mode */
1387 * Turn off rfmon mode if necessary.
1407 * We put the interface into rfmon mode;
1408 * take it out of rfmon mode.
1410 * XXX - if somebody else wants it in rfmon
1412 * it out of rfmon mode.
1500 if (p->opt.rfmon && strncmp(p->opt.source, "wlt", 3) == 0) {
1735 if (p->opt.rfmon) {
2072 if (p->opt.rfmon) {
2111 if (p->opt.rfmon) {
[all...]
H A Dpcap-usb-linux.c371 if (handle->opt.rfmon) {
423 if (handle->opt.rfmon) {
H A Dpcap-netfilter-linux.c563 if (handle->opt.rfmon) {
H A Dpcap-win32.c482 if (p->opt.rfmon) {
H A Dpcap-dlpi.c533 if (p->opt.rfmon) {
H A Dpcap-dos.c174 if (pcap->opt.rfmon) {
H A Dpcap-sita.c966 if (handle->opt.rfmon) {
H A Dpcap-linux.c318 #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.
1148 * We put the interface into rfmon mode;
1149 * take it out of rfmon mode.
1151 * XXX - if somebody else wants it in rfmon
1153 * it out of rfmon mode.
3074 if (handle->opt.rfmon) {
3207 if (handle->opt.rfmon) {
5100 * No. We have to put the adapter into rfmon mod
[all...]

Completed in 286 milliseconds