Searched refs:mesh_id (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh.c | 738 char *mesh_id, *pos = buf; in mesh_attr_text() local 748 mesh_id = os_malloc(elems.mesh_id_len + 1); in mesh_attr_text() 749 if (mesh_id == NULL) in mesh_attr_text() 752 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len); in mesh_attr_text() 753 mesh_id[elems.mesh_id_len] = '\0'; in mesh_attr_text() 754 ret = os_snprintf(pos, end - pos, "mesh_id=%s\n", mesh_id); in mesh_attr_text() 755 os_free(mesh_id); in mesh_attr_text()
|
H A D | mesh_mpm.c | 160 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local() 1216 if (!elems.mesh_id || !elems.mesh_config) { in mesh_mpm_action_rx()
|
/freebsd/contrib/wpa/src/common/ |
H A D | ieee802_11_common.h | 60 const u8 *mesh_id; member
|
H A D | ieee802_11_common.c | 531 elems->mesh_id = pos; in __ieee802_11_parse_elems() 774 elems->mesh_id = NULL; in ieee802_11_elems_clear_ids()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211.c | 11970 static int nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, in nl80211_put_mesh_id() argument 11973 if (mesh_id) { in nl80211_put_mesh_id() 11975 wpa_ssid_txt(mesh_id, mesh_id_len)); in nl80211_put_mesh_id() 11976 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id); in nl80211_put_mesh_id()
|