/* 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; message ExtBssLoad { // Indicates the total number of STAs currently associated with this BSS that have a 1 in the MU Beamformee Capable field of their VHT Capabilities element. int32 mu_mimo_sta_count = 1; // Observable loading on each of the secondary 20 MHz channel. int32 obs_sec20_mhz_util = 2; // Observable loading on each of the secondary 40 MHz channel. int32 obs_sec40_mhz_util = 3; // Observable loading on each of the secondary 80 MHz channel. int32 obs_sec80_mhz_util = 4; // The percentage of time, linearly scaled with 255 representing 100 %, that the AP has underutilized spatial domain resources for given busy time of the medium. int32 spat_stream_under_util = 5; }