Home
last modified time | relevance | path

Searched refs:wtap_vap (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/wtap/
HDif_wtap.c144 wtap_medium_enqueue(struct wtap_vap *avp, struct mbuf *m) in wtap_medium_enqueue()
199 struct wtap_vap *avp = WTAP_VAP(vap); in wtap_beacon_alloc()
229 struct wtap_vap *avp = arg; in wtap_beacon_intrp()
265 struct wtap_vap *avp = WTAP_VAP(vap); in wtap_newstate()
309 struct wtap_vap *avp = (struct wtap_vap *)vap; in wtap_bmiss()
323 struct wtap_vap *avp; in wtap_vap_create()
329 avp = malloc(sizeof(struct wtap_vap), M_80211_VAP, M_WAITOK | M_ZERO); in wtap_vap_create()
367 struct wtap_vap *avp = WTAP_VAP(vap); in wtap_vap_delete()
423 struct wtap_vap *avp = WTAP_VAP(vap); in wtap_raw_xmit()
579 struct wtap_vap *avp = WTAP_VAP(vap); in wtap_transmit()
HDif_wtapvar.h110 struct wtap_vap { struct
125 #define WTAP_VAP(vap) ((struct wtap_vap *)(vap)) argument