class Credentials

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

Credentials used to authenticate with a WLAN.

The variants of this union describe the credentials supported by a protocol

or protocol suite (i.e., WEP and WPA).

Public Methods

void Credentials ()
void Credentials (const Credentials & )

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

Credentials & operator= (const Credentials & )

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

void Credentials (Credentials && )

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

Credentials & operator= (Credentials && )

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

bool IsUnknown ()

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

bool has_invalid_tag ()
bool is_wep ()
Credentials WithWep (::fidl::ObjectView< ::fuchsia_wlan_internal::wire::WepCredentials> val)
template <typename... Args>
Credentials WithWep (::fidl::AnyArena & allocator, Args &&... args)

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

::fuchsia_wlan_internal::wire::WepCredentials & wep ()
const ::fuchsia_wlan_internal::wire::WepCredentials & wep ()
bool is_wpa ()
Credentials WithWpa (::fidl::ObjectView< ::fuchsia_wlan_internal::wire::WpaCredentials> val)
template <typename... Args>
Credentials WithWpa (::fidl::AnyArena & allocator, Args &&... args)

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

::fuchsia_wlan_internal::wire::WpaCredentials & wpa ()
const ::fuchsia_wlan_internal::wire::WpaCredentials & wpa ()
::fuchsia_wlan_internal::wire::Credentials::Tag Which ()

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kWep 1

0x1

kWpa 2

0x2

_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max() --

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