Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c559 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_set_retransmit_timer()
607 if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
648 } else if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
807 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
857 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
899 if (hapd->conf->mesh & MESH_ENABLED) in handle_auth_sae()
913 !(hapd->conf->mesh & MESH_ENABLED)) { in handle_auth_sae()
1574 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth()
1584 if (hapd->conf->mesh & MESH_ENABLED) { in handle_auth()
1642 !(hapd->conf->mesh & MESH_ENABLED) && in handle_auth()
[all …]
Dap_config.h588 #define MESH_ENABLED BIT(0) macro
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c205 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_init()