Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst sysinst(8): use scan_ssid=1 so hidden wifi ...



details:   https://anonhg.NetBSD.org/src/rev/1c205c50695b
branches:  trunk
changeset: 359602:1c205c50695b
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Jan 13 14:47:11 2022 +0000

description:
sysinst(8): use scan_ssid=1 so hidden wifi networks can be used

diffstat:

 usr.sbin/sysinst/net.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d8ad1a90da59 -r 1c205c50695b usr.sbin/sysinst/net.c
--- a/usr.sbin/sysinst/net.c    Thu Jan 13 08:25:24 2022 +0000
+++ b/usr.sbin/sysinst/net.c    Thu Jan 13 14:47:11 2022 +0000
@@ -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 @@
        } 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");



Home | Main Index | Thread Index | Old Index