Source-Changes archive

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

CVS commit: [netbsd-9] src/usr.sbin/sysinst



Module Name:    src
Committed By:   martin
Date:           Thu Jan 20 11:45:28 UTC 2022

Modified Files:
        src/usr.sbin/sysinst [netbsd-9]: msg.mi.de msg.mi.en msg.mi.es
            msg.mi.fr msg.mi.pl net.c

Log Message:
Pull up following revision(s) (requested by nia in ticket #1406):

        usr.sbin/sysinst/net.c: revision 1.40
        usr.sbin/sysinst/msg.mi.pl: revision 1.37
        usr.sbin/sysinst/msg.mi.fr: revision 1.36
        usr.sbin/sysinst/msg.mi.de: revision 1.35
        usr.sbin/sysinst/msg.mi.en: revision 1.37
        usr.sbin/sysinst/net.c: revision 1.37
        usr.sbin/sysinst/net.c: revision 1.38
        usr.sbin/sysinst/msg.mi.es: revision 1.31
        usr.sbin/sysinst/net.c: revision 1.39

sysinst(8): Add initial support for connecting to Wi-Fi networks
by spawning wpa_supplicant.
Reviewed by martin.

sysinst(8): Avoid asking Wi-Fi questions about non-Wi-Fi devices.

sysinst(8): Add a "data" argument to do_ifreq that is set after the
ifr struct is zeroed.

This allows us to simplify the code by not having 2x socket creation
code for checking whether interfaces are wireless.
sysinst(8): use scan_ssid=1 so hidden wifi networks can be used


To generate a diff of this commit:
cvs rdiff -u -r1.13.2.9 -r1.13.2.10 src/usr.sbin/sysinst/msg.mi.de
cvs rdiff -u -r1.19.2.10 -r1.19.2.11 src/usr.sbin/sysinst/msg.mi.en
cvs rdiff -u -r1.14.2.9 -r1.14.2.10 src/usr.sbin/sysinst/msg.mi.es
cvs rdiff -u -r1.17.2.10 -r1.17.2.11 src/usr.sbin/sysinst/msg.mi.fr
cvs rdiff -u -r1.20.2.10 -r1.20.2.11 src/usr.sbin/sysinst/msg.mi.pl
cvs rdiff -u -r1.33.2.2 -r1.33.2.3 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.




Home | Main Index | Thread Index | Old Index