Namespaces

Enumerations

enum class KeyType : uint32_t
Name Value
GROUP 1u
PAIRWISE 2u
PEER_KEY 3u
IGTK 4u

Domain objects declarations

Defined at line 21 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class ScanTypes : uint32_t
Name Value
ACTIVE 1u
PASSIVE 2u

Defined at line 42 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class ScanResultCode : uint32_t
Name Value
SUCCESS 0u
NOT_SUPPORTED 1u
INVALID_ARGS 2u
INTERNAL_ERROR 3u
SHOULD_WAIT 4u
CANCELED_BY_DRIVER_OR_FIRMWARE 5u

Defined at line 59 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class AuthenticationTypes : uint32_t
Name Value
OPEN_SYSTEM 1u
SHARED_KEY 2u
FAST_BSS_TRANSITION 3u
SAE 4u

Defined at line 96 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class AuthenticateResultCode : uint32_t
Name Value
SUCCESS 0u
REFUSED 1u
ANTI_CLOGGING_TOKEN_REQUIRED 2u
FINITE_CYCLIC_GROUP_NOT_SUPPORTED 3u
AUTHENTICATION_REJECTED 4u
AUTH_FAILURE_TIMEOUT 5u

Defined at line 117 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class AssociateResultCode : uint32_t
Name Value
SUCCESS 0u
REFUSED_REASON_UNSPECIFIED 1u
REFUSED_NOT_AUTHENTICATED 2u
REFUSED_CAPABILITIES_MISMATCH 3u
REFUSED_EXTERNAL_REASON 4u
REFUSED_AP_OUT_OF_MEMORY 5u
REFUSED_BASIC_RATES_MISMATCH 6u
REJECTED_EMERGENCY_SERVICES_NOT_SUPPORTED 7u
REFUSED_TEMPORARILY 8u

Defined at line 148 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class StartResultCode : uint32_t
Name Value
SUCCESS 0u
BSS_ALREADY_STARTED_OR_JOINED 1u
RESET_REQUIRED_BEFORE_START 2u
NOT_SUPPORTED 3u
INTERNAL_ERROR 4u

Defined at line 189 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class StopResultCode : uint32_t
Name Value
SUCCESS 0u
BSS_ALREADY_STOPPED 1u
INTERNAL_ERROR 2u

Defined at line 212 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class EapolResultCode : uint32_t
Name Value
SUCCESS 0u
TRANSMISSION_FAILURE 1u

Defined at line 235 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class ControlledPortState : uint32_t
Name Value
CLOSED 0u
OPEN 1u

Defined at line 394 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

enum class MgmtFrameCaptureFlags : uint32_t
Name Value
ASSOC_REQ 1u
ASSOC_RESP 2u
REASSOC_REQ 4u
REASSOC_RESP 8u
PROBE_REQ 16u
PROBE_RESP 32u
TIMING_AD 64u
BEACON 256u
ATIM 512u
DISASSOC 1024u
AUTH 2048u
DEAUTH 4096u
ACTION 8192u
ACTION_NO_ACK 16384u

Bits used to request management frame subtypes to be captured. Also used in

StartCaptureFramesResponse to indicate what management frames are supported.

These values are set at `1

<

<

MgmtFrameSubtypeValue`

See IEEE Std 802.11-2016, 9.2.4.1.3, for value of each management frame subtype

Defined at line 416 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

Records

Functions

  • zx_status_t Clone (::fuchsia::wlan::mlme::KeyType value, ::fuchsia::wlan::mlme::KeyType * result)

    Defined at line 32 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::ScanTypes value, ::fuchsia::wlan::mlme::ScanTypes * result)

    Defined at line 49 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::ScanResultCode value, ::fuchsia::wlan::mlme::ScanResultCode * result)

    Defined at line 74 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::AuthenticationTypes value, ::fuchsia::wlan::mlme::AuthenticationTypes * result)

    Defined at line 107 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::AuthenticateResultCode value, ::fuchsia::wlan::mlme::AuthenticateResultCode * result)

    Defined at line 132 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::AssociateResultCode value, ::fuchsia::wlan::mlme::AssociateResultCode * result)

    Defined at line 169 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::StartResultCode value, ::fuchsia::wlan::mlme::StartResultCode * result)

    Defined at line 202 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::StopResultCode value, ::fuchsia::wlan::mlme::StopResultCode * result)

    Defined at line 221 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::EapolResultCode value, ::fuchsia::wlan::mlme::EapolResultCode * result)

    Defined at line 242 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::ControlledPortState value, ::fuchsia::wlan::mlme::ControlledPortState * result)

    Defined at line 401 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags operator| (::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _lhs, ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _rhs)

    Defined at line 449 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags & operator|= (::fuchsia::wlan::mlme::MgmtFrameCaptureFlags & _lhs, ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _rhs)

    Defined at line 454 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags operator& (::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _lhs, ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _rhs)

    Defined at line 460 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags & operator&= (::fuchsia::wlan::mlme::MgmtFrameCaptureFlags & _lhs, ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _rhs)

    Defined at line 466 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags operator^ (::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _lhs, ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _rhs)

    Defined at line 472 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags & operator^= (::fuchsia::wlan::mlme::MgmtFrameCaptureFlags & _lhs, ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _rhs)

    Defined at line 478 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags operator~ (::fuchsia::wlan::mlme::MgmtFrameCaptureFlags _value)

    Defined at line 484 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::wlan::mlme::MgmtFrameCaptureFlags value, ::fuchsia::wlan::mlme::MgmtFrameCaptureFlags * result)

    Defined at line 489 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::SetKeyDescriptor & _value, ::fuchsia::wlan::mlme::SetKeyDescriptor * _result)

    Defined at line 562 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::SetKeysRequest & _value, ::fuchsia::wlan::mlme::SetKeysRequest * _result)

    Defined at line 583 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::ScanRequest & _value, ::fuchsia::wlan::mlme::ScanRequest * _result)

    Defined at line 632 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::WmmParameter & _value, ::fuchsia::wlan::mlme::WmmParameter * _result)

    Defined at line 660 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::ScanResult & _value, ::fuchsia::wlan::mlme::ScanResult * _result)

    Defined at line 685 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::ScanEnd & _value, ::fuchsia::wlan::mlme::ScanEnd * _result)

    Defined at line 708 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::ConnectConfirm & _value, ::fuchsia::wlan::mlme::ConnectConfirm * _result)

    Defined at line 735 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::ReconnectRequest & _value, ::fuchsia::wlan::mlme::ReconnectRequest * _result)

    Defined at line 756 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::RoamRequest & _value, ::fuchsia::wlan::mlme::RoamRequest * _result)

    Defined at line 777 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::RoamConfirm & _value, ::fuchsia::wlan::mlme::RoamConfirm * _result)

    Defined at line 817 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::RoamStartIndication & _value, ::fuchsia::wlan::mlme::RoamStartIndication * _result)

    Defined at line 849 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::RoamResultIndication & _value, ::fuchsia::wlan::mlme::RoamResultIndication * _result)

    Defined at line 889 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::ConnectRequest & _value, ::fuchsia::wlan::mlme::ConnectRequest * _result)

    Defined at line 927 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::AuthenticateIndication & _value, ::fuchsia::wlan::mlme::AuthenticateIndication * _result)

    Defined at line 950 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::AuthenticateResponse & _value, ::fuchsia::wlan::mlme::AuthenticateResponse * _result)

    Defined at line 973 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::DeauthenticateRequest & _value, ::fuchsia::wlan::mlme::DeauthenticateRequest * _result)

    Defined at line 996 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::DeauthenticateConfirm & _value, ::fuchsia::wlan::mlme::DeauthenticateConfirm * _result)

    Defined at line 1017 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::DeauthenticateIndication & _value, ::fuchsia::wlan::mlme::DeauthenticateIndication * _result)

    Defined at line 1044 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::AssociateIndication & _value, ::fuchsia::wlan::mlme::AssociateIndication * _result)

    Defined at line 1075 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::AssociateResponse & _value, ::fuchsia::wlan::mlme::AssociateResponse * _result)

    Defined at line 1104 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::DisassociateRequest & _value, ::fuchsia::wlan::mlme::DisassociateRequest * _result)

    Defined at line 1127 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::DisassociateConfirm & _value, ::fuchsia::wlan::mlme::DisassociateConfirm * _result)

    Defined at line 1148 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::DisassociateIndication & _value, ::fuchsia::wlan::mlme::DisassociateIndication * _result)

    Defined at line 1175 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::ResetRequest & _value, ::fuchsia::wlan::mlme::ResetRequest * _result)

    Defined at line 1198 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::Country & _value, ::fuchsia::wlan::mlme::Country * _result)

    Defined at line 1229 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::StartRequest & _value, ::fuchsia::wlan::mlme::StartRequest * _result)

    Defined at line 1272 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::StartConfirm & _value, ::fuchsia::wlan::mlme::StartConfirm * _result)

    Defined at line 1293 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::StopRequest & _value, ::fuchsia::wlan::mlme::StopRequest * _result)

    Defined at line 1314 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::StopConfirm & _value, ::fuchsia::wlan::mlme::StopConfirm * _result)

    Defined at line 1335 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::DeleteKeyDescriptor & _value, ::fuchsia::wlan::mlme::DeleteKeyDescriptor * _result)

    Defined at line 1360 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::DeleteKeysRequest & _value, ::fuchsia::wlan::mlme::DeleteKeysRequest * _result)

    Defined at line 1381 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::EapolRequest & _value, ::fuchsia::wlan::mlme::EapolRequest * _result)

    Defined at line 1406 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::EapolConfirm & _value, ::fuchsia::wlan::mlme::EapolConfirm * _result)

    Defined at line 1432 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeStartScanRequest & _value, ::fuchsia::wlan::mlme::MlmeStartScanRequest * _result)

    Defined at line 1453 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeOnScanResultRequest & _value, ::fuchsia::wlan::mlme::MlmeOnScanResultRequest * _result)

    Defined at line 1474 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeOnScanEndRequest & _value, ::fuchsia::wlan::mlme::MlmeOnScanEndRequest * _result)

    Defined at line 1495 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeConnectReqRequest & _value, ::fuchsia::wlan::mlme::MlmeConnectReqRequest * _result)

    Defined at line 1516 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeConnectConfRequest & _value, ::fuchsia::wlan::mlme::MlmeConnectConfRequest * _result)

    Defined at line 1537 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeReconnectReqRequest & _value, ::fuchsia::wlan::mlme::MlmeReconnectReqRequest * _result)

    Defined at line 1558 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeRoamReqRequest & _value, ::fuchsia::wlan::mlme::MlmeRoamReqRequest * _result)

    Defined at line 1579 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeRoamConfRequest & _value, ::fuchsia::wlan::mlme::MlmeRoamConfRequest * _result)

    Defined at line 1600 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeRoamStartIndRequest & _value, ::fuchsia::wlan::mlme::MlmeRoamStartIndRequest * _result)

    Defined at line 1621 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeRoamResultIndRequest & _value, ::fuchsia::wlan::mlme::MlmeRoamResultIndRequest * _result)

    Defined at line 1642 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeAuthenticateIndRequest & _value, ::fuchsia::wlan::mlme::MlmeAuthenticateIndRequest * _result)

    Defined at line 1663 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeAuthenticateRespRequest & _value, ::fuchsia::wlan::mlme::MlmeAuthenticateRespRequest * _result)

    Defined at line 1684 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeDeauthenticateReqRequest & _value, ::fuchsia::wlan::mlme::MlmeDeauthenticateReqRequest * _result)

    Defined at line 1705 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeDeauthenticateConfRequest & _value, ::fuchsia::wlan::mlme::MlmeDeauthenticateConfRequest * _result)

    Defined at line 1726 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeDeauthenticateIndRequest & _value, ::fuchsia::wlan::mlme::MlmeDeauthenticateIndRequest * _result)

    Defined at line 1747 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeAssociateIndRequest & _value, ::fuchsia::wlan::mlme::MlmeAssociateIndRequest * _result)

    Defined at line 1768 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeAssociateRespRequest & _value, ::fuchsia::wlan::mlme::MlmeAssociateRespRequest * _result)

    Defined at line 1789 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeDisassociateReqRequest & _value, ::fuchsia::wlan::mlme::MlmeDisassociateReqRequest * _result)

    Defined at line 1810 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeDisassociateConfRequest & _value, ::fuchsia::wlan::mlme::MlmeDisassociateConfRequest * _result)

    Defined at line 1831 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeDisassociateIndRequest & _value, ::fuchsia::wlan::mlme::MlmeDisassociateIndRequest * _result)

    Defined at line 1852 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeResetReqRequest & _value, ::fuchsia::wlan::mlme::MlmeResetReqRequest * _result)

    Defined at line 1873 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeStartReqRequest & _value, ::fuchsia::wlan::mlme::MlmeStartReqRequest * _result)

    Defined at line 1894 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeStartConfRequest & _value, ::fuchsia::wlan::mlme::MlmeStartConfRequest * _result)

    Defined at line 1915 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeStopReqRequest & _value, ::fuchsia::wlan::mlme::MlmeStopReqRequest * _result)

    Defined at line 1936 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeStopConfRequest & _value, ::fuchsia::wlan::mlme::MlmeStopConfRequest * _result)

    Defined at line 1957 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeSetKeysReqRequest & _value, ::fuchsia::wlan::mlme::MlmeSetKeysReqRequest * _result)

    Defined at line 1978 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeDeleteKeysReqRequest & _value, ::fuchsia::wlan::mlme::MlmeDeleteKeysReqRequest * _result)

    Defined at line 1999 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeEapolReqRequest & _value, ::fuchsia::wlan::mlme::MlmeEapolReqRequest * _result)

    Defined at line 2020 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeEapolConfRequest & _value, ::fuchsia::wlan::mlme::MlmeEapolConfRequest * _result)

    Defined at line 2041 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeSignalReportRequest & _value, ::fuchsia::wlan::mlme::MlmeSignalReportRequest * _result)

    Defined at line 2062 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_QueryTelemetrySupport_Response & _value, ::fuchsia::wlan::mlme::MLME_QueryTelemetrySupport_Response * _result)

    Defined at line 2093 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_QueryTelemetrySupport_Result & value, ::fuchsia::wlan::mlme::MLME_QueryTelemetrySupport_Result * result)

    Defined at line 2203 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_GetSignalReport_Response & _value, ::fuchsia::wlan::mlme::MLME_GetSignalReport_Response * _result)

    Defined at line 2234 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_GetSignalReport_Result & value, ::fuchsia::wlan::mlme::MLME_GetSignalReport_Result * result)

    Defined at line 2344 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeOnChannelSwitchedRequest & _value, ::fuchsia::wlan::mlme::MlmeOnChannelSwitchedRequest * _result)

    Defined at line 2365 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeOnWmmStatusRespRequest & _value, ::fuchsia::wlan::mlme::MlmeOnWmmStatusRespRequest * _result)

    Defined at line 2388 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeSetMacAddressRequest & _value, ::fuchsia::wlan::mlme::MlmeSetMacAddressRequest * _result)

    Defined at line 2409 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_SetMacAddress_Response & _value, ::fuchsia::wlan::mlme::MLME_SetMacAddress_Response * _result)

    Defined at line 2439 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_SetMacAddress_Result & value, ::fuchsia::wlan::mlme::MLME_SetMacAddress_Result * result)

    Defined at line 2548 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeInstallApfPacketFilterRequest & _value, ::fuchsia::wlan::mlme::MlmeInstallApfPacketFilterRequest * _result)

    Defined at line 2569 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_InstallApfPacketFilter_Response & _value, ::fuchsia::wlan::mlme::MLME_InstallApfPacketFilter_Response * _result)

    Defined at line 2599 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_InstallApfPacketFilter_Result & value, ::fuchsia::wlan::mlme::MLME_InstallApfPacketFilter_Result * result)

    Defined at line 2708 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_ReadApfPacketFilterData_Response & _value, ::fuchsia::wlan::mlme::MLME_ReadApfPacketFilterData_Response * _result)

    Defined at line 2739 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_ReadApfPacketFilterData_Result & value, ::fuchsia::wlan::mlme::MLME_ReadApfPacketFilterData_Result * result)

    Defined at line 2849 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeSetApfPacketFilterEnabledRequest & _value, ::fuchsia::wlan::mlme::MlmeSetApfPacketFilterEnabledRequest * _result)

    Defined at line 2870 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_SetApfPacketFilterEnabled_Response & _value, ::fuchsia::wlan::mlme::MLME_SetApfPacketFilterEnabled_Response * _result)

    Defined at line 2900 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_SetApfPacketFilterEnabled_Result & value, ::fuchsia::wlan::mlme::MLME_SetApfPacketFilterEnabled_Result * result)

    Defined at line 3009 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_GetApfPacketFilterEnabled_Response & _value, ::fuchsia::wlan::mlme::MLME_GetApfPacketFilterEnabled_Response * _result)

    Defined at line 3040 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MLME_GetApfPacketFilterEnabled_Result & value, ::fuchsia::wlan::mlme::MLME_GetApfPacketFilterEnabled_Result * result)

    Defined at line 3150 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::ConnectorConnectRequest & _value, ::fuchsia::wlan::mlme::ConnectorConnectRequest * _result)

    Defined at line 3173 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::EapolIndication & _value, ::fuchsia::wlan::mlme::EapolIndication * _result)

    Defined at line 3222 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeEapolIndRequest & _value, ::fuchsia::wlan::mlme::MlmeEapolIndRequest * _result)

    Defined at line 3243 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::BandCapability & _value, ::fuchsia::wlan::mlme::BandCapability * _result)

    Defined at line 3286 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::DeviceInfo & _value, ::fuchsia::wlan::mlme::DeviceInfo * _result)

    Defined at line 3317 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeQueryDeviceInfoResponse & _value, ::fuchsia::wlan::mlme::MlmeQueryDeviceInfoResponse * _result)

    Defined at line 3338 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::SetKeyResult & _value, ::fuchsia::wlan::mlme::SetKeyResult * _result)

    Defined at line 3361 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::SetKeysConfirm & _value, ::fuchsia::wlan::mlme::SetKeysConfirm * _result)

    Defined at line 3382 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeSetKeysConfRequest & _value, ::fuchsia::wlan::mlme::MlmeSetKeysConfRequest * _result)

    Defined at line 3403 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::GetIfaceStatsResponse & value, ::fuchsia::wlan::mlme::GetIfaceStatsResponse * result)

    Defined at line 3492 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeGetIfaceStatsResponse & _value, ::fuchsia::wlan::mlme::MlmeGetIfaceStatsResponse * _result)

    Defined at line 3513 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::GetIfaceHistogramStatsResponse & value, ::fuchsia::wlan::mlme::GetIfaceHistogramStatsResponse * result)

    Defined at line 3602 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeGetIfaceHistogramStatsResponse & _value, ::fuchsia::wlan::mlme::MlmeGetIfaceHistogramStatsResponse * _result)

    Defined at line 3623 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MinstrelListResponse & _value, ::fuchsia::wlan::mlme::MinstrelListResponse * _result)

    Defined at line 3644 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeListMinstrelPeersResponse & _value, ::fuchsia::wlan::mlme::MlmeListMinstrelPeersResponse * _result)

    Defined at line 3665 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MinstrelStatsRequest & _value, ::fuchsia::wlan::mlme::MinstrelStatsRequest * _result)

    Defined at line 3686 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeGetMinstrelStatsRequest & _value, ::fuchsia::wlan::mlme::MlmeGetMinstrelStatsRequest * _result)

    Defined at line 3707 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MinstrelStatsResponse & _value, ::fuchsia::wlan::mlme::MinstrelStatsResponse * _result)

    Defined at line 3728 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeGetMinstrelStatsResponse & _value, ::fuchsia::wlan::mlme::MlmeGetMinstrelStatsResponse * _result)

    Defined at line 3749 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::SetControlledPortRequest & _value, ::fuchsia::wlan::mlme::SetControlledPortRequest * _result)

    Defined at line 3772 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeSetControlledPortRequest & _value, ::fuchsia::wlan::mlme::MlmeSetControlledPortRequest * _result)

    Defined at line 3793 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::StartCaptureFramesRequest & _value, ::fuchsia::wlan::mlme::StartCaptureFramesRequest * _result)

    Defined at line 3814 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeStartCaptureFramesRequest & _value, ::fuchsia::wlan::mlme::MlmeStartCaptureFramesRequest * _result)

    Defined at line 3835 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::StartCaptureFramesResponse & _value, ::fuchsia::wlan::mlme::StartCaptureFramesResponse * _result)

    Defined at line 3858 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeStartCaptureFramesResponse & _value, ::fuchsia::wlan::mlme::MlmeStartCaptureFramesResponse * _result)

    Defined at line 3879 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::CapturedFrameResult & _value, ::fuchsia::wlan::mlme::CapturedFrameResult * _result)

    Defined at line 3900 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeRelayCapturedFrameRequest & _value, ::fuchsia::wlan::mlme::MlmeRelayCapturedFrameRequest * _result)

    Defined at line 3921 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::NegotiatedCapabilities & _value, ::fuchsia::wlan::mlme::NegotiatedCapabilities * _result)

    Defined at line 3953 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeFinalizeAssociationReqRequest & _value, ::fuchsia::wlan::mlme::MlmeFinalizeAssociationReqRequest * _result)

    Defined at line 3974 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::PmkInfo & _value, ::fuchsia::wlan::mlme::PmkInfo * _result)

    Defined at line 3997 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeOnPmkAvailableRequest & _value, ::fuchsia::wlan::mlme::MlmeOnPmkAvailableRequest * _result)

    Defined at line 4018 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::SaeHandshakeIndication & _value, ::fuchsia::wlan::mlme::SaeHandshakeIndication * _result)

    Defined at line 4039 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeOnSaeHandshakeIndRequest & _value, ::fuchsia::wlan::mlme::MlmeOnSaeHandshakeIndRequest * _result)

    Defined at line 4060 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::SaeHandshakeResponse & _value, ::fuchsia::wlan::mlme::SaeHandshakeResponse * _result)

    Defined at line 4083 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeSaeHandshakeRespRequest & _value, ::fuchsia::wlan::mlme::MlmeSaeHandshakeRespRequest * _result)

    Defined at line 4104 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::SaeFrame & _value, ::fuchsia::wlan::mlme::SaeFrame * _result)

    Defined at line 4131 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeSaeFrameTxRequest & _value, ::fuchsia::wlan::mlme::MlmeSaeFrameTxRequest * _result)

    Defined at line 4152 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::wlan::mlme::MlmeOnSaeFrameRxRequest & _value, ::fuchsia::wlan::mlme::MlmeOnSaeFrameRxRequest * _result)

    Defined at line 4173 of file fidling/gen/sdk/fidl/fuchsia.wlan.mlme/fuchsia.wlan.mlme/hlcpp/fuchsia/wlan/mlme/cpp/fidl.h