class WlanTxResult
Defined at line 5581 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
TX status reports are used by the Minstrel rate selection algorithm
Tests should use the default value in //src/connectivity/wlan/testing/hw-sim/src/lib.rs
Public Methods
void WlanTxResult (Storage_ storage)
void WlanTxResult (::std::array< ::fuchsia_wlan_softmac::WlanTxResultEntry, 8>tx_result_entry,::std::array<uint8_t, 6>peer_addr,::fuchsia_wlan_softmac::WlanTxResultCoderesult_code)
void WlanTxResult ()
Default constructs a |WlanTxResult| only if all of its members are default constructible.
Defined at line 5591 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
void WlanTxResult (WlanTxResult && )
Defined at line 5594 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
void WlanTxResult (const WlanTxResult & other)
WlanTxResult & operator= (WlanTxResult && )
Defined at line 5595 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
WlanTxResult & operator= (const WlanTxResult & other)
bool operator== (const WlanTxResult & other)
bool operator!= (const WlanTxResult & other)
const ::std::array< ::fuchsia_wlan_softmac::WlanTxResultEntry, 8> & tx_result_entry ()
up to 8 different tx_result_entry for one PPDU frame.
WLAN_TX_VECTOR_IDX_INVALID indicates no more entries.
::std::array< ::fuchsia_wlan_softmac::WlanTxResultEntry, 8> & tx_result_entry ()
up to 8 different tx_result_entry for one PPDU frame.
WLAN_TX_VECTOR_IDX_INVALID indicates no more entries.
WlanTxResult & tx_result_entry (::std::array< ::fuchsia_wlan_softmac::WlanTxResultEntry, 8> value)
up to 8 different tx_result_entry for one PPDU frame.
WLAN_TX_VECTOR_IDX_INVALID indicates no more entries.
const ::std::array<uint8_t, 6> & peer_addr ()
Destination mac address, or addr1 in packet NEXTer.
::std::array<uint8_t, 6> & peer_addr ()
Destination mac address, or addr1 in packet NEXTer.
WlanTxResult & peer_addr (::std::array<uint8_t, 6> value)
Destination mac address, or addr1 in packet NEXTer.
::fuchsia_wlan_softmac::WlanTxResultCode result_code ()
::fuchsia_wlan_softmac::WlanTxResultCode & result_code ()
WlanTxResult & result_code (::fuchsia_wlan_softmac::WlanTxResultCode value)
Setter for result_code.
void WlanTxResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits