ap_associated.proto 789 Bytes
Newer Older
/*
  ETSI GS MEC 028 - WLAN Access Information API
 
  The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
 
  The version of the OpenAPI document: 2.1.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec028;


message ApAssociated {

  // Unique number which identifies a particular association between the station and Access Point.
  string assoc_id = 1;

  // IPv4 or IPv6 address allocated for the Access Point.
  repeated string ip_address = 2;

  // Unique identifier assigned to the Access Point (as network interface controller) for communications at the data link layer of a network segment.
  string mac_id = 3;

  // Service Set Identifier to identify logical networks.
  repeated string ssid = 4;

}