hostapd: Add LCI request
[mech_eap.git] / src / ap / hostapd.h
index a06b727..76b0ca6 100644 (file)
@@ -298,6 +298,9 @@ struct hostapd_data {
 #endif /* CONFIG_MBO */
 
        struct dl_list nr_db;
+
+       u8 lci_req_token;
+       unsigned int lci_req_active:1;
 };