mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
9/boot/net.rc: allow setting additional flags to aux/wpa with $wpaopts in plan9.ini
This commit is contained in:
parent
14b3bcbc49
commit
eb4ec3ad97
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fn wifi{
|
|||
if not {
|
||||
x=($x -p)
|
||||
}
|
||||
$x $1
|
||||
$x $wpaopts $1
|
||||
}
|
||||
essid=()
|
||||
rm -f /env/^(essid wpapsk)
|
||||
|
|
Loading…
Reference in a new issue