Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_acl.c113 vap->iv_as = as; in acl_attach()
121 struct aclstate *as = vap->iv_as; in acl_detach()
127 vap->iv_as = NULL; in acl_detach()
160 struct aclstate *as = vap->iv_as; in acl_check()
177 struct aclstate *as = vap->iv_as; in acl_add()
216 struct aclstate *as = vap->iv_as; in acl_remove()
235 struct aclstate *as = vap->iv_as; in acl_free_all()
251 struct aclstate *as = vap->iv_as; in acl_setpolicy()
278 struct aclstate *as = vap->iv_as; in acl_getpolicy()
293 struct aclstate *as = vap->iv_as; in acl_getioctl()
H A Dieee80211_var.h522 void *iv_as; /* private aclator state */ member
H A Dieee80211_ddb.c476 db_printf(" as %p", vap->iv_as); in _db_show_vap()