class WlanFullmacImplIfcDeauthIndRequest

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

Public Methods

void WlanFullmacImplIfcDeauthIndRequest (Storage_ storage)
void WlanFullmacImplIfcDeauthIndRequest ()

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

void WlanFullmacImplIfcDeauthIndRequest (WlanFullmacImplIfcDeauthIndRequest && )

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

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

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

WlanFullmacImplIfcDeauthIndRequest & operator= (const WlanFullmacImplIfcDeauthIndRequest & other)
bool operator== (const WlanFullmacImplIfcDeauthIndRequest & other)
bool operator!= (const WlanFullmacImplIfcDeauthIndRequest & other)
bool IsEmpty ()
const std::optional< ::std::array<uint8_t, 6>> & peer_sta_address ()

MAC address of the peer. Required.

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

MAC address of the peer. Required.

WlanFullmacImplIfcDeauthIndRequest & peer_sta_address (std::optional< ::std::array<uint8_t, 6>> value)

MAC address of the peer. Required.

const std::optional< ::fuchsia_wlan_ieee80211::ReasonCode> & reason_code ()

Reason code for deauthentication. Required.

::std::optional< ::fuchsia_wlan_ieee80211::ReasonCode> & reason_code ()

Reason code for deauthentication. Required.

WlanFullmacImplIfcDeauthIndRequest & reason_code (std::optional< ::fuchsia_wlan_ieee80211::ReasonCode> value)

Reason code for deauthentication. Required.

const std::optional<bool> & locally_initiated ()

locally_initiated is true if deauth is initiated from the device,

and is false if it's initiated remotely (e.g. due to deauth frame)

::std::optional<bool> & locally_initiated ()

locally_initiated is true if deauth is initiated from the device,

and is false if it's initiated remotely (e.g. due to deauth frame)

WlanFullmacImplIfcDeauthIndRequest & locally_initiated (std::optional<bool> value)

locally_initiated is true if deauth is initiated from the device,

and is false if it's initiated remotely (e.g. due to deauth frame)

void WlanFullmacImplIfcDeauthIndRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits