class SetKeyDescriptor
Defined at line 100 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/cpp/wire_types.h
IEEE Std 802.11-2020 6.3.19.1.2
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_wlan_ieee80211::wire::SetKeyDescriptor> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_wlan_ieee80211::wire::SetKeyDescriptor> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_ieee80211::wire::SetKeyDescriptor>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void SetKeyDescriptor ()
Defined at line 102 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/cpp/wire_types.h
void SetKeyDescriptor (const SetKeyDescriptor & other)
Defined at line 103 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/cpp/wire_types.h
void SetKeyDescriptor (SetKeyDescriptor && other)
Defined at line 105 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/cpp/wire_types.h
::fidl::VectorView<uint8_t> & key ()
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.
bool has_key ()
uint16_t & key_id ()
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.
bool has_key_id ()
::fuchsia_wlan_ieee80211::wire::KeyType & key_type ()
Whether this key is a pairwise, group or peer key.
Required.
bool has_key_type ()
SetKeyDescriptor & operator= (const SetKeyDescriptor & other)
Defined at line 104 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/cpp/wire_types.h
SetKeyDescriptor & operator= (SetKeyDescriptor && other)
Defined at line 106 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/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.
Required.
bool has_peer_addr ()
uint64_t & rsc ()
Receive Sequence Counter for group keys only.
In all other cases the RSC will be 0.
Optional.
bool has_rsc ()
::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
Required.
bool has_cipher_oui ()
::fuchsia_wlan_ieee80211::wire::CipherSuiteType & cipher_type ()
The cipher type.
Required.
bool has_cipher_type ()
void ~SetKeyDescriptor ()
Defined at line 108 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder