Browse Source

Make scan_freq field to be saved by save_config

Signed-hostap: Masashi Honma <masashi.honma@gmail.com>
Masashi Honma 11 years ago
parent
commit
1a9f24714e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wpa_supplicant/config_file.c

+ 1 - 0
wpa_supplicant/config_file.c

@@ -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);