Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_var.h1023 #define ieee80211_msg(_vap, _m) ((_vap)->iv_debug & (_m)) argument
1025 if (ieee80211_msg(_vap, _m)) \
1029 if (ieee80211_msg(_vap, _m)) \
1033 if (ieee80211_msg(_vap, _m)) \
1037 if (ieee80211_msg(_vap, _m)) \
1045 #define ieee80211_msg_debug(_vap) \ argument
1049 #define ieee80211_msg_input(_vap) \ argument
1057 #define ieee80211_msg_scan(_vap) \ argument
1059 #define ieee80211_msg_assoc(_vap) \ argument
1069 if ((_vap)->iv_debug & (_m)) \
[all …]
H A Dieee80211_node.c70 #define IEEE80211_AID_SET(_vap, b) \ argument
71 ((_vap)->iv_aid_bitmap[IEEE80211_AID(b) / 32] |= \
73 #define IEEE80211_AID_CLR(_vap, b) \ argument
74 ((_vap)->iv_aid_bitmap[IEEE80211_AID(b) / 32] &= \
76 #define IEEE80211_AID_ISSET(_vap, b) \ argument
77 ((_vap)->iv_aid_bitmap[IEEE80211_AID(b) / 32] & (1 << (IEEE80211_AID(b) % 32)))
H A Dieee80211_ioctl.c63 #define IS_UP_AUTO(_vap) \ argument
64 (IFNET_IS_UP_RUNNING((_vap)->iv_ifp) && \
65 (_vap)->iv_roaming == IEEE80211_ROAMING_AUTO)