PMKSA: Show AP/mesh PMKSA list in PMKSA command
[mech_eap.git] / src / ap / ctrl_iface_ap.c
index 9f249d7..cfe25e5 100644 (file)
@@ -568,3 +568,10 @@ int hostapd_ctrl_iface_stop_ap(struct hostapd_data *hapd)
 {
        return hostapd_drv_stop_ap(hapd);
 }
+
+
+int hostapd_ctrl_iface_pmksa_list(struct hostapd_data *hapd, char *buf,
+                                 size_t len)
+{
+       return wpa_auth_pmksa_list(hapd->wpa_auth, buf, len);
+}