template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fuchsia_wlan_softmac::wire::WlanTxPacket, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_softmac::wire::WlanTxPacket>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseEnableBeaconingRequest> & packet_template (First && first, Args &&... args_)

Beacon template. Since this is a template, some packet content can

only contain minimal valid information, because the content is later

modified by hardware, firmware, or software.

Defined at line 5384 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/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_softmac::wire::WlanSoftmacBaseEnableBeaconingRequest> & tim_ele_offset (First && first, Args &&... args_)

TIM offset to the start of the `packet_template` field in bytes.

This must index the first byte of the TIM IE, which is the tag ID.

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

Friends

template <>
class WlanSoftmacBaseEnableBeaconingRequest