class SetKeyDescriptor
Defined at line 453 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/cpp/natural_types.h
IEEE Std 802.11-2020 6.3.19.1.2
Public Methods
void SetKeyDescriptor ()
Defined at line 459 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/cpp/natural_types.h
void SetKeyDescriptor (SetKeyDescriptor && )
Defined at line 460 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/cpp/natural_types.h
void SetKeyDescriptor (Storage_ storage)
void SetKeyDescriptor (const SetKeyDescriptor & other)
SetKeyDescriptor & operator= (const SetKeyDescriptor & other)
bool operator== (const SetKeyDescriptor & other)
bool operator!= (const SetKeyDescriptor & other)
bool IsEmpty ()
const std::optional< ::std::vector<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.
::std::optional< ::std::vector<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.
SetKeyDescriptor & key (std::optional< ::std::vector<uint8_t>> value)
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.
const std::optional<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.
::std::optional<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.
SetKeyDescriptor & key_id (std::optional<uint16_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.
Required.
const std::optional< ::fuchsia_wlan_ieee80211::KeyType> & key_type ()
Whether this key is a pairwise, group or peer key.
Required.
::std::optional< ::fuchsia_wlan_ieee80211::KeyType> & key_type ()
Whether this key is a pairwise, group or peer key.
Required.
SetKeyDescriptor & key_type (std::optional< ::fuchsia_wlan_ieee80211::KeyType> value)
Whether this key is a pairwise, group or peer key.
Required.
SetKeyDescriptor & operator= (SetKeyDescriptor && )
Defined at line 461 of file fidling/gen/sdk/fidl/fuchsia.wlan.ieee80211/fuchsia.wlan.ieee80211/cpp/fidl/fuchsia.wlan.ieee80211/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.
Required.
::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.
Required.
SetKeyDescriptor & 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.
Required.
const std::optional<uint64_t> & rsc ()
Receive Sequence Counter for group keys only.
In all other cases the RSC will be 0.
Optional.
::std::optional<uint64_t> & rsc ()
Receive Sequence Counter for group keys only.
In all other cases the RSC will be 0.
Optional.
SetKeyDescriptor & rsc (std::optional<uint64_t> value)
Receive Sequence Counter for group keys only.
In all other cases the RSC will be 0.
Optional.
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
Required.
::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
Required.
SetKeyDescriptor & 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
Required.
const std::optional< ::fuchsia_wlan_ieee80211::CipherSuiteType> & cipher_type ()
The cipher type.
Required.
::std::optional< ::fuchsia_wlan_ieee80211::CipherSuiteType> & cipher_type ()
The cipher type.
Required.
SetKeyDescriptor & cipher_type (std::optional< ::fuchsia_wlan_ieee80211::CipherSuiteType> value)
The cipher type.
Required.
void SetKeyDescriptor (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits