Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Dmesh.c636 wpa_s->mesh_he_enabled = !!params->freq.he_enabled; in wpa_supplicant_join_mesh()
664 if (wpa_s->mesh_he_enabled) in wpa_supplicant_join_mesh()
H A Dmesh_mpm.c248 if (type != PLINK_CLOSE && wpa_s->mesh_he_enabled) { in mesh_mpm_send_plink_action()
384 if (type != PLINK_CLOSE && wpa_s->mesh_he_enabled) { in mesh_mpm_send_plink_action()
H A Dwpa_supplicant_i.h1054 unsigned int mesh_he_enabled:1; member