Home
last modified time | relevance | path

Searched refs:IFNET_IS_UP_RUNNING (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_proto.c2077 if (IFNET_IS_UP_RUNNING(ifp)) /* NB: avoid recursion */ in ieee80211_start_all()
2135 if (IFNET_IS_UP_RUNNING(ifp)) /* NB: avoid recursion */ in ieee80211_stop_all()
2155 if (IFNET_IS_UP_RUNNING(ifp)) { /* NB: avoid recursion */ in ieee80211_suspend_all()
2176 if (!IFNET_IS_UP_RUNNING(ifp) && in ieee80211_resume_all()
H A Dieee80211_freebsd.h265 #define IFNET_IS_UP_RUNNING(_ifp) \ macro
H A Dieee80211_ioctl.c64 (IFNET_IS_UP_RUNNING((_vap)->iv_ifp) && \
2012 if (IFNET_IS_UP_RUNNING(vap->iv_ifp)) { in setcurchan()
3525 error = IFNET_IS_UP_RUNNING(vap->iv_ifp) ? in ieee80211_ioctl_set80211()
H A Dieee80211_output.c778 if (!IFNET_IS_UP_RUNNING(ifp)) in ieee80211_output()