Searched refs:ifm_current (Results 1 – 3 of 3) sorted by relevance
195 int ifm_current; /* current media options */ member
190 return ifmr.ifm_current; in bsd_get_if_media()1480 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) { in get80211opmode()1481 if (ifmr.ifm_current & IFM_FLAG0) in get80211opmode()1486 if (ifmr.ifm_current & IFM_IEEE80211_HOSTAP) in get80211opmode()1488 if (ifmr.ifm_current & IFM_IEEE80211_MONITOR) in get80211opmode()1491 if (ifmr.ifm_current & IFM_IEEE80211_MBSS) in get80211opmode()
1315 if (req.ifm_current & IFM_IEEE80211_MONITOR) { in pcap_cleanup_bpf()1325 req.ifm_current & ~IFM_IEEE80211_MONITOR; in pcap_cleanup_bpf()2400 if ((req.ifm_current & IFM_IEEE80211_MONITOR) == 0) {2424 ifr.ifr_media = req.ifm_current | IFM_IEEE80211_MONITOR;