assoc_sta_notification.proto 687 Bytes
Newer Older
/*
  ETSI GS MEC 028 - WLAN Access Information API
 
  The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
 
Michel Roy's avatar
Michel Roy committed
  The version of the OpenAPI document: 2.2.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec028;

import public "models/ap_identity.proto";
import public "models/sta_identity.proto";
import public "models/time_stamp.proto";

message AssocStaNotification {

Michel Roy's avatar
Michel Roy committed
  ApIdentity apId = 1;

  // Shall be set to \"AssocStaNotification\".
Michel Roy's avatar
Michel Roy committed
  string notificationType = 2;

  // Identifier(s) to uniquely specify the client station(s) associated.
Michel Roy's avatar
Michel Roy committed
  repeated StaIdentity staId = 3;
Michel Roy's avatar
Michel Roy committed
  TimeStamp timeStamp = 4;