Home
last modified time | relevance | path

Searched refs:MESH_CONF_SEC_AMPE (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c220 int ampe = conf->security & MESH_CONF_SEC_AMPE; in mesh_mpm_send_plink_action()
795 if (conf->security & MESH_CONF_SEC_AMPE) { in mesh_mpm_plink_estab()
909 if (conf->security & MESH_CONF_SEC_AMPE) in mesh_mpm_fsm()
1097 (!(mconf->security & MESH_CONF_SEC_AMPE) || in mesh_mpm_action_rx()
1117 if ((mconf->security & MESH_CONF_SEC_AMPE) && in mesh_mpm_action_rx()
Dmesh.c82 MESH_CONF_SEC_AMPE; in mesh_config_create()
/external/wpa_supplicant_8/src/ap/
Dap_config.h42 #define MESH_CONF_SEC_AMPE BIT(2) macro