class JoinBssRequest

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

Input parameters for a join request. This definition is shared between softmac.fidl

and wlantap.fidl.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_wlan_driver::wire::JoinBssRequest> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_wlan_driver::wire::JoinBssRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_driver::wire::JoinBssRequest>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void JoinBssRequest ()

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

void JoinBssRequest (const JoinBssRequest & other)

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

JoinBssRequest & operator= (const JoinBssRequest & other)

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

void JoinBssRequest (JoinBssRequest && other)

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

::fidl::Array<uint8_t, 6> & bssid ()
bool has_bssid ()
::fuchsia_wlan_ieee80211::wire::BssType & bss_type ()
bool has_bss_type ()
JoinBssRequest & operator= (JoinBssRequest && other)

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

bool & remote ()
bool has_remote ()
uint16_t & beacon_period ()
bool has_beacon_period ()
void ~JoinBssRequest ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder