class WlanFullmacImplIfcDisassocIndRequest

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

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcDisassocIndRequest> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcDisassocIndRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcDisassocIndRequest>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void WlanFullmacImplIfcDisassocIndRequest ()

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

void WlanFullmacImplIfcDisassocIndRequest (const WlanFullmacImplIfcDisassocIndRequest & other)

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

WlanFullmacImplIfcDisassocIndRequest & operator= (const WlanFullmacImplIfcDisassocIndRequest & other)

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

void WlanFullmacImplIfcDisassocIndRequest (WlanFullmacImplIfcDisassocIndRequest && other)

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

WlanFullmacImplIfcDisassocIndRequest & operator= (WlanFullmacImplIfcDisassocIndRequest && other)

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

::fidl::Array<uint8_t, 6> & peer_sta_address ()

Address of the peer that was disassociated. Required.

bool has_peer_sta_address ()
::fuchsia_wlan_ieee80211::wire::ReasonCode & reason_code ()

Reason for the disassociation. Required.

bool has_reason_code ()
bool & locally_initiated ()

Whether the disassociation was initiated from the device. Required.

locally_initiated is true if disassociation was initiated from the device (e.g. firmware

or vendor driver started the disassociation); false if the disassociation was initiated

externally (e.g. due to receipt of a disassociate frame from an AP).

bool has_locally_initiated ()
void ~WlanFullmacImplIfcDisassocIndRequest ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder