Home
last modified time | relevance | path

Searched refs:ifm_current (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/Win32/Include/net/
Dif.h195 int ifm_current; /* current media options */ member
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c230 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()
/external/libpcap/
Dpcap-bpf.c1429 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;