Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A 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()
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dap_config.h42 #define MESH_CONF_SEC_AUTH BIT(1) macro