/* * ETSI GS MEC 028 - WLAN Access Information API * * The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI * * API version: 2.1.1 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package server type AssociatedStations struct { // Unique number which identifies a particular association between an Access Point and a station. AssocId string `json:"assocId,omitempty"` // IPv4 or IPv6 address allocated for the station associated with the Access Point. IpAddress []string `json:"ipAddress,omitempty"` // Unique identifier assigned to a station (as network interface controller) for communications at the data link layer of a network segment. MacId string `json:"macId"` }