X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2Fmesh.h;h=7317083c99cd866dbb1aad69d1494bbcc3399cf2;hb=fe1d0771f72e6be7e81d46658dcac37a3629c317;hp=31b9f0787a3187437bf9885db5942f2554eb2cb0;hpb=e174ef341bb74b0710a4eafff1eb23e2d29b3936;p=mech_eap.git diff --git a/wpa_supplicant/mesh.h b/wpa_supplicant/mesh.h index 31b9f07..7317083 100644 --- a/wpa_supplicant/mesh.h +++ b/wpa_supplicant/mesh.h @@ -19,6 +19,8 @@ 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, + int duration); #ifdef CONFIG_MESH