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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-can-linux.c198 if (handle->opt.rfmon)
H A Dpcap-int.h205 #define MUST_CLEAR_RFMON 0x00000002 /* clear rfmon (monitor) mode */
212 int rfmon; member in struct:pcap_opt
H A Dpcap-libdlpi.c127 if (p->opt.rfmon) {
H A Dpcap-nit.c246 if (p->opt.rfmon) {
H A Dpcap-bt-linux.c267 if (handle->opt.rfmon) {
H A Dpcap-snit.c272 if (p->opt.rfmon) {
H A Dpcap-snoop.c306 if (p->opt.rfmon) {
H A Dpcap-bpf.c1240 * Turn off rfmon mode if necessary.
1259 * We put the interface into rfmon mode;
1260 * take it out of rfmon mode.
1262 * XXX - if somebody else wants it in rfmon
1264 * it out of rfmon mode.
1353 if (p->opt.rfmon && strncmp(p->opt.source, "wlt", 3) == 0) {
1565 if (p->opt.rfmon) {
1903 if (p->opt.rfmon) {
1942 if (p->opt.rfmon) {
1960 if (p->opt.rfmon) {
[all...]
H A Dpcap.c117 * Returns 1 if rfmon mode can be set on the pcap_t, 0 if it can't,
127 * For systems where rfmon mode is never supported.
493 * Default to "can't set rfmon mode"; if it's supported by
541 pcap_set_rfmon(pcap_t *p, int rfmon) argument
545 p->opt.rfmon = rfmon;
H A Dpcap-usb-linux.c359 if (handle->opt.rfmon) {
411 if (handle->opt.rfmon) {
H A Dpcap-netfilter-linux.c554 if (handle->opt.rfmon) {
H A Dpcap-win32.c462 if (p->opt.rfmon) {
H A Dpcap-dlpi.c523 if (p->opt.rfmon) {
H A Dpcap-dos.c164 if (pcap->opt.rfmon) {
H A Dpcap-sita.c955 if (handle->opt.rfmon) {
H A Dpcap-linux.c796 * in rfmon mode, just give up.
999 * Even with newer kernels, we have the same issue with rfmon mode.
1078 * We put the interface into rfmon mode;
1079 * take it out of rfmon mode.
1081 * XXX - if somebody else wants it in rfmon
1083 * it out of rfmon mode.
2864 if (handle->opt.rfmon) {
2997 if (handle->opt.rfmon) {
4504 * No. We have to put the adapter into rfmon mode.
4514 * in rfmon mod
[all...]

Completed in 137 milliseconds