Lines Matching defs:uvp
683 struct rsu_vap *uvp;
690 uvp = malloc(sizeof(struct rsu_vap), M_80211_VAP, M_WAITOK | M_ZERO);
691 vap = &uvp->vap;
696 free(uvp, M_80211_VAP);
708 uvp->newstate = vap->iv_newstate;
732 struct rsu_vap *uvp = RSU_VAP(vap);
735 free(uvp, M_80211_VAP);
1410 struct rsu_vap *uvp = RSU_VAP(vap);
1435 return (uvp->newstate(vap, nstate, arg));
1441 struct rsu_vap *uvp = RSU_VAP(vap);
1519 return (uvp->newstate(vap, nstate, arg));