:orphan: .. index:: pair: group; Control WPA client .. _doxid-group__tapi__wifi__wpa__cli: Control WPA client ================== .. toctree:: :hidden: Overview ~~~~~~~~ Test API to control WPA client tool. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions :ref:`te_errno` :ref:`tapi_wpa_cli`(:ref:`rcf_rpc_server`* rpcs, const char* ifname, const char* command[], int timeout_ms); .. _details-group__tapi__wifi__wpa__cli: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Test API to control WPA client tool. Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Global Functions ---------------- .. index:: pair: function; tapi_wpa_cli .. _doxid-group__tapi__wifi__wpa__cli_1ga298d362111b9c1c3b2d4882b0cf621ec: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_wpa_cli(:ref:`rcf_rpc_server`* rpcs, const char* ifname, const char* command[], int timeout_ms) Invoke wpa_cli command for certain Wi-Fi client. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - rpcs - RPC server handle. * - ifname - Client's wireless interface name. * - command - Array representing wpa_cli command with its arguments, must be terminated with ``NULL``. For example, ``{ "wps_pbc", NULL }``. * - timeout_ms - Command execution maximum time (in milliseconds). .. rubric:: Returns: Status code.