]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/config_file.c
wpa_supplicant: Add wps_disabled parameter to network block
[thirdparty/hostap.git] / wpa_supplicant / config_file.c
index 38061f1c1ce1d73da44aff737acb3b58c556da7f..939a79527c4f826a4cbf49e947a112726141ae60 100644 (file)
@@ -756,6 +756,7 @@ static void wpa_config_write_network(FILE *f, struct wpa_ssid *ssid)
        INT(mixed_cell);
        INT(max_oper_chwidth);
        INT(pbss);
+       INT(wps_disabled);
 #ifdef CONFIG_IEEE80211W
        write_int(f, "ieee80211w", ssid->ieee80211w,
                  MGMT_FRAME_PROTECTION_DEFAULT);