Deleted Added
full compact
17c17
< void mesh_mpm_free_sta(struct sta_info *sta);
---
> void mesh_mpm_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
20a21,23
> 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);