WPS UPnP: Throttle WLANEvent notifications to 5 per second
[libeap.git] / wpa_supplicant / config_file.c
index 1b9cc60..0f343fd 100644 (file)
@@ -673,6 +673,9 @@ static void wpa_config_write_global(FILE *f, struct wpa_config *config)
        if (config->persistent_reconnect)
                fprintf(f, "persistent_reconnect=%u\n",
                        config->persistent_reconnect);
+       if (config->p2p_intra_bss != DEFAULT_P2P_INTRA_BSS)
+               fprintf(f, "p2p_intra_bss=%u\n", config->p2p_intra_bss);
+
 #endif /* CONFIG_P2P */
        if (config->country[0] && config->country[1]) {
                fprintf(f, "country=%c%c\n",