hostapd: Set LCI and Location Civic information in configuration
[mech_eap.git] / src / ap / ap_config.h
index 2d07c67..a78d0b2 100644 (file)
@@ -693,6 +693,9 @@ struct hostapd_config {
        } *acs_chan_bias;
        unsigned int num_acs_chan_bias;
 #endif /* CONFIG_ACS */
+
+       struct wpabuf *lci;
+       struct wpabuf *civic;
 };