HomeSort by: relevance | last modified time | path
    Searched refs:IFM_IEEE80211_MONITOR (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/net80211/
ieee80211.c 426 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_MONITOR);
443 ADD(ic, mword, mopt | IFM_IEEE80211_MONITOR);
475 ADD(ic, mword, IFM_IEEE80211_MONITOR);
669 else if (ime->ifm_media & IFM_IEEE80211_MONITOR)
789 imr->ifm_active |= IFM_IEEE80211_MONITOR;
  /src/sys/net/
if_media.h 389 #define IFM_IEEE80211_MONITOR 0x00000400 /* Operate in Monitor mode */
700 { IFM_IEEE80211 | IFM_IEEE80211_MONITOR,"monitor" }, \
  /src/sys/dev/ic/
an.c 991 else if (ime->ifm_media & IFM_IEEE80211_MONITOR)
1046 imr->ifm_active |= IFM_IEEE80211_MONITOR;
malo.c 1230 imr->ifm_active |= IFM_IEEE80211_MONITOR;
wi.c 1569 imr->ifm_active |= IFM_IEEE80211_MONITOR;
  /src/sys/dev/pci/
if_ipw.c 779 imr->ifm_active |= IFM_IEEE80211_MONITOR;
1673 else if (ifr->ifr_media & IFM_IEEE80211_MONITOR)
if_iwi.c 899 imr->ifm_active |= IFM_IEEE80211_MONITOR;
1922 } else if (ifr->ifr_media & IFM_IEEE80211_MONITOR) {
  /src/sbin/ifconfig/
ieee80211.c 244 else if (ifmr.ifm_current & IFM_IEEE80211_MONITOR)

Completed in 24 milliseconds