Searched refs:mesh_id (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh.c | 552 char *mesh_id, *pos = buf; in mesh_attr_text() local 562 mesh_id = os_malloc(elems.mesh_id_len + 1); in mesh_attr_text() 563 if (mesh_id == NULL) in mesh_attr_text() 566 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len); in mesh_attr_text() 567 mesh_id[elems.mesh_id_len] = '\0'; in mesh_attr_text() 568 ret = os_snprintf(pos, end - pos, "mesh_id=%s\n", mesh_id); in mesh_attr_text() 569 os_free(mesh_id); in mesh_attr_text()
|
H A D | mesh_mpm.c | 159 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local() 1177 if (!elems.mesh_id || !elems.mesh_config) { in mesh_mpm_action_rx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 159 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local() 1207 if (!elems.mesh_id || !elems.mesh_config) { in mesh_mpm_action_rx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.h | 53 const u8 *mesh_id; member
|
H A D | ieee802_11_common.c | 410 elems->mesh_id = pos; in ieee802_11_parse_elems()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.h | 79 const u8 *mesh_id; member
|
H A D | ieee802_11_common.c | 600 elems->mesh_id = pos; in ieee802_11_parse_elems()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 9551 static int nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, in nl80211_put_mesh_id() argument 9554 if (mesh_id) { in nl80211_put_mesh_id() 9556 wpa_ssid_txt(mesh_id, mesh_id_len)); in nl80211_put_mesh_id() 9557 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id); in nl80211_put_mesh_id()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 10982 static int nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, argument 10985 if (mesh_id) { 10987 anonymize_ssid(wpa_ssid_txt(mesh_id, mesh_id_len))); 10988 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id);
|
Completed in 51 milliseconds