Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/ap/
H A Dieee802_11.c696 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_set_retransmit_timer()
797 if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
900 (hapd->conf->mesh & MESH_ENABLED)) { in sae_sm_step()
1046 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1096 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1109 if (!(hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1176 if (hapd->conf->mesh & MESH_ENABLED) in handle_auth_sae()
2242 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth()
2252 if (hapd->conf->mesh & MESH_ENABLED) { in handle_auth()
2315 !(hapd->conf->mesh & MESH_ENABLED) && in handle_auth()
[all …]
H A Dap_config.h667 #define MESH_ENABLED BIT(0) macro
H A Dhostapd.c1157 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL) in hostapd_setup_bss()
1372 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL) in hostapd_tx_queue_params()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dmesh.c299 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_init()