Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_runvar.h115 struct run_vap { struct
128 #define RUN_VAP(vap) ((struct run_vap *)(vap)) argument
H A Dif_run.c991 struct run_vap *rvp; in run_vap_create()
1032 rvp = malloc(sizeof(struct run_vap), M_80211_VAP, M_WAITOK | M_ZERO); in run_vap_create()
1102 struct run_vap *rvp = RUN_VAP(vap); in run_vap_delete()
2173 struct run_vap *rvp = RUN_VAP(vap); in run_newstate()
2848 struct run_vap *rvp = RUN_VAP(vap); in run_recv_mgmt()
5011 struct run_vap *rvp = RUN_VAP(vap); in run_update_beacon()
5051 struct run_vap *rvp = RUN_VAP(vap); in run_update_beacon_cb()