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.c190 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()
/external/libpcap/
Dpcap-bpf.c1315 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;