Searched refs:ifm_current (Results 1 – 3 of 3) sorted by relevance
230 return ifmr.ifm_current; in bsd_get_if_media()1544 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) { in get80211opmode()1545 if (ifmr.ifm_current & IFM_FLAG0) in get80211opmode()1550 if (ifmr.ifm_current & IFM_IEEE80211_HOSTAP) in get80211opmode()1552 if (ifmr.ifm_current & IFM_IEEE80211_MONITOR) in get80211opmode()1555 if (ifmr.ifm_current & IFM_IEEE80211_MBSS) in get80211opmode()
195 int ifm_current; /* current media options */ member
1429 if (req.ifm_current & IFM_IEEE80211_MONITOR) { in pcap_cleanup_bpf()1439 req.ifm_current & ~IFM_IEEE80211_MONITOR; in pcap_cleanup_bpf()2783 if ((req.ifm_current & IFM_IEEE80211_MONITOR) == 0) {2805 ifr.ifr_media = req.ifm_current | IFM_IEEE80211_MONITOR;