class WlanKeyConfig

Defined at line 2789 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/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_common::wire::WlanKeyConfig> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_wlan_common::wire::WlanKeyConfig> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_common::wire::WlanKeyConfig>> frame)

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

void WlanKeyConfig ()

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

void WlanKeyConfig (const WlanKeyConfig & other)

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

void WlanKeyConfig (WlanKeyConfig && other)

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

::fuchsia_wlan_common::wire::WlanProtection & protection ()

Which path to protect: None, TX, RX, or TX and RX.

bool has_protection ()
::fidl::Array<uint8_t, 3> & cipher_oui ()

IEEE Cipher suite selector.

See IEEE Std 802.11-2016, 9.4.2.25.2, Table 9-131

Optional. If not specified, it's assumed that this is the IEEE OUI.

bool has_cipher_oui ()
::fuchsia_wlan_ieee80211::wire::CipherSuiteType & cipher_type ()

The cipher type.

Required.

bool has_cipher_type ()
::fuchsia_wlan_common::wire::WlanKeyType & key_type ()

Whether this key is a pairwise, group or peer key.

Required.

bool has_key_type ()
WlanKeyConfig & operator= (const WlanKeyConfig & other)

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

WlanKeyConfig & operator= (WlanKeyConfig && other)

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

::fidl::Array<uint8_t, 6> & peer_addr ()

The peer MAC address for pairwise and peer keys.

For group keys this value is always the broadcast address.

Required.

bool has_peer_addr ()
uint8_t & key_idx ()

Index for rotating keys, e.g. group keys.

This value is always 0 for key types which aren't rotating, e.g. pairwise keys.

Required.

TODO(https://fxbug.dev/301104836): This is a uint8, but SetKeyDescriptor in MLME FIDL and

DeleteKeysDescriptor in Fullmac FIDL use a uint16 for key_id/key_idx. We should consider

making all these use the same type.

bool has_key_idx ()
::fidl::VectorView<uint8_t> & key ()

They key's actual bytes.

Required.

bool has_key ()
uint64_t & rsc ()

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

Optional.

bool has_rsc ()
void ~WlanKeyConfig ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder