/* 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 HtCapabilities { // A-MPDU parameters as defined in IEEE 802.11-2016 [8]. int32 ampdu_parameters = 1; // ASEL capabilities as defined in IEEE 802.11-2016 [8]. int32 asel_cap = 2; // HT Capability Information as defined in IEEE 802.11-2016 [8]. int32 ht_capability_info = 3; // Extended HT Capabilities as defined in IEEE 802.11-2016 [8]. int32 ht_extended_cap = 4; // Supported MCS set as defined in IEEE 802.11-2016 [8]. int64 supported_mcs_set = 5; // Transmit Beamforming Capabilities as defined in IEEE 802.11-2016 [8]. int32 tx_beam_form_cap = 6; }