Searched refs:mesh_id (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh.c552 char *mesh_id, *pos = buf; local
562 mesh_id = os_malloc(elems.mesh_id_len + 1);
563 if (mesh_id == NULL)
566 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len);
567 mesh_id[elems.mesh_id_len] = '\0';
568 ret = os_snprintf(pos, end - pos, "mesh_id=%s\n", mesh_id);
569 os_free(mesh_id);
H A Dmesh_mpm.c159 os_memcmp(mconf->meshid, elems->mesh_id,
1177 if (!elems.mesh_id || !elems.mesh_config) {
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h53 const u8 *mesh_id; member in struct:ieee802_11_elems
H A Dieee802_11_common.c410 elems->mesh_id = pos;

Completed in 62 milliseconds