class DfsFeature
Defined at line 946 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
Dynamic Frequency Selection.
See IEEE 802.11-2016 11.9.
This is a spectrum management feature, usable for fullmac or softmac.
Public Methods
void DfsFeature (Storage_ storage)
void DfsFeature ()
Defined at line 952 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
void DfsFeature (DfsFeature && )
Defined at line 953 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
void DfsFeature (const DfsFeature & other)
DfsFeature & operator= (DfsFeature && )
Defined at line 954 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
DfsFeature & operator= (const DfsFeature & other)
bool operator== (const DfsFeature & other)
bool operator!= (const DfsFeature & other)
bool IsEmpty ()
const std::optional<bool> & supported ()
If true, driver implements DFS procedures (e.g. vacate channel upon
detecting RADAR). Based on whether the driver implements DFS procedures,
higher layers may adjust their logic (e.g. to include/exclude channels
that require DFS).
::std::optional<bool> & supported ()
If true, driver implements DFS procedures (e.g. vacate channel upon
detecting RADAR). Based on whether the driver implements DFS procedures,
higher layers may adjust their logic (e.g. to include/exclude channels
that require DFS).
DfsFeature & supported (std::optional<bool> value)
If true, driver implements DFS procedures (e.g. vacate channel upon
detecting RADAR). Based on whether the driver implements DFS procedures,
higher layers may adjust their logic (e.g. to include/exclude channels
that require DFS).
void DfsFeature (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits