class WlanTxInfo
Defined at line 495 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
Instruction from generic WLAN driver on how to send a packet. One WlanTxInfo per packet.
These values are populated by the wlantap driver and should not be specified manually.
See wlan_tx_info_t for details about each field.
Public Methods
void WlanTxInfo (Storage_ storage)
void WlanTxInfo (uint32_t tx_flags, uint32_t valid_fields, uint16_t tx_vector_idx, ::fuchsia_wlan_common::WlanPhyType phy, uint8_t cbw, uint8_t mcs)
void WlanTxInfo ()
Default constructs a |WlanTxInfo| only if all of its members are default constructible.
Defined at line 506 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void WlanTxInfo (WlanTxInfo && )
Defined at line 509 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void WlanTxInfo (const WlanTxInfo & other)
WlanTxInfo & operator= (WlanTxInfo && )
Defined at line 510 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
WlanTxInfo & operator= (const WlanTxInfo & other)
bool operator== (const WlanTxInfo & other)
bool operator!= (const WlanTxInfo & other)
uint32_t tx_flags ()
uint32_t & tx_flags ()
WlanTxInfo & tx_flags (uint32_t value)
Setter for tx_flags.
uint32_t valid_fields ()
uint32_t & valid_fields ()
WlanTxInfo & valid_fields (uint32_t value)
Setter for valid_fields.
uint16_t tx_vector_idx ()
uint16_t & tx_vector_idx ()
WlanTxInfo & tx_vector_idx (uint16_t value)
Setter for tx_vector_idx.
::fuchsia_wlan_common::WlanPhyType phy ()
::fuchsia_wlan_common::WlanPhyType & phy ()
WlanTxInfo & phy (::fuchsia_wlan_common::WlanPhyType value)
Setter for phy.
uint8_t cbw ()
uint8_t & cbw ()
WlanTxInfo & cbw (uint8_t value)
Setter for cbw.
uint8_t mcs ()
uint8_t & mcs ()
WlanTxInfo & mcs (uint8_t value)
Setter for mcs.
void WlanTxInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits