class SaeFrame
Defined at line 244 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
Contains the information of SAE authentication frames. Shared between transmit and receive
directions, see WlanFullmacImplIfc::SaeFrameRx and WlanFullmacImpl::SaeFrameTx.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_wlan_fullmac::wire::SaeFrame> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_wlan_fullmac::wire::SaeFrame> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::SaeFrame>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void SaeFrame ()
Defined at line 246 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
void SaeFrame (const SaeFrame & other)
Defined at line 247 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
SaeFrame & operator= (const SaeFrame & other)
Defined at line 248 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
void SaeFrame (SaeFrame && other)
Defined at line 249 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
SaeFrame & operator= (SaeFrame && other)
Defined at line 250 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
::fidl::Array<uint8_t, 6> & peer_sta_address ()
The peer's MAC address. Required.
bool has_peer_sta_address ()
::fuchsia_wlan_ieee80211::wire::StatusCode & status_code ()
The status code for this SAE frame. Required.
bool has_status_code ()
uint16_t & seq_num ()
The sequence number. Required.
bool has_seq_num ()
::fidl::VectorView<uint8_t> & sae_fields ()
Contains fields in the frame body relevant to SAE.
See IEEE Std 802.11-2016 table 9-35 and table 9-36 for more details.
Required.
bool has_sae_fields ()
void ~SaeFrame ()
Defined at line 252 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder