Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_var.h1058 #define ieee80211_msg(_vap, _m) ((_vap)->iv_debug & (_m)) argument
1059 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) do { \ argument
1060 if (ieee80211_msg(_vap, _m)) \
1061 ieee80211_note(_vap, _fmt, __VA_ARGS__); \
1063 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) do { \ argument
1064 if (ieee80211_msg(_vap, _m)) \
1065 ieee80211_note_mac(_vap, (_ni)->ni_macaddr, _fmt, __VA_ARGS__);\
1067 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \ argument
1068 if (ieee80211_msg(_vap, _m)) \
1069 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \
[all …]
H A Dieee80211_node.c74 #define IEEE80211_AID_SET(_vap, b) \ argument
75 ((_vap)->iv_aid_bitmap[IEEE80211_AID(b) / 32] |= \
77 #define IEEE80211_AID_CLR(_vap, b) \ argument
78 ((_vap)->iv_aid_bitmap[IEEE80211_AID(b) / 32] &= \
80 #define IEEE80211_AID_ISSET(_vap, b) \ argument
81 ((_vap)->iv_aid_bitmap[IEEE80211_AID(b) / 32] & (1 << (IEEE80211_AID(b) % 32)))
H A Dieee80211_ioctl.c62 #define IS_UP_AUTO(_vap) \ argument
63 (IFNET_IS_UP_RUNNING((_vap)->iv_ifp) && \
64 (_vap)->iv_roaming == IEEE80211_ROAMING_AUTO)
/freebsd/sys/dev/iwm/
H A Dif_iwmvar.h382 #define IWM_VAP(_vap) ((struct iwm_vap *)(_vap))
381 IWM_VAP(_vap) global() argument
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h237 #define IWN_VAP(_vap) ((struct iwn_vap *)(_vap)) argument
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h199 #define VAP_TO_LVIF(_vap) container_of(_vap, struct lkpi_vif, iv_vap) argument
/freebsd/sys/dev/mwl/
H A Dmwlhal.c136 #define MWLVAP(_vap) ((_vap)->mh) argument