/* 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/ap_location.proto"; import public "models/bss_load.proto"; import public "models/ext_bss_load.proto"; import public "models/o_bss_load.proto"; import public "models/time_stamp.proto"; import public "models/wan_metrics.proto"; import public "models/wlan_capabilities.proto"; message ApInfo { ApIdentity apId = 1; ApLocation apLocation = 2; BssLoad bssLoad = 3; // Channel configured for the Access Point. int32 channel = 4; ExtBssLoad extBssLoad = 5; OBssLoad oBssLoad = 6; TimeStamp timeStamp = 7; WanMetrics wanMetrics = 8; WlanCapabilities wlanCap = 9; }