X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2Fmesh.h;h=7317083c99cd866dbb1aad69d1494bbcc3399cf2;hb=fc72a48a632146b042637f376f9c887f783f0a08;hp=3c3ea1f8812cdfbb496b8428b7608f563969cf89;hpb=790709060dd6d31fe4ae951f9cc7eb7fca2299b4;p=mech_eap.git diff --git a/wpa_supplicant/mesh.h b/wpa_supplicant/mesh.h index 3c3ea1f..7317083 100644 --- a/wpa_supplicant/mesh.h +++ b/wpa_supplicant/mesh.h @@ -16,6 +16,11 @@ void wpa_supplicant_mesh_iface_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh); int wpas_mesh_scan_result_text(const u8 *ies, size_t ies_len, char *buf, char *end); +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