hostapd: Add LCI request
[mech_eap.git] / src / ap / hostapd.c
index 336cfca..42c1aaa 100644 (file)
@@ -44,6 +44,7 @@
 #include "dhcp_snoop.h"
 #include "ndisc_snoop.h"
 #include "neighbor_db.h"
+#include "rrm.h"
 
 
 static int hostapd_flush_old_stations(struct hostapd_data *hapd, u16 reason);
@@ -337,7 +338,7 @@ static void hostapd_free_hapd_data(struct hostapd_data *hapd)
        hapd->mesh_pending_auth = NULL;
 #endif /* CONFIG_MESH */
 
-       hostpad_free_neighbor_db(hapd);
+       hostapd_clean_rrm(hapd);
 }