History log of /freebsd-14.2/usr.sbin/bsdinstall/scripts/wlanconfig (Results 1 – 25 of 102)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0
# cce4df8b 09-Nov-2024 Bjoern A. Zeeb <[email protected]>

bsdinstall: wlanconfig: fix interface UP on (re-)starting wpa_supplicant

Make sure an interface is back up before (re-)starting wpa_supplicant
in wlanconfig not relying on wpa to UP the interface (t

bsdinstall: wlanconfig: fix interface UP on (re-)starting wpa_supplicant

Make sure an interface is back up before (re-)starting wpa_supplicant
in wlanconfig not relying on wpa to UP the interface (though we fixed
that).

Sponsored by: The FreeBSD Foundation
Reviewed by: emaste (in D47491)
Approved by: re (cperciva)
Differential Revision: https://reviews.freebsd.org/D47491

(cherry picked from commit 5399052c63a7a3d2f54615d31bfd092ab887a600)
(cherry picked from commit 7d0c12e1f907ddf9be6668449a966703c0f781d1)

show more ...


Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0
# cc42ef53 24-May-2022 Brad Davis <[email protected]>

bsdinstall: allow whitelabeling the scripts

Approved by: allanjude, asiciliano
Differential Revision: https://reviews.freebsd.org/D35197
Sponsored by: Rubicon Communications, LLC ("Netgate")


Revision tags: release/13.1.0
# 912df915 01-Mar-2022 Alfonso S. Siciliano <[email protected]>

wlanconfig: allow to enter WiFi details if no networks found

Improve the installer: wlanconfig allows user to enter WiFi details
if no networks found, useful to connect to a hidden SSID.

PR: 2461

wlanconfig: allow to enter WiFi details if no networks found

Improve the installer: wlanconfig allows user to enter WiFi details
if no networks found, useful to connect to a hidden SSID.

PR: 246192
Reported by: emaste
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D34149

show more ...


Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0
# 63939df8 20-May-2020 Devin Teske <[email protected]>

Fix indentation in bsdinstall-created wpa_supplicant.conf

PR: base/221982
Reported by: emaste
Reviewed by: emaste, allanjude
MFC after: 0 days
X-MFC-to: stable/11
Differential Revision: https://rev

Fix indentation in bsdinstall-created wpa_supplicant.conf

PR: base/221982
Reported by: emaste
Reviewed by: emaste, allanjude
MFC after: 0 days
X-MFC-to: stable/11
Differential Revision: https://reviews.freebsd.org/D23641

show more ...


Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 850b25ab 22-Nov-2017 Ed Maste <[email protected]>

Fix indentation in bsdinstall-created wpa_supplicant.conf

r309934 cleaned up some cases in bsdinstall to use heredocs but broke
the indentation of the generated output, because <<- heredocs strip
le

Fix indentation in bsdinstall-created wpa_supplicant.conf

r309934 cleaned up some cases in bsdinstall to use heredocs but broke
the indentation of the generated output, because <<- heredocs strip
leading tabs.

PR: 221982
Reviewed by: allanjude, dteske
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D13190

show more ...


Revision tags: release/10.4.0, release/11.1.0
# a7cc5680 13-Dec-2016 Devin Teske <[email protected]>

Revert r309918 -- modern POSIX has deprecated -<#>/+<#> syntax

Special thanks to: jilles


# f3a8471e 13-Dec-2016 Devin Teske <[email protected]>

It's completely pointless to replace newlines with space
(this is done automatically for you upon shell expansion)


# be094a32 13-Dec-2016 Devin Teske <[email protected]>

The flags of a WLAN need to be quoted (they contain things like brackets)


# 19dbb0ba 13-Dec-2016 Devin Teske <[email protected]>

Simplify single-line if statements


# afcce2f5 13-Dec-2016 Devin Teske <[email protected]>

Simplify loop by moving predicate to clause


# b46ca7ce 13-Dec-2016 Devin Teske <[email protected]>

Wordsmithing


# a9d33421 13-Dec-2016 Devin Teske <[email protected]>

Why test $? when you can test the command


# 6ef8ca67 13-Dec-2016 Devin Teske <[email protected]>

Restore previous comment


# 94f5aec6 13-Dec-2016 Devin Teske <[email protected]>

Both simplify bringup of interface after changes and catch errors in debug


# b9f60aba 13-Dec-2016 Devin Teske <[email protected]>

Calculate proper size of menu list dialog


# 9a46c67a 13-Dec-2016 Devin Teske <[email protected]>

There's an API function for catching errors and displaying them or
logging them to debug output


# 7e1166de 13-Dec-2016 Devin Teske <[email protected]>

There's an API function for displaying pauses


# d79a1355 13-Dec-2016 Devin Teske <[email protected]>

There's an API function for displaying yes/no dialogs


# 1d92999c 13-Dec-2016 Devin Teske <[email protected]>

There's an API function for displaying errors


# 35af83c1 13-Dec-2016 Devin Teske <[email protected]>

Comment


# b45548a8 13-Dec-2016 Devin Teske <[email protected]>

Whitespace alignment


# d5fddc4d 13-Dec-2016 Devin Teske <[email protected]>

Relying on dialog auto-sizing (width/height/rows = 0) is a mistake
Use the provided API for calculating the appropriate size of menus


# 7599c854 13-Dec-2016 Devin Teske <[email protected]>

Remove unnecessary quotes


# 1095816e 13-Dec-2016 Devin Teske <[email protected]>

Add missing quotes


12345