X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2Fmesh_mpm.h;h=5fc1e6184bcb5f6ba69f403655cb2f11c5fa7271;hb=9636b07ae20c4ad9cd65636db985bacd0d84ecaa;hp=71880869a3f651fee88ded17fec52b184e9058ec;hpb=e174ef341bb74b0710a4eafff1eb23e2d29b3936;p=mech_eap.git diff --git a/wpa_supplicant/mesh_mpm.h b/wpa_supplicant/mesh_mpm.h index 7188086..5fc1e61 100644 --- a/wpa_supplicant/mesh_mpm.h +++ b/wpa_supplicant/mesh_mpm.h @@ -19,6 +19,8 @@ void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s, struct sta_info *sta, enum mesh_plink_state state); int mesh_mpm_close_peer(struct wpa_supplicant *wpa_s, const u8 *addr); +int mesh_mpm_connect_peer(struct wpa_supplicant *wpa_s, const u8 *addr, + int duration); #ifdef CONFIG_MESH