Searched refs:iac_check (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_acl.c33 * frame is passed to the iac_check method and the module indicates
331 .iac_check = acl_check,
H A Dieee80211_proto.h235 int (*iac_check)(struct ieee80211vap *, member in struct:ieee80211_aclator
H A Dieee80211_hostap.c1805 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) {
1890 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) {
H A Dieee80211_mesh.c1622 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) {
1940 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) {

Completed in 39 milliseconds