/* * ETSI GS MEC 028 - WLAN Access Information API * * WLAN Access Information Service is AdvantEDGE's implementation of [ETSI MEC ISG MEC028 WAI API](http://www.etsi.org/deliver/etsi_gs/MEC/001_099/028/02.01.01_60/gs_MEC028v020101p.pdf)
[Copyright (c) ETSI 2020](https://forge.etsi.org/etsi-forge-copyright-notice.txt)
**Micro-service**
[meep-wais](https://github.com/InterDigitalInc/AdvantEDGE/tree/master/go-apps/meep-wais)
**Type & Usage**
Edge Service used by edge applications that want to get information about WLAN access information in the network
**Details**
API details available at _your-AdvantEDGE-ip-address/api_
*
* API version: 2.1.1
* Contact: AdvantEDGE@InterDigital.com
* 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"`
}