class Credentials
Defined at line 140 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/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 144 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/wire_types.h
Credentials & operator= (const Credentials & )
Defined at line 145 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/wire_types.h
void Credentials (Credentials && )
Defined at line 146 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/wire_types.h
Credentials & operator= (Credentials && )
Defined at line 147 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/wire_types.h
bool IsUnknown ()
Defined at line 154 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/wire_types.h
bool has_invalid_tag ()
bool is_wep ()
Credentials WithWep (::fidl::ObjectView< ::fuchsia_wlan_common_security::wire::WepCredentials> val)
template <typename... Args>
Credentials WithWep (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 165 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/wire_types.h
::fuchsia_wlan_common_security::wire::WepCredentials & wep ()
const ::fuchsia_wlan_common_security::wire::WepCredentials & wep ()
bool is_wpa ()
Credentials WithWpa (::fidl::ObjectView< ::fuchsia_wlan_common_security::wire::WpaCredentials> val)
template <typename... Args>
Credentials WithWpa (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 179 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/wire_types.h
::fuchsia_wlan_common_security::wire::WpaCredentials & wpa ()
const ::fuchsia_wlan_common_security::wire::WpaCredentials & wpa ()
::fuchsia_wlan_common_security::wire::Credentials::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kWep | 1 |
| kWpa | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 149 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/wire_types.h