/* 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.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 { ApIdentity apId = 1; // Shall be set to \"AssocStaNotification\". string notificationType = 2; // Identifier(s) to uniquely specify the client station(s) associated. repeated StaIdentity staId = 3; TimeStamp timeStamp = 4; }