P2P: Add VHT parameter to P2P operations
[mech_eap.git] / wpa_supplicant / config_file.c
index 27d4846..cb2dde8 100644 (file)
@@ -952,6 +952,8 @@ static void wpa_config_write_global(FILE *f, struct wpa_config *config)
                fprintf(f, "p2p_add_cli_chan=%d\n", config->p2p_add_cli_chan);
        if (config->p2p_go_ht40)
                fprintf(f, "p2p_go_ht40=%u\n", config->p2p_go_ht40);
+       if (config->p2p_go_vht)
+               fprintf(f, "p2p_go_vht=%u\n", config->p2p_go_vht);
        if (config->p2p_disabled)
                fprintf(f, "p2p_disabled=%u\n", config->p2p_disabled);
        if (config->p2p_no_group_iface)