blob: 8c005d13f694fc626604740ecc671198c9bc726d [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file.
library wlan.protocol.info;
// LINT.IfChange
[Packed]
struct WlanHtOp {
uint8 primary_chan;
array<uint8>:5 info;
array<uint8>:16 supported_mcs_set;
};
[Packed]
struct WlanVhtOp {
uint8 vht_cbw;
uint8 center_freq_seg0;
uint8 center_freq_seg1;
uint16 basic_mcs;
};
// LINT.ThenChange(//garnet/lib/wlan/protocol/include/wlan/protocol/info.h)