Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_acl.c111 vap->iv_as = as; in acl_attach()
119 struct aclstate *as = vap->iv_as; in acl_detach()
125 vap->iv_as = NULL; in acl_detach()
158 struct aclstate *as = vap->iv_as; in acl_check()
175 struct aclstate *as = vap->iv_as; in acl_add()
214 struct aclstate *as = vap->iv_as; in acl_remove()
233 struct aclstate *as = vap->iv_as; in acl_free_all()
249 struct aclstate *as = vap->iv_as; in acl_setpolicy()
276 struct aclstate *as = vap->iv_as; in acl_getpolicy()
291 struct aclstate *as = vap->iv_as; in acl_getioctl()
H A Dieee80211_var.h529 void *iv_as; /* private aclator state */ member
H A Dieee80211_ddb.c614 db_printf(" as %p", vap->iv_as); in _db_show_vap()