Searched refs:iv_acl (Results 1 – 6 of 6) sorted by relevance
961 if (vap->iv_acl != NULL && in hostap_auth_open()962 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) { in hostap_auth_open()1117 if (vap->iv_acl != NULL && in hostap_auth_shared()1118 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) { in hostap_auth_shared()1917 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in hostap_recv_mgmt()2001 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) { in hostap_recv_mgmt()
593 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_getmaccmd()1668 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_macmac()1680 vap->iv_acl = acl; in ieee80211_ioctl_macmac()1692 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_setmaccmd()1703 vap->iv_acl = acl; in ieee80211_ioctl_setmaccmd()1714 vap->iv_acl = NULL; in ieee80211_ioctl_setmaccmd()
1597 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()
422 if (vap->iv_acl != NULL) in ieee80211_proto_vdetach()423 vap->iv_acl->iac_detach(vap); in ieee80211_proto_vdetach()
553 const struct ieee80211_aclator *iv_acl; /* acl glue */ member
615 db_printf(" acl %p", vap->iv_acl); in _db_show_vap()