class WlanFullmacImplConnectRequest

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

Return a builder that by defaults allocates of an arena.

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

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

void WlanFullmacImplConnectRequest ()

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

void WlanFullmacImplConnectRequest (const WlanFullmacImplConnectRequest & other)

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

void WlanFullmacImplConnectRequest (WlanFullmacImplConnectRequest && other)

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

::fuchsia_wlan_common::wire::BssDescription & selected_bss ()
bool has_selected_bss ()
uint32_t & connect_failure_timeout ()

Timeout specified in beacon interval.

bool has_connect_failure_timeout ()
::fuchsia_wlan_fullmac::wire::WlanAuthType & auth_type ()

Additional parameters specific to the authentication exchange.

bool has_auth_type ()
WlanFullmacImplConnectRequest & operator= (const WlanFullmacImplConnectRequest & other)

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

WlanFullmacImplConnectRequest & operator= (WlanFullmacImplConnectRequest && other)

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

::fidl::VectorView<uint8_t> & sae_password ()

sae_password is ignored except when SAE_DRIVER_AUTH is enabled and the

auth_type is SAE.

bool has_sae_password ()
::fuchsia_wlan_common::wire::WlanKeyConfig & wep_key ()

WEP key used in the authentication exchange.

This is only populated for the WEP security type, otherwise this field is empty.

bool has_wep_key ()
::fidl::VectorView<uint8_t> & security_ie ()

Additional parameters specific to the association exchange.

bool has_security_ie ()
::fuchsia_wlan_ieee80211::wire::SetKeyDescriptor & wep_key_desc ()

WEP key used in the authentication exchange.

This is only populated for the WEP security type, otherwise this field is empty.

bool has_wep_key_desc ()
::fuchsia_wlan_fullmac::wire::WlanFullmacOwePublicKey & owe_public_key ()

OWE public key used for Diffie Hellman exchange during association.

This is only populated for the OWE security type, otherwise this field is empty.

bool has_owe_public_key ()
void ~WlanFullmacImplConnectRequest ()

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