/* * ETSI GS MEC 028 - WLAN Access Information API * * The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI * * API version: 2.1.1 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package server type VhtCapabilities struct { // VHT capabilities Info as defined in IEEE 802.11-2016 [8]. VhtCapInfo int32 `json:"vhtCapInfo"` // Supported VHT-MCS and NSS Set as defined in IEEE 802.11-2016 [8]. VhtMcsNss int64 `json:"vhtMcsNss"` }