class WlanKeyConfig

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

Public Methods

void WlanKeyConfig ()

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

void WlanKeyConfig (WlanKeyConfig && )

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

void WlanKeyConfig (Storage_ storage)
void WlanKeyConfig (const WlanKeyConfig & other)
WlanKeyConfig & operator= (const WlanKeyConfig & other)
bool operator== (const WlanKeyConfig & other)
bool operator!= (const WlanKeyConfig & other)
bool IsEmpty ()
const std::optional< ::fuchsia_wlan_common::WlanProtection> & protection ()

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

::std::optional< ::fuchsia_wlan_common::WlanProtection> & protection ()

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

WlanKeyConfig & protection (std::optional< ::fuchsia_wlan_common::WlanProtection> value)

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

const std::optional< ::std::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.

::std::optional< ::std::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.

WlanKeyConfig & cipher_oui (std::optional< ::std::array<uint8_t, 3>> value)

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.

const std::optional< ::fuchsia_wlan_ieee80211::CipherSuiteType> & cipher_type ()

The cipher type.

Required.

::std::optional< ::fuchsia_wlan_ieee80211::CipherSuiteType> & cipher_type ()

The cipher type.

Required.

WlanKeyConfig & cipher_type (std::optional< ::fuchsia_wlan_ieee80211::CipherSuiteType> value)

The cipher type.

Required.

const std::optional< ::fuchsia_wlan_common::WlanKeyType> & key_type ()

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

Required.

::std::optional< ::fuchsia_wlan_common::WlanKeyType> & key_type ()

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

Required.

WlanKeyConfig & key_type (std::optional< ::fuchsia_wlan_common::WlanKeyType> value)

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

Required.

WlanKeyConfig & operator= (WlanKeyConfig && )

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

const std::optional< ::std::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.

::std::optional< ::std::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.

WlanKeyConfig & peer_addr (std::optional< ::std::array<uint8_t, 6>> value)

The peer MAC address for pairwise and peer keys.

For group keys this value is always the broadcast address.

Required.

const std::optional<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.

::std::optional<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.

WlanKeyConfig & key_idx (std::optional<uint8_t> value)

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.

const std::optional< ::std::vector<uint8_t>> & key ()

They key's actual bytes.

Required.

::std::optional< ::std::vector<uint8_t>> & key ()

They key's actual bytes.

Required.

WlanKeyConfig & key (std::optional< ::std::vector<uint8_t>> value)

They key's actual bytes.

Required.

const std::optional<uint64_t> & rsc ()

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

Optional.

::std::optional<uint64_t> & rsc ()

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

Optional.

WlanKeyConfig & rsc (std::optional<uint64_t> value)

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

Optional.

void WlanKeyConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits