urtw_vap
struct urtw_vap *uvp;
uvp = malloc(sizeof(struct urtw_vap), M_80211_VAP, M_WAITOK | M_ZERO);
struct urtw_vap *uvp = URTW_VAP(vap);
struct urtw_vap *uvp = URTW_VAP(vap);
#define URTW_VAP(vap) ((struct urtw_vap *)(vap))