]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/mesh.c
mesh: Add MESH_PEER_ADD command
[thirdparty/hostap.git] / wpa_supplicant / mesh.c
index c6d1d7366ebda098918e7fde1bf3bafe0cdc45a4..cdb5eb0be0465295e69c145344b456b2fc4a8daa 100644 (file)
@@ -603,3 +603,9 @@ int wpas_mesh_peer_remove(struct wpa_supplicant *wpa_s, const u8 *addr)
 {
        return mesh_mpm_close_peer(wpa_s, addr);
 }
+
+
+int wpas_mesh_peer_add(struct wpa_supplicant *wpa_s, const u8 *addr)
+{
+       return mesh_mpm_connect_peer(wpa_s, addr);
+}