]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Write autoscan parameter to config file on updates
authorJouni Malinen <j@w1.fi>
Tue, 26 Jun 2012 16:43:05 +0000 (19:43 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 26 Jun 2012 16:43:05 +0000 (19:43 +0300)
Signed-hostap: Jouni Malinen <j@w1.fi>

wpa_supplicant/config_file.c

index ee22e4bbd63f170c9dbd8d56c692a7fe0365d8c8..6d31ec1e0cb84b71b202de57375fae0b02a96bd6 100644 (file)
@@ -593,6 +593,7 @@ static void wpa_config_write_network(FILE *f, struct wpa_ssid *ssid)
        write_group(f, ssid);
        write_auth_alg(f, ssid);
        STR(bgscan);
+       STR(autoscan);
 #ifdef IEEE8021X_EAPOL
        write_eap(f, ssid);
        STR(identity);