class WlanFullmacImplIfcRoamResultIndRequest

Defined at line 2439 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::WlanFullmacImplIfcRoamResultIndRequest> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

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

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

void WlanFullmacImplIfcRoamResultIndRequest ()

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

void WlanFullmacImplIfcRoamResultIndRequest (const WlanFullmacImplIfcRoamResultIndRequest & other)

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

WlanFullmacImplIfcRoamResultIndRequest & operator= (const WlanFullmacImplIfcRoamResultIndRequest & other)

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

void WlanFullmacImplIfcRoamResultIndRequest (WlanFullmacImplIfcRoamResultIndRequest && other)

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

WlanFullmacImplIfcRoamResultIndRequest & operator= (WlanFullmacImplIfcRoamResultIndRequest && other)

Defined at line 2445 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> & selected_bssid ()

BSSID of the target BSS. Required.

bool has_selected_bssid ()
::fuchsia_wlan_ieee80211::wire::StatusCode & status_code ()

Result of the roam attempt. Required.

bool has_status_code ()
bool & original_association_maintained ()

Whether the original BSS association has been maintained through the roam attempt. Required.

A successful roam always incurs disassociation from the original BSS, so if `status_code` is

success then this field must be set to false; a roam failure typically incurs disassociation

from the original BSS, but may not in some cases (e.g. in some Fast BSS Transition scenarios).

bool has_original_association_maintained ()
bool & target_bss_authenticated ()

Whether the client is authenticated with the target BSS. If `status_code` is success, then

this field must be set to true; if the roam attempt failed, this field may be true or false.

This allows higher layers to decide how to clean up connection state after a failed roam

attempt.

bool has_target_bss_authenticated ()
uint16_t & association_id ()

Association ID for this association with the AP. Required if `status_code` is success.

bool has_association_id ()
::fidl::VectorView<uint8_t> & association_ies ()

IEs for this association with the AP. Required if `status_code` is success.

bool has_association_ies ()
void ~WlanFullmacImplIfcRoamResultIndRequest ()

Defined at line 2447 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