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

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c181 if (handle->opt.rfmon) {
H A Dpcap-dbus.c264 if (handle->opt.rfmon) {
H A Dpcap-int.h105 int rfmon; /* monitor mode */ member in struct:pcap_opt
H A Dpcap-nit.c265 if (p->opt.rfmon) {
H A Dpcap-bt-linux.c281 if (handle->opt.rfmon) {
H A Dpcap-libdlpi.c124 if (p->opt.rfmon) {
H A Dpcap-snit.c292 if (p->opt.rfmon) {
H A Dpcap-snoop.c318 if (p->opt.rfmon) {
H A Dpcap-bpf.c181 #define MUST_CLEAR_RFMON 0x00000001 /* clear rfmon (monitor) mode */
1425 * We put the interface into rfmon mode;
1426 * take it out of rfmon mode.
1428 * XXX - if somebody else wants it in rfmon
1430 * it out of rfmon mode.
1536 if (p->opt.rfmon && strncmp(p->opt.device, "wlt", 3) == 0) {
1774 if (p->opt.rfmon) {
2194 if (p->opt.rfmon) {
2233 if (p->opt.rfmon) {
2251 if (p->opt.rfmon) {
[all...]
H A Dpcap-usb-linux.c681 if (handle->opt.rfmon)
783 if (handle->opt.rfmon)
H A Dpcap-netfilter-linux.c662 if (handle->opt.rfmon) {
H A Dpcap.c353 * Returns 1 if rfmon mode can be set on the pcap_t, 0 if it can't,
363 * For systems where rfmon mode is never supported.
2298 * Default to "can't set rfmon mode"; if it's supported by
2319 p->opt.rfmon = 0;
2371 pcap_set_rfmon(pcap_t *p, int rfmon)
2375 p->opt.rfmon = rfmon;
H A Dpcap-dlpi.c570 if (p->opt.rfmon) {
H A Dpcap-dos.c170 if (pcap->opt.rfmon) {
H A Dpcap-npf.c894 if (p->opt.rfmon) {
1278 * Check if rfmon mode is supported on the pcap_t for Windows systems.
H A Dpcap-sita.c988 if (handle->opt.rfmon) {
H A Dpcap-tc.c542 if (p->opt.rfmon)
H A Dpcap-linux.c333 #define MUST_CLEAR_RFMON 0x00000002 /* clear rfmon (monitor) mode */
965 * in rfmon mode, just give up.
1263 * Even with newer kernels, we have the same issue with rfmon mode.
1343 * We put the interface into rfmon mode;
1344 * take it out of rfmon mode.
1346 * XXX - if somebody else wants it in rfmon
1348 * it out of rfmon mode.
3721 if (handle->opt.rfmon) {
3857 if (handle->opt.rfmon) {
6223 * No. We have to put the adapter into rfmon mod
[all...]

Completed in 131 milliseconds