:orphan: .. index:: pair: group; Wi-Fi security .. _doxid-group__tapi__wifi__security: Wi-Fi security ============== .. toctree:: :hidden: enum_tapi_wifi_cipher.rst enum_tapi_wifi_key_mgmt.rst enum_tapi_wifi_pmf.rst enum_tapi_wifi_policy.rst Overview ~~~~~~~~ Common Wi-Fi security definitions Copyright (C) 2004-2022 OKTET Labs Ltd. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // typedefs typedef enum :ref:`tapi_wifi_policy` :ref:`tapi_wifi_policy`; typedef enum :ref:`tapi_wifi_cipher` :ref:`tapi_wifi_cipher`; typedef enum :ref:`tapi_wifi_key_mgmt` :ref:`tapi_wifi_key_mgmt`; typedef enum :ref:`tapi_wifi_pmf` :ref:`tapi_wifi_pmf`; // enums enum :ref:`tapi_wifi_cipher`; enum :ref:`tapi_wifi_key_mgmt`; enum :ref:`tapi_wifi_pmf`; enum :ref:`tapi_wifi_policy`; // macros #define :ref:`TAPI_WIFI_CIPHER_MAPPING_LIST` #define :ref:`TAPI_WIFI_POLICY_MAPPING_LIST` #define :ref:`TEST_GET_WIFI_CIPHER_PARAM`(var_name_) #define :ref:`TEST_GET_WIFI_POLICY_PARAM`(var_name_) #define :ref:`TEST_WIFI_CIPHER_PARAM`(var_name_) #define :ref:`TEST_WIFI_POLICY_PARAM`(var_name_) .. _details-group__tapi__wifi__security: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Common Wi-Fi security definitions Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Typedefs -------- .. index:: pair: typedef; tapi_wifi_policy .. _doxid-group__tapi__wifi__security_1gadb687ee07778f8d15e09d3f98cb374bb: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef enum :ref:`tapi_wifi_policy` tapi_wifi_policy Supported Wi-Fi security protocols. .. index:: pair: typedef; tapi_wifi_cipher .. _doxid-group__tapi__wifi__security_1ga204486b7039172897bc9f84215e0fdbb: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef enum :ref:`tapi_wifi_cipher` tapi_wifi_cipher Supported Wi-Fi encryption protocols. .. index:: pair: typedef; tapi_wifi_key_mgmt .. _doxid-group__tapi__wifi__security_1ga97a6580a4aa1748cf3cb4a386f265dac: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef enum :ref:`tapi_wifi_key_mgmt` tapi_wifi_key_mgmt Supported Wi-Fi authenticated key management protocols. .. index:: pair: typedef; tapi_wifi_pmf .. _doxid-group__tapi__wifi__security_1gab3f38168c841590b7eec720e17f15f9c: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef enum :ref:`tapi_wifi_pmf` tapi_wifi_pmf Supported Wi-Fi Protected Management Frames (PMF). Macros ------ .. index:: pair: define; TAPI_WIFI_CIPHER_MAPPING_LIST .. _doxid-group__tapi__wifi__security_1ga45f838f1c06479006b868814cee474d5: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TAPI_WIFI_CIPHER_MAPPING_LIST The list of values allowed for parameter of type :ref:`tapi_wifi_cipher `. .. index:: pair: define; TAPI_WIFI_POLICY_MAPPING_LIST .. _doxid-group__tapi__wifi__security_1ga7fc2b8cf97b87862127b9f4fadaf850f: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TAPI_WIFI_POLICY_MAPPING_LIST The list of values allowed for parameter of type :ref:`tapi_wifi_policy `. .. index:: pair: define; TEST_GET_WIFI_CIPHER_PARAM .. _doxid-group__tapi__wifi__security_1ga7d81914e1a0e33d5a2d484783618b142: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TEST_GET_WIFI_CIPHER_PARAM(var_name_) Get the value of parameter of type :ref:`tapi_wifi_cipher `. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - var_name\_ - Name of the variable is used to get the value of "var_name\_" parameter. .. index:: pair: define; TEST_GET_WIFI_POLICY_PARAM .. _doxid-group__tapi__wifi__security_1ga44f0516c553c31e07d18fbed733089c2: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TEST_GET_WIFI_POLICY_PARAM(var_name_) Get the value of parameter of type :ref:`tapi_wifi_policy `. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - var_name\_ - Name of the variable is used to get the value of "var_name\_" parameter. .. index:: pair: define; TEST_WIFI_CIPHER_PARAM .. _doxid-group__tapi__wifi__security_1ga464dcee5298a109b03a25ded0fe401ec: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TEST_WIFI_CIPHER_PARAM(var_name_) Return the value of parameter of type :ref:`tapi_wifi_cipher `. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - var_name\_ - Name of the variable is used to get the value of "var_name\_" parameter (OUT). .. index:: pair: define; TEST_WIFI_POLICY_PARAM .. _doxid-group__tapi__wifi__security_1gaba4e1a45fc025cc285a02cdd4e8d6dc6: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TEST_WIFI_POLICY_PARAM(var_name_) Return the value of parameter of type :ref:`tapi_wifi_policy `. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - var_name\_ - Name of the variable is used to get the value of "var_name\_" parameter.