Skip to content
model_vht_capabilities.go 503 B
Newer Older
Simon Pastor's avatar
Simon Pastor committed
/*
Simon Pastor's avatar
Simon Pastor committed
 * ETSI GS MEC 028 - WLAN Access Information API
Simon Pastor's avatar
Simon Pastor committed
 * The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
Simon Pastor's avatar
Simon Pastor committed
 *
 * API version: 2.1.1
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package server

type VhtCapabilities struct {
Simon Pastor's avatar
Simon Pastor committed
	// VHT capabilities Info as defined in IEEE 802.11-2016 [8].
Simon Pastor's avatar
Simon Pastor committed
	VhtCapInfo int32 `json:"vhtCapInfo"`
Simon Pastor's avatar
Simon Pastor committed
	// Supported VHT-MCS and NSS Set as defined in IEEE 802.11-2016 [8].
	VhtMcsNss int64 `json:"vhtMcsNss"`