Wi-Fi security

Overview

Common Wi-Fi security definitions

Copyright (C) 2004-2022 OKTET Labs Ltd. More…

// typedefs

typedef enum tapi_wifi_policy tapi_wifi_policy;
typedef enum tapi_wifi_cipher tapi_wifi_cipher;
typedef enum tapi_wifi_key_mgmt tapi_wifi_key_mgmt;
typedef enum tapi_wifi_pmf tapi_wifi_pmf;

// enums

enum tapi_wifi_cipher;
enum tapi_wifi_key_mgmt;
enum tapi_wifi_pmf;
enum tapi_wifi_policy;

// macros

#define TAPI_WIFI_CIPHER_MAPPING_LIST
#define TAPI_WIFI_POLICY_MAPPING_LIST
#define TEST_GET_WIFI_CIPHER_PARAM(var_name_)
#define TEST_GET_WIFI_POLICY_PARAM(var_name_)
#define TEST_WIFI_CIPHER_PARAM(var_name_)
#define TEST_WIFI_POLICY_PARAM(var_name_)

Detailed Documentation

Common Wi-Fi security definitions

Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved.

Typedefs

typedef enum tapi_wifi_policy tapi_wifi_policy

Supported Wi-Fi security protocols.

typedef enum tapi_wifi_cipher tapi_wifi_cipher

Supported Wi-Fi encryption protocols.

typedef enum tapi_wifi_key_mgmt tapi_wifi_key_mgmt

Supported Wi-Fi authenticated key management protocols.

typedef enum tapi_wifi_pmf tapi_wifi_pmf

Supported Wi-Fi Protected Management Frames (PMF).

Macros

#define TAPI_WIFI_CIPHER_MAPPING_LIST

The list of values allowed for parameter of type tapi_wifi_cipher.

#define TAPI_WIFI_POLICY_MAPPING_LIST

The list of values allowed for parameter of type tapi_wifi_policy.

#define TEST_GET_WIFI_CIPHER_PARAM(var_name_)

Get the value of parameter of type tapi_wifi_cipher.

Parameters:

var_name_

Name of the variable is used to get the value of “var_name_” parameter.

#define TEST_GET_WIFI_POLICY_PARAM(var_name_)

Get the value of parameter of type tapi_wifi_policy.

Parameters:

var_name_

Name of the variable is used to get the value of “var_name_” parameter.

#define TEST_WIFI_CIPHER_PARAM(var_name_)

Return the value of parameter of type tapi_wifi_cipher.

Parameters:

var_name_

Name of the variable is used to get the value of “var_name_” parameter (OUT).

#define TEST_WIFI_POLICY_PARAM(var_name_)

Return the value of parameter of type tapi_wifi_policy.

Parameters:

var_name_

Name of the variable is used to get the value of “var_name_” parameter.