summaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/scripts/wlanconfig
AgeCommit message (Expand)Author
2025-07-15bsdinstall: wlanconfig: ensure the interface is always up for scanningBjoern A. Zeeb
2025-07-15bsdinstall: wlanconfig: properly format regdomain dialog inputBjoern A. Zeeb
2024-11-19bsdinstall: wlanconfig: fix interface UP on (re-)starting wpa_supplicantBjoern A. Zeeb
2024-05-20bsdinstall: Fix wifi network selection sizeRenato Botelho
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-05-24bsdinstall: allow whitelabeling the scriptsBrad Davis
2022-03-02wlanconfig: allow to enter WiFi details if no networks foundAlfonso S. Siciliano
2020-05-20Fix indentation in bsdinstall-created wpa_supplicant.confDevin Teske
2017-11-22Fix indentation in bsdinstall-created wpa_supplicant.confEd Maste
2016-12-13Revert r309918 -- modern POSIX has deprecated -<#>/+<#> syntaxDevin Teske
2016-12-13It's completely pointless to replace newlines with spaceDevin Teske
2016-12-13The flags of a WLAN need to be quoted (they contain things like brackets)Devin Teske
2016-12-13Simplify single-line if statementsDevin Teske
2016-12-13Simplify loop by moving predicate to clauseDevin Teske
2016-12-13WordsmithingDevin Teske
2016-12-13Why test $? when you can test the commandDevin Teske
2016-12-13Restore previous commentDevin Teske
2016-12-13Both simplify bringup of interface after changes and catch errors in debugDevin Teske
2016-12-13Calculate proper size of menu list dialogDevin Teske
2016-12-13There's an API function for catching errors and displaying them orDevin Teske
2016-12-13There's an API function for displaying pausesDevin Teske
2016-12-13There's an API function for displaying yes/no dialogsDevin Teske
2016-12-13There's an API function for displaying errorsDevin Teske
2016-12-13CommentDevin Teske
2016-12-13Whitespace alignmentDevin Teske
2016-12-13Relying on dialog auto-sizing (width/height/rows = 0) is a mistakeDevin Teske
2016-12-13Remove unnecessary quotesDevin Teske
2016-12-13Add missing quotesDevin Teske
2016-12-13In awk, if you're going to append a newline to your printfDevin Teske
2016-12-13This statement has too many backslashesDevin Teske
2016-12-13Neither printf (and as is commonly known) nor print need parens in awkDevin Teske
2016-12-13Whitespace and alignmentDevin Teske
2016-12-13You don't need parentheses for awk's printfDevin Teske
2016-12-13Continued resolution of conveluted statementDevin Teske
2016-12-13These two error messages have always been backwards since inceptionDevin Teske
2016-12-13Why use $? when you can use the command itselfDevin Teske
2016-12-13If the first ping succeeded, why on Earth should we ping it again?Devin Teske
2016-12-13Start deconstructing a conveluted hunk of codeDevin Teske
2016-12-13Remove completely unnecesary parenthesesDevin Teske
2016-12-13Why repeat yourself when you can send stderr to the same place as stdout?Devin Teske
2016-12-13Properly quote variableDevin Teske
2016-12-13Use more generic f_yesno() from provided APIDevin Teske
2016-12-13The output of dialog needs to be sanitizedDevin Teske
2016-12-13Whitespace alignmentDevin Teske
2016-12-13Sort the domainsDevin Teske
2016-12-13The --no-items and --stdout options are non-standard and should be avoidedDevin Teske
2016-12-13More efficiently make use of the exit statusDevin Teske
2016-12-13Stop repeating strings (centralize prompt string)Devin Teske
2016-12-13Add missing backslash (no real effect; it's pedantic and correct forDevin Teske
2016-12-13Use the oft-neglected awk syntax "startcondition, stopcondition { ... }" toDevin Teske