Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_hostap.c966 if (vap->iv_acl != NULL && in hostap_auth_open()
967 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) { in hostap_auth_open()
1122 if (vap->iv_acl != NULL && in hostap_auth_shared()
1123 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) { in hostap_auth_shared()
1888 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in hostap_recv_mgmt()
1972 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in hostap_recv_mgmt()
H A Dieee80211_ioctl.c594 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_getmaccmd()
1652 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_macmac()
1664 vap->iv_acl = acl; in ieee80211_ioctl_macmac()
1676 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_setmaccmd()
1687 vap->iv_acl = acl; in ieee80211_ioctl_setmaccmd()
1698 vap->iv_acl = NULL; in ieee80211_ioctl_setmaccmd()
H A Dieee80211_mesh.c1598 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in mesh_input()
1916 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in mesh_recv_mgmt()
H A Dieee80211_proto.c422 if (vap->iv_acl != NULL) in ieee80211_proto_vdetach()
423 vap->iv_acl->iac_detach(vap); in ieee80211_proto_vdetach()
H A Dieee80211_var.h528 const struct ieee80211_aclator *iv_acl; /* acl glue */ member
H A Dieee80211_ddb.c613 db_printf(" acl %p", vap->iv_acl); in _db_show_vap()