hostapd: Use stations nsts capability in (Re)Association Response frame
[mech_eap.git] / wpa_supplicant / config_winreg.c
index 1b5e237..82ba3b0 100644 (file)
@@ -623,6 +623,9 @@ static int wpa_config_write_global(struct wpa_config *config, HKEY hk)
        wpa_config_write_reg_dword(hk, TEXT("okc"), config->okc, 0);
        wpa_config_write_reg_dword(hk, TEXT("pmf"), config->pmf, 0);
 
+       wpa_config_write_reg_dword(hk, TEXT("external_sim"),
+                                  config->external_sim, 0);
+
        return 0;
 }
 
@@ -927,6 +930,10 @@ static int wpa_config_write_network(HKEY hk, struct wpa_ssid *ssid, int id)
                  MGMT_FRAME_PROTECTION_DEFAULT);
 #endif /* CONFIG_IEEE80211W */
        STR(id_str);
+#ifdef CONFIG_HS20
+       INT(update_identifier);
+#endif /* CONFIG_HS20 */
+       INT(group_rekey);
 
 #undef STR
 #undef INT