template <>
class WireTableBuilder
Defined at line 4507 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
Public Methods
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_fullmac::wire::WlanFullmacImplIfcEapolConfRequest> & dst_addr (First && first, Args &&... args_)
This value corresponds to the dst_addr in the EapolTxRequest we're confirming.
IEEE 802.11-2020 does not include this field, but we need it to disambiguate
if multiple EAPoL handshakes are ongoing.
Required.
Defined at line 4523 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
Friends
template <>
class WlanFullmacImplIfcEapolConfRequest