Searched defs:_vap (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_var.h | 1066 #define ieee80211_msg(_vap, _m) ((_vap)->iv_debug & (_m)) argument 1067 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) do { \ argument 1071 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) do { \ argument 1075 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \ argument 1079 #define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...) do { \ argument 1088 #define ieee80211_msg_debug(_vap) \ argument 1090 #define ieee80211_msg_dumppkts(_vap) \ argument 1092 #define ieee80211_msg_input(_vap) \ argument 1094 #define ieee80211_msg_radius(_vap) \ argument 1096 #define ieee80211_msg_dumpradius(_vap) \ argument [all …]
|
H A D | ieee80211_node.c | 74 #define IEEE80211_AID_SET(_vap, b) \ argument 77 #define IEEE80211_AID_CLR(_vap, b) \ argument 80 #define IEEE80211_AID_ISSET(_vap, b) \ argument
|
H A D | ieee80211_ioctl.c | 62 #define IS_UP_AUTO(_vap) \ argument
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.h | 205 #define VAP_TO_LVIF(_vap) container_of(_vap, struct lkpi_vif, iv_vap) argument
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmvar.h | 381 IWM_VAP(_vap) global() argument
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwnvar.h | 237 #define IWN_VAP(_vap) ((struct iwn_vap *)(_vap)) argument
|
/freebsd/sys/dev/mwl/ |
H A D | mwlhal.c | 136 #define MWLVAP(_vap) ((_vap)->mh) argument
|
/freebsd/sys/dev/iwx/ |
H A D | if_iwxvar.h | 892 #define IWX_VAP(_vap) ((struct iwx_vap *)(_vap)) argument
|