Searched refs:mesh_id (Results 1 – 6 of 6) sorted by relevance
/external/iw/ |
D | interface.c | 174 char *mesh_id = NULL; in handle_interface_add() local 199 mesh_id = argv[0]; in handle_interface_add() 239 if (mesh_id) in handle_interface_add() 240 NLA_PUT(msg, NL80211_ATTR_MESH_ID, strlen(mesh_id), mesh_id); in handle_interface_add() 425 char *mesh_id = NULL; in handle_interface_meshid() local 430 mesh_id = argv[0]; in handle_interface_meshid() 432 NLA_PUT(msg, NL80211_ATTR_MESH_ID, strlen(mesh_id), mesh_id); in handle_interface_meshid()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 452 char *mesh_id, *pos = buf; in mesh_attr_text() local 462 mesh_id = os_malloc(elems.mesh_id_len + 1); in mesh_attr_text() 463 if (mesh_id == NULL) in mesh_attr_text() 466 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len); in mesh_attr_text() 467 mesh_id[elems.mesh_id_len] = '\0'; in mesh_attr_text() 468 ret = os_snprintf(pos, end - pos, "mesh_id=%s\n", mesh_id); in mesh_attr_text() 469 os_free(mesh_id); in mesh_attr_text()
|
D | mesh_mpm.c | 160 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local() 1062 if (!elems.mesh_id || !elems.mesh_config) { in mesh_mpm_action_rx()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 44 const u8 *mesh_id; member
|
D | ieee802_11_common.c | 302 elems->mesh_id = pos; in ieee802_11_parse_elems()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 8299 static int nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, in nl80211_put_mesh_id() argument 8302 if (mesh_id) { in nl80211_put_mesh_id() 8304 mesh_id, mesh_id_len); in nl80211_put_mesh_id() 8305 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id); in nl80211_put_mesh_id()
|