Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net80211/
Dieee80211_hostap.c972 if (vap->iv_acl != NULL && in hostap_auth_open()
973 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) { in hostap_auth_open()
1119 if (vap->iv_acl != NULL && in hostap_auth_shared()
1120 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) { in hostap_auth_shared()
1805 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in hostap_recv_mgmt()
1890 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in hostap_recv_mgmt()
Dieee80211_ioctl.c592 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_getmaccmd()
1606 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_macmac()
1618 vap->iv_acl = acl; in ieee80211_ioctl_macmac()
1630 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_setmaccmd()
1641 vap->iv_acl = acl; in ieee80211_ioctl_setmaccmd()
1652 vap->iv_acl = NULL; in ieee80211_ioctl_setmaccmd()
Dieee80211_proto.c270 if (vap->iv_acl != NULL) in ieee80211_proto_vdetach()
271 vap->iv_acl->iac_detach(vap); in ieee80211_proto_vdetach()
Dieee80211_var.h455 const struct ieee80211_aclator *iv_acl; /* acl glue */ member
Dieee80211_mesh.c1622 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in mesh_input()
1940 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in mesh_recv_mgmt()
Dieee80211_ddb.c483 db_printf(" acl %p", vap->iv_acl); in _db_show_vap()