]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant: Add option -I for additional config file
[thirdparty/hostap.git] / wpa_supplicant / wpa_supplicant_i.h
index 030880627f683be576b2f7dafe1e736a2accd1f1..f96b245b721cd7af8e9f5fc27e142a3c713e9276 100644 (file)
@@ -55,6 +55,14 @@ struct wpa_interface {
         */
        const char *confname;
 
+       /**
+        * confanother - Additional configuration name (file or profile) name
+        *
+        * This can also be %NULL when the additional configuration file is not
+        * used.
+        */
+       const char *confanother;
+
        /**
         * ctrl_interface - Control interface parameter
         *
@@ -307,6 +315,7 @@ struct wpa_supplicant {
        char bridge_ifname[16];
 
        char *confname;
+       char *confanother;
        struct wpa_config *conf;
        int countermeasures;
        os_time_t last_michael_mic_error;