class WlanKeyConfiguration

Defined at line 2033 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/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_softmac::wire::WlanKeyConfiguration> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_wlan_softmac::wire::WlanKeyConfiguration> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanKeyConfiguration>> frame)

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

void WlanKeyConfiguration ()

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

void WlanKeyConfiguration (const WlanKeyConfiguration & other)

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

void WlanKeyConfiguration (WlanKeyConfiguration && other)

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

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

bool has_cipher_oui ()
uint8_t & cipher_type ()
bool has_cipher_type ()
::fuchsia_wlan_ieee80211::wire::KeyType & key_type ()
bool has_key_type ()
WlanKeyConfiguration & operator= (const WlanKeyConfiguration & other)

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

WlanKeyConfiguration & operator= (WlanKeyConfiguration && other)

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

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.

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

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

bool has_rsc ()
void ~WlanKeyConfiguration ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder