Home
last modified time | relevance | path

Searched refs:MESH_CONF_SEC_AUTH (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c85 conf->security |= MESH_CONF_SEC_AUTH | in mesh_config_create()
127 conf->mesh_auth_id = (conf->security & MESH_CONF_SEC_AUTH) ? 1 : 0; in mesh_config_create()
/external/wpa_supplicant_8/src/ap/
Dap_config.h41 #define MESH_CONF_SEC_AUTH BIT(1) macro