]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/mesh.h
mesh: Add support for PMKSA caching
[thirdparty/hostap.git] / wpa_supplicant / mesh.h
index b40ae6c320d3c43ba441b5ac340e26fc68a9f43a..7317083c99cd866dbb1aad69d1494bbcc3399cf2 100644 (file)
@@ -19,7 +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 wpas_mesh_peer_add(struct wpa_supplicant *wpa_s, const u8 *addr,
+                      int duration);
 
 #ifdef CONFIG_MESH