class WlanFullmacImplIfcEapolConfRequest

Defined at line 1798 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/natural_types.h

Public Methods

void WlanFullmacImplIfcEapolConfRequest (Storage_ storage)
void WlanFullmacImplIfcEapolConfRequest ()

Defined at line 1803 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/natural_types.h

void WlanFullmacImplIfcEapolConfRequest (WlanFullmacImplIfcEapolConfRequest && )

Defined at line 1804 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/natural_types.h

void WlanFullmacImplIfcEapolConfRequest (const WlanFullmacImplIfcEapolConfRequest & other)
WlanFullmacImplIfcEapolConfRequest & operator= (WlanFullmacImplIfcEapolConfRequest && )

Defined at line 1805 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/natural_types.h

WlanFullmacImplIfcEapolConfRequest & operator= (const WlanFullmacImplIfcEapolConfRequest & other)
bool operator== (const WlanFullmacImplIfcEapolConfRequest & other)
bool operator!= (const WlanFullmacImplIfcEapolConfRequest & other)
bool IsEmpty ()
const std::optional< ::fuchsia_wlan_fullmac::EapolTxResult> & result_code ()

The result of the transmission. Required.

::std::optional< ::fuchsia_wlan_fullmac::EapolTxResult> & result_code ()

The result of the transmission. Required.

WlanFullmacImplIfcEapolConfRequest & result_code (std::optional< ::fuchsia_wlan_fullmac::EapolTxResult> value)

The result of the transmission. Required.

const std::optional< ::std::array<uint8_t, 6>> & dst_addr ()

This value corresponds to the dst_addr in the EapolTxRequest we're confirming.

IEEE 802.11-2020 does not include this field, but we need it to disambiguate

if multiple EAPoL handshakes are ongoing.

Required.

::std::optional< ::std::array<uint8_t, 6>> & dst_addr ()

This value corresponds to the dst_addr in the EapolTxRequest we're confirming.

IEEE 802.11-2020 does not include this field, but we need it to disambiguate

if multiple EAPoL handshakes are ongoing.

Required.

WlanFullmacImplIfcEapolConfRequest & dst_addr (std::optional< ::std::array<uint8_t, 6>> value)

This value corresponds to the dst_addr in the EapolTxRequest we're confirming.

IEEE 802.11-2020 does not include this field, but we need it to disambiguate

if multiple EAPoL handshakes are ongoing.

Required.

void WlanFullmacImplIfcEapolConfRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits