Module Name: src
Committed By: nia
Date: Thu Jan 13 14:47:11 UTC 2022
Modified Files:
src/usr.sbin/sysinst: net.c
Log Message:
sysinst(8): use scan_ssid=1 so hidden wifi networks can be used
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/sysinst/net.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/net.c
diff -u src/usr.sbin/sysinst/net.c:1.39 src/usr.sbin/sysinst/net.c:1.40
--- src/usr.sbin/sysinst/net.c:1.39 Tue Jan 11 09:44:49 2022
+++ src/usr.sbin/sysinst/net.c Thu Jan 13 14:47:11 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: net.c,v 1.39 2022/01/11 09:44:49 nia Exp $ */
+/* $NetBSD: net.c,v 1.40 2022/01/13 14:47:11 nia Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -1178,6 +1178,7 @@ config_wlan(char *inter)
} else {
scripting_fprintf(wpa_conf, "\tkey_mgmt=NONE\n");
}
+ scripting_fprintf(wpa_conf, "\tscan_ssid=1\n");
scripting_fprintf(wpa_conf, "}\n");
(void)fclose(wpa_conf);
scripting_fprintf(NULL, "EOF\n");