History log of /freebsd/usr.sbin/bsdinstall/scripts/wlanconfig (Results 1 – 25 of 125)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 153e73d7 14-Jul-2025 Bjoern A. Zeeb <bz@FreeBSD.org>

bsdinstall: wlanconfig: ensure the interface is always up for scanning

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: thj (earlier), emaste
Differential Revision: https://review

bsdinstall: wlanconfig: ensure the interface is always up for scanning

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: thj (earlier), emaste
Differential Revision: https://reviews.freebsd.org/D51312

show more ...


# 5a1e2927 14-Jul-2025 Bjoern A. Zeeb <bz@FreeBSD.org>

bsdinstall: wlanconfig: properly format regdomain dialog input

Without the extra '\n' the dual-column ('REGD' '') are not properly
separated for dialog which leads to an [misleading] error hidden on

bsdinstall: wlanconfig: properly format regdomain dialog input

Without the extra '\n' the dual-column ('REGD' '') are not properly
separated for dialog which leads to an [misleading] error hidden on
the command line:
Error: --menu bad arguments items number.
[Writing this I wonder why the dual-column input is needed].

It is still unclear as to where the error message quoted in PR287538
suddenly came from for 14.3-RELEASE given the code was broken since 2016
(or noone ever noticed or reported).

Looking at manual ifconfig output:
ifconfig wlan0 country GB regdomain Expected
-> ifconfig: unknown regdomain Expected
and "ifconfig: " gets stripped by the script, which means the regdomain
variable would have to be set to "Expected" or more likely to
"Expected eval: Use: not found" which looks like a concatination of
errors.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Fixes: 95ee591e83a91
PR: 287538
Reviewed by: emaste, thj
Differential Revision: https://reviews.freebsd.org/D51313

show more ...


Revision tags: release/14.3.0-p1, release/14.2.0-p4, release/13.5.0-p2, release/14.3.0, 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
# 5399052c 09-Nov-2024 Bjoern A. Zeeb <bz@FreeBSD.org>

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)
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D47491

show more ...


Revision tags: release/13.4.0, release/14.1.0
# 55d29905 20-May-2024 Renato Botelho <garga@FreeBSD.org>

bsdinstall: Fix wifi network selection size

Use correct variable while creating dialog used to select among
available wireless networks

Approved by: asiciliano
Sponsored by: Rubicon Communications,

bsdinstall: Fix wifi network selection size

Use correct variable while creating dialog used to select among
available wireless networks

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

show more ...


Revision tags: release/13.3.0, release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

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 <brd@FreeBSD.org>

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 02-Mar-2022 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

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 <dteske@FreeBSD.org>

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
# 82725ba9 23-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r325999 through r326131.


# 850b25ab 22-Nov-2017 Ed Maste <emaste@FreeBSD.org>

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
# 3ffd3530 16-Dec-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r309817 through r310168.


# a7cc5680 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

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

Special thanks to: jilles


# f3a8471e 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

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


# be094a32 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

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


# 19dbb0ba 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

Simplify single-line if statements


# afcce2f5 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

Simplify loop by moving predicate to clause


# b46ca7ce 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

Wordsmithing


# a9d33421 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

Why test $? when you can test the command


# 6ef8ca67 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

Restore previous comment


# 94f5aec6 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

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


# b9f60aba 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

Calculate proper size of menu list dialog


# 9a46c67a 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

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


# 7e1166de 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

There's an API function for displaying pauses


# d79a1355 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

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


# 1d92999c 13-Dec-2016 Devin Teske <dteske@FreeBSD.org>

There's an API function for displaying errors


12345