Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c695 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_set_retransmit_timer()
795 if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
837 } else if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
898 (hapd->conf->mesh & MESH_ENABLED)) { in sae_sm_step()
1044 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1094 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1107 if (!(hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1174 if (hapd->conf->mesh & MESH_ENABLED) in handle_auth_sae()
1190 !(hapd->conf->mesh & MESH_ENABLED)) { in handle_auth_sae()
2237 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth()
[all …]
Dap_config.h646 #define MESH_ENABLED BIT(0) macro
Dhostapd.c1110 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL) in hostapd_setup_bss()
1307 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL) in hostapd_tx_queue_params()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c298 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_init()