X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2Fmesh.h;h=b40ae6c320d3c43ba441b5ac340e26fc68a9f43a;hb=2604edbfbd6add1846c6f6dc92c454aca42980f0;hp=31b9f0787a3187437bf9885db5942f2554eb2cb0;hpb=e174ef341bb74b0710a4eafff1eb23e2d29b3936;p=mech_eap.git diff --git a/wpa_supplicant/mesh.h b/wpa_supplicant/mesh.h index 31b9f07..b40ae6c 100644 --- a/wpa_supplicant/mesh.h +++ b/wpa_supplicant/mesh.h @@ -19,6 +19,7 @@ int wpas_mesh_scan_result_text(const u8 *ies, size_t ies_len, char *buf, int wpas_mesh_add_interface(struct wpa_supplicant *wpa_s, char *ifname, size_t len); int wpas_mesh_peer_remove(struct wpa_supplicant *wpa_s, const u8 *addr); +int wpas_mesh_peer_add(struct wpa_supplicant *wpa_s, const u8 *addr); #ifdef CONFIG_MESH