class WlanFullmacImplIfcEapolConfRequest

Defined at line 1822 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 1827 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 1828 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 1829 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