template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fidl::VectorView<uint8_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<uint8_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_ieee80211::wire::SetKeyDescriptor> & key (First && first, Args &&... args_)

The key value as bytes.

802.11 specifies a bit string for this field, but we represent it as a byte array for

convenience.

Required.

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

template <typename First = ::fidl::Array<uint8_t, 6>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::Array<uint8_t, 6>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_ieee80211::wire::SetKeyDescriptor> & peer_addr (First && first, Args &&... args_)

The peer MAC address for pairwise and peer keys.

For group keys this value is always the broadcast address.

Required.

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

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_ieee80211::wire::SetKeyDescriptor> & rsc (First && first, Args &&... args_)

Receive Sequence Counter for group keys only.

In all other cases the RSC will be 0.

Optional.

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

Friends

template <>
class SetKeyDescriptor