/* 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/sta_identity.proto"; message StaDataRate { StaIdentity sta_id = 1; // The data transmit rate in kbps that was most recently used for transmission of data PPDUs from the access point to the station. int32 sta_last_data_downlink_rate = 2; // The data transmit rate in Kbps that was most recently used for transmission of data PPDUs from the associated station to the access point. int32 sta_last_data_uplink_rate = 3; }