Home
last modified time | relevance | path

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

/freebsd/sys/dev/wtap/
H A Dif_wtap.c136 wtap_medium_enqueue(struct wtap_vap *avp, struct mbuf *m) in wtap_medium_enqueue()
210 struct wtap_vap *avp = WTAP_VAP(vap); in wtap_beacon_alloc()
238 struct wtap_vap *avp = arg; in wtap_beacon_intrp()
282 struct wtap_vap *avp = WTAP_VAP(vap); in wtap_newstate()
352 struct wtap_vap *avp = (struct wtap_vap *)vap; in wtap_bmiss()
366 struct wtap_vap *avp; in wtap_vap_create()
372 avp = malloc(sizeof(struct wtap_vap), M_80211_VAP, M_WAITOK | M_ZERO); in wtap_vap_create()
412 struct wtap_vap *avp = WTAP_VAP(vap); in wtap_vap_delete()
468 struct wtap_vap *av in wtap_raw_xmit()
[all...]
H A Dif_wtapvar.h110 struct wtap_vap { struct
125 #define WTAP_VAP(vap) ((struct wtap_vap *)(vap)) argument