Searched defs:mesh_id (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh.c394 char *mesh_id, *pos = buf; local
404 mesh_id = os_malloc(elems.mesh_id_len + 1);
405 if (mesh_id == NULL)
408 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len);
409 mesh_id[elems.mesh_id_len] = '\0';
410 ret = os_snprintf(pos, end - pos, "mesh_id=%s\n", mesh_id);
411 os_free(mesh_id);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h32 const u8 *mesh_id; member in struct:ieee802_11_elems
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h32 const u8 *mesh_id; member in struct:ieee802_11_elems
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h32 const u8 *mesh_id; member in struct:ieee802_11_elems
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c7928 static int nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, argument
7931 if (mesh_id) {
7933 mesh_id, mesh_id_len);
7934 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c7928 static int nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, argument
7931 if (mesh_id) {
7933 mesh_id, mesh_id_len);
7934 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c7928 static int nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, argument
7931 if (mesh_id) {
7933 mesh_id, mesh_id_len);
7934 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id);

Completed in 193 milliseconds