Lines Matching refs:vlan_id
212 struct vlan_description *vlan_id) in hostapd_check_acl() argument
215 hapd->conf->num_accept_mac, addr, vlan_id)) in hostapd_check_acl()
219 hapd->conf->num_deny_mac, addr, vlan_id)) in hostapd_check_acl()
258 res = hostapd_check_acl(hapd, addr, &out->vlan_id); in hostapd_allowed_address()
275 os_memset(&out->vlan_id, 0, sizeof(out->vlan_id)); in hostapd_allowed_address()
559 info->vlan_id.notempty = !!radius_msg_get_vlanid( in hostapd_acl_recv_radius()
560 msg, &info->vlan_id.untagged, in hostapd_acl_recv_radius()
561 MAX_NUM_TAGGED_VLAN, info->vlan_id.tagged); in hostapd_acl_recv_radius()
584 if (info->vlan_id.notempty && in hostapd_acl_recv_radius()
585 !hostapd_vlan_valid(hapd->conf->vlan, &info->vlan_id)) { in hostapd_acl_recv_radius()
590 info->vlan_id.untagged, in hostapd_acl_recv_radius()
591 info->vlan_id.tagged[0] ? "+" : ""); in hostapd_acl_recv_radius()
592 os_memset(&info->vlan_id, 0, sizeof(info->vlan_id)); in hostapd_acl_recv_radius()
595 !info->vlan_id.notempty) in hostapd_acl_recv_radius()