/* 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; 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/neighbor_report.proto"; import public "models/time_stamp.proto"; import public "models/wan_metrics.proto"; import public "models/wlan_capabilities.proto"; message ApInfo { ApIdentity ap_id = 1; ApLocation ap_location = 2; NeighborReport ap_neighbor = 3; BssLoad bss_load = 4; // Channel configured for the Access Point. int32 channel = 5; ExtBssLoad ext_bss_load = 6; TimeStamp time_stamp = 7; WanMetrics wan_metrics = 8; WlanCapabilities wlan_cap = 9; }