Symbol: IFM_IEEE80211_MONITOR
lib/libpcap/pcap-bpf.c
314
} else if (req.ifm_current & IFM_IEEE80211_MONITOR) {
lib/libpcap/pcap-bpf.c
324
req.ifm_current & ~IFM_IEEE80211_MONITOR;
lib/libpcap/pcap-bpf.c
698
if (media_list[i] & IFM_IEEE80211_MONITOR) {
lib/libpcap/pcap-bpf.c
718
if ((req.ifm_current & IFM_IEEE80211_MONITOR) == 0) {
lib/libpcap/pcap-bpf.c
742
ifr.ifr_media = req.ifm_current | IFM_IEEE80211_MONITOR;
sys/dev/ic/an.c
1312
if (ime->ifm_media & IFM_IEEE80211_MONITOR)
sys/dev/ic/an.c
1369
imr->ifm_active |= IFM_IEEE80211_MONITOR;
sys/dev/ic/malo.c
1207
imr->ifm_active |= IFM_IEEE80211_MONITOR;
sys/dev/ic/pgt.c
2079
imr->ifm_active |= IFM_IEEE80211_MONITOR;
sys/dev/pci/if_ipw.c
671
imr->ifm_active |= IFM_IEEE80211_MONITOR;
sys/dev/pci/if_iwi.c
681
imr->ifm_active |= IFM_IEEE80211_MONITOR;
sys/net/if_media.h
802
{ IFM_IEEE80211|IFM_IEEE80211_MONITOR, "monitor" }, \
sys/net80211/ieee80211.c
360
ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_MONITOR);
sys/net80211/ieee80211.c
379
ADD(ic, mword, mopt | IFM_IEEE80211_MONITOR);
sys/net80211/ieee80211.c
413
ADD(ic, mword, IFM_IEEE80211_MONITOR);
sys/net80211/ieee80211.c
426
ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_MONITOR);
sys/net80211/ieee80211.c
441
mopt | IFM_IEEE80211_MONITOR);
sys/net80211/ieee80211.c
457
ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_MONITOR);
sys/net80211/ieee80211.c
475
mopt | IFM_IEEE80211_MONITOR);
sys/net80211/ieee80211.c
493
ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_MONITOR);
sys/net80211/ieee80211.c
511
mopt | IFM_IEEE80211_MONITOR);
sys/net80211/ieee80211.c
672
if (ime->ifm_media & IFM_IEEE80211_MONITOR)
sys/net80211/ieee80211.c
835
imr->ifm_active |= IFM_IEEE80211_MONITOR;