class Credentials
Defined at line 161 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/natural_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 (Credentials && other)
Credentials & operator= (Credentials && other)
void Credentials (const Credentials & other)
Credentials & operator= (const Credentials & other)
bool operator== (const Credentials & other)
bool operator!= (const Credentials & other)
bool IsUnknown ()
::fuchsia_wlan_common_security::Credentials::Tag Which ()
Credentials WithWep (::fuchsia_wlan_common_security::WepCredentials val)
const ::fidl::internal::UnionMemberView<1, Storage_> wep ()
::fidl::internal::UnionMemberView<1, Storage_> wep ()
Credentials & wep (::fuchsia_wlan_common_security::WepCredentials value)
Sets the union to hold the wep member.
Credentials WithWpa (::fuchsia_wlan_common_security::WpaCredentials val)
const ::fidl::internal::UnionMemberView<2, Storage_> wpa ()
::fidl::internal::UnionMemberView<2, Storage_> wpa ()
Credentials & wpa (::fuchsia_wlan_common_security::WpaCredentials value)
Sets the union to hold the wpa member.
void Credentials (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
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() |
TODO: share union tag types between wire
&
natural.
Defined at line 169 of file fidling/gen/sdk/fidl/fuchsia.wlan.common.security/fuchsia.wlan.common.security/cpp/fidl/fuchsia.wlan.common.security/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits