Home
last modified time | relevance | path

Searched refs:IFM_IEEE80211_MONITOR (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/net/
HDif_media.h273 #define IFM_IEEE80211_MONITOR 0x00002000 /* Operate in monitor mode */ macro
621 { IFM_IEEE80211_MONITOR, "monitor" }, \
/NextBSD/contrib/libpcap/
HDpcap-bpf.c1313 if (req.ifm_current & IFM_IEEE80211_MONITOR) { in pcap_cleanup_bpf()
1323 req.ifm_current & ~IFM_IEEE80211_MONITOR; in pcap_cleanup_bpf()
2404 if (media_list[i] & IFM_IEEE80211_MONITOR) {
2424 if ((req.ifm_current & IFM_IEEE80211_MONITOR) == 0) {
2448 ifr.ifr_media = req.ifm_current | IFM_IEEE80211_MONITOR;
/NextBSD/sbin/etherswitchcfg/
HDifmedia.c105 IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR | \
/NextBSD/sbin/ifconfig/
HDifmedia.c103 IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR | \
HDifieee80211.c4092 if (ifmr.ifm_current & IFM_IEEE80211_MONITOR) in get80211opmode()
/NextBSD/sys/net80211/
HDieee80211.c1132 ADD(media, mword, mopt | IFM_IEEE80211_MONITOR); in addmedia()
1400 status |= IFM_IEEE80211_MONITOR; in media_status()
/NextBSD/tools/tools/net80211/wlanstats/
HDwlanstats.c438 else if (ifmr.ifm_current & IFM_IEEE80211_MONITOR) in wlan_getopmode()
/NextBSD/contrib/wpa/src/drivers/
HDdriver_bsd.c1516 if (ifmr.ifm_current & IFM_IEEE80211_MONITOR) in get80211opmode()
/NextBSD/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c231 else if (ifmr.ifm_current & IFM_IEEE80211_MONITOR) in wlan_get_opmode()