ref: 1ff62c228609bc6bdc5cdc70daed1243abbe3324
parent: 99c615578c05d82113e6d980b8b90a6a6a7ef72b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Nov 4 14:38:27 EDT 2023
9/boot/net.rc: allow setting additional flags to aux/wpa with $wpaopts in plan9.ini
--- a/sys/src/9/boot/net.rc
+++ b/sys/src/9/boot/net.rc
@@ -13,7 +13,7 @@
if not {
x=($x -p)
}
- $x $1
+ $x $wpaopts $1
}
essid=()
rm -f /env/^(essid wpapsk)
--
⑨