projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
generic: ar8216: add setup_port field to ar8xxx_chip
[openwrt.git]
/
package
/
hostapd
/
files
/
wps-hotplug.sh
1
if
[
"
$ACTION
"
=
"pressed"
-a
"
$BUTTON
"
=
"wps"
];
then
2
for
dir
in
/
var
/
run
/
hostapd-
*;
do
3
[
-d
"
$dir
"
]
||
continue
4
hostapd_cli
-p
"
$dir
"
wps_pbc
5
done
6
fi
This page took
0.044355 seconds
and
5
git commands to generate.