class WlanKeyConfiguration

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

Public Methods

void WlanKeyConfiguration ()

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

void WlanKeyConfiguration (WlanKeyConfiguration && )

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

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

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

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

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

WlanKeyConfiguration & protection (std::optional< ::fuchsia_wlan_softmac::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

::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

WlanKeyConfiguration & 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

const std::optional<uint8_t> & cipher_type ()
::std::optional<uint8_t> & cipher_type ()
WlanKeyConfiguration & cipher_type (std::optional<uint8_t> value)

Setter for cipher_type.

const std::optional< ::fuchsia_wlan_ieee80211::KeyType> & key_type ()
::std::optional< ::fuchsia_wlan_ieee80211::KeyType> & key_type ()
WlanKeyConfiguration & key_type (std::optional< ::fuchsia_wlan_ieee80211::KeyType> value)

Setter for key_type.

WlanKeyConfiguration & operator= (WlanKeyConfiguration && )

Defined at line 1310 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/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.

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

WlanKeyConfiguration & 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.

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.

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

WlanKeyConfiguration & 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.

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

Setter for key.

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

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

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

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

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

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

void WlanKeyConfiguration (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits