Searched refs:iv_acl (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_hostap.c972 if (vap->iv_acl != NULL &&
973 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) {
1119 if (vap->iv_acl != NULL &&
1120 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) {
1805 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_proto.c270 if (vap->iv_acl != NULL)
271 vap->iv_acl->iac_detach(vap);
H A Dieee80211_ioctl.c592 const struct ieee80211_aclator *acl = vap->iv_acl;
1606 const struct ieee80211_aclator *acl = vap->iv_acl;
1618 vap->iv_acl = acl;
1630 const struct ieee80211_aclator *acl = vap->iv_acl;
1641 vap->iv_acl = acl;
1652 vap->iv_acl = NULL;
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)) {
H A Dieee80211_var.h455 const struct ieee80211_aclator *iv_acl; /* acl glue */ member in struct:ieee80211vap
H A Dieee80211_ddb.c483 db_printf(" acl %p", vap->iv_acl);

Completed in 203 milliseconds