Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c637 wpa_s->mesh_eht_enabled = !!params->freq.eht_enabled; in wpa_supplicant_join_mesh()
666 if (wpa_s->mesh_eht_enabled) in wpa_supplicant_join_mesh()
H A Dmesh_mpm.c268 if (type != PLINK_CLOSE && wpa_s->mesh_eht_enabled) { in mesh_mpm_send_plink_action()
418 if (type != PLINK_CLOSE && wpa_s->mesh_eht_enabled) { in mesh_mpm_send_plink_action()
H A Dwpa_supplicant_i.h1055 unsigned int mesh_eht_enabled:1; member