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.c548 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_set_retransmit_timer()
596 if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
637 } else if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
758 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
840 if (hapd->conf->mesh & MESH_ENABLED) in handle_auth_sae()
854 !(hapd->conf->mesh & MESH_ENABLED)) { in handle_auth_sae()
1119 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth()
1129 if (hapd->conf->mesh & MESH_ENABLED) { in handle_auth()
1210 !(hapd->conf->mesh & MESH_ENABLED) && in handle_auth()
1285 hapd->conf->mesh & MESH_ENABLED) { in handle_auth()
[all …]
Dap_config.h572 #define MESH_ENABLED BIT(0) macro
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c168 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_init()