]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Make scan_freq field to be saved by save_config
authorMasashi Honma <masashi.honma@gmail.com>
Mon, 23 Sep 2013 13:06:06 +0000 (16:06 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 23 Sep 2013 13:06:06 +0000 (16:06 +0300)
Signed-hostap: Masashi Honma <masashi.honma@gmail.com>

wpa_supplicant/config_file.c

index a2791ebb23cf3369975da2ed6e5fac42a161a9e1..0d2bd8cf2a31916c05564be12757bdc615d180bf 100644 (file)
@@ -653,6 +653,7 @@ static void wpa_config_write_network(FILE *f, struct wpa_ssid *ssid)
        write_auth_alg(f, ssid);
        STR(bgscan);
        STR(autoscan);
+       STR(scan_freq);
 #ifdef IEEE8021X_EAPOL
        write_eap(f, ssid);
        STR(identity);