Searched refs:iv_acl (Results 1 – 6 of 6) sorted by relevance
960 if (vap->iv_acl != NULL && in hostap_auth_open()961 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) { in hostap_auth_open()1107 if (vap->iv_acl != NULL && in hostap_auth_shared()1108 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) { in hostap_auth_shared()1872 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in hostap_recv_mgmt()1956 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in hostap_recv_mgmt()
595 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_getmaccmd()1649 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_macmac()1661 vap->iv_acl = acl; in ieee80211_ioctl_macmac()1673 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_setmaccmd()1684 vap->iv_acl = acl; in ieee80211_ioctl_setmaccmd()1695 vap->iv_acl = NULL; in ieee80211_ioctl_setmaccmd()
1602 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in mesh_input()1920 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in mesh_recv_mgmt()
521 const struct ieee80211_aclator *iv_acl; /* acl glue */ member
424 if (vap->iv_acl != NULL) in ieee80211_proto_vdetach()425 vap->iv_acl->iac_detach(vap); in ieee80211_proto_vdetach()
475 db_printf(" acl %p", vap->iv_acl); in _db_show_vap()