Home
last modified time | relevance | path

Searched refs:iv_as (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/net80211/
HDieee80211_acl.c110 vap->iv_as = as; in acl_attach()
118 struct aclstate *as = vap->iv_as; in acl_detach()
124 vap->iv_as = NULL; in acl_detach()
157 struct aclstate *as = vap->iv_as; in acl_check()
174 struct aclstate *as = vap->iv_as; in acl_add()
213 struct aclstate *as = vap->iv_as; in acl_remove()
232 struct aclstate *as = vap->iv_as; in acl_free_all()
248 struct aclstate *as = vap->iv_as; in acl_setpolicy()
275 struct aclstate *as = vap->iv_as; in acl_getpolicy()
290 struct aclstate *as = vap->iv_as; in acl_getioctl()
HDieee80211_var.h474 void *iv_as; /* private aclator state */ member
HDieee80211_ddb.c485 db_printf(" as %p", vap->iv_as); in _db_show_vap()