class WlanSoftmacBandCapability
Defined at line 346 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
Describes the capabilities of a SoftMAC on a particular band.
Public Methods
void WlanSoftmacBandCapability (Storage_ storage)
void WlanSoftmacBandCapability ()
Defined at line 351 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
void WlanSoftmacBandCapability (WlanSoftmacBandCapability && )
Defined at line 352 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
void WlanSoftmacBandCapability (const WlanSoftmacBandCapability & other)
const std::optional< ::fuchsia_wlan_ieee80211::HtCapabilities> & ht_caps ()
Servers (i.e., drivers) should set `ht_caps` if the device supports HT
PHY mode or unset `ht_caps` if the device does not.
::std::optional< ::fuchsia_wlan_ieee80211::HtCapabilities> & ht_caps ()
Servers (i.e., drivers) should set `ht_caps` if the device supports HT
PHY mode or unset `ht_caps` if the device does not.
WlanSoftmacBandCapability & ht_caps (std::optional< ::fuchsia_wlan_ieee80211::HtCapabilities> value)
Servers (i.e., drivers) should set `ht_caps` if the device supports HT
PHY mode or unset `ht_caps` if the device does not.
WlanSoftmacBandCapability & operator= (WlanSoftmacBandCapability && )
Defined at line 353 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
WlanSoftmacBandCapability & operator= (const WlanSoftmacBandCapability & other)
bool operator== (const WlanSoftmacBandCapability & other)
bool operator!= (const WlanSoftmacBandCapability & other)
bool IsEmpty ()
const std::optional< ::fuchsia_wlan_ieee80211::WlanBand> & band ()
Band to which the capabilities described by this datagram apply.
::std::optional< ::fuchsia_wlan_ieee80211::WlanBand> & band ()
Band to which the capabilities described by this datagram apply.
WlanSoftmacBandCapability & band (std::optional< ::fuchsia_wlan_ieee80211::WlanBand> value)
Band to which the capabilities described by this datagram apply.
const std::optional< ::fuchsia_wlan_ieee80211::VhtCapabilities> & vht_caps ()
Servers (i.e., drivers) should set `vht_caps` if the device supports
VHT PHY mode or unset `vht_caps` if the device does not.
::std::optional< ::fuchsia_wlan_ieee80211::VhtCapabilities> & vht_caps ()
Servers (i.e., drivers) should set `vht_caps` if the device supports
VHT PHY mode or unset `vht_caps` if the device does not.
WlanSoftmacBandCapability & vht_caps (std::optional< ::fuchsia_wlan_ieee80211::VhtCapabilities> value)
Servers (i.e., drivers) should set `vht_caps` if the device supports
VHT PHY mode or unset `vht_caps` if the device does not.
const std::optional< ::std::vector<uint8_t>> & basic_rates ()
Set of supported basic rates in units of 500 Kbit/s (as defined in IEEE
Std 802.11-2016, 9.4.2.3), e.g., 0x02 represents 1 Mbps. This set
represents all of the non-HT rates that the device supports for both
transmitting and receiving.
::std::optional< ::std::vector<uint8_t>> & basic_rates ()
Set of supported basic rates in units of 500 Kbit/s (as defined in IEEE
Std 802.11-2016, 9.4.2.3), e.g., 0x02 represents 1 Mbps. This set
represents all of the non-HT rates that the device supports for both
transmitting and receiving.
WlanSoftmacBandCapability & basic_rates (std::optional< ::std::vector<uint8_t>> value)
Set of supported basic rates in units of 500 Kbit/s (as defined in IEEE
Std 802.11-2016, 9.4.2.3), e.g., 0x02 represents 1 Mbps. This set
represents all of the non-HT rates that the device supports for both
transmitting and receiving.
const std::optional< ::std::vector<uint8_t>> & operating_channels ()
Set of valid operating channels per regulatory information as determined
by the device driver during iface creation. An operating channel refers
to a channel on which APs may transmit beacon frames.
The client must use this set to determine the efficacy of subsequent
requests to scan a subset of channels using the iface or to determine
which operating channel to use when starting an AP.
::std::optional< ::std::vector<uint8_t>> & operating_channels ()
Set of valid operating channels per regulatory information as determined
by the device driver during iface creation. An operating channel refers
to a channel on which APs may transmit beacon frames.
The client must use this set to determine the efficacy of subsequent
requests to scan a subset of channels using the iface or to determine
which operating channel to use when starting an AP.
WlanSoftmacBandCapability & operating_channels (std::optional< ::std::vector<uint8_t>> value)
Set of valid operating channels per regulatory information as determined
by the device driver during iface creation. An operating channel refers
to a channel on which APs may transmit beacon frames.
The client must use this set to determine the efficacy of subsequent
requests to scan a subset of channels using the iface or to determine
which operating channel to use when starting an AP.
void WlanSoftmacBandCapability (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits