template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_wlan_softmac::wire::WlanKeyConfiguration Build ()

Build and return the table. The builder should not be used after this.

bool has_protection ()
void clear_protection ()

Clears the protection field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_wlan_softmac::wire::WlanProtection & protection ()

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

BuilderImpl & protection (::fuchsia_wlan_softmac::wire::WlanProtection elem)

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

bool has_cipher_oui ()
void clear_cipher_oui ()

Clears the cipher_oui field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

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

BuilderImpl & cipher_oui (::fidl::Array<uint8_t, 3> elem)

IEEE Cipher suite selector.

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

bool has_cipher_type ()
void clear_cipher_type ()

Clears the cipher_type field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint8_t & cipher_type ()

Getter for cipher_type.

BuilderImpl & cipher_type (uint8_t elem)

Setter for cipher_type.

bool has_key_type ()
void clear_key_type ()

Clears the key_type field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_wlan_ieee80211::wire::KeyType & key_type ()

Getter for key_type.

BuilderImpl & key_type (::fuchsia_wlan_ieee80211::wire::KeyType elem)

Setter for key_type.

bool has_peer_addr ()
void clear_peer_addr ()

Clears the peer_addr field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

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

BuilderImpl & peer_addr (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<uint8_t, 6>>> elem)

The peer MAC address for pairwise and peer keys.

For group keys this value is always the broadcast address.

bool has_key_idx ()
void clear_key_idx ()

Clears the key_idx field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

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.

BuilderImpl & key_idx (uint8_t elem)

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 ()
void clear_key ()

Clears the key field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

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

Getter for key.

BuilderImpl & key (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

Setter for key.

bool has_rsc ()
void clear_rsc ()

Clears the rsc field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint64_t & rsc ()

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

BuilderImpl & rsc (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::WlanKeyConfiguration, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanKeyConfiguration>> && frame)

Records