diff options
Diffstat (limited to 'examples/source/hostapd')
-rw-r--r-- | examples/source/hostapd/dependencies | 1 | ||||
-rw-r--r-- | examples/source/hostapd/logger | 1 | ||||
-rwxr-xr-x | examples/source/hostapd/run | 3 | ||||
-rw-r--r-- | examples/source/hostapd/type | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/examples/source/hostapd/dependencies b/examples/source/hostapd/dependencies new file mode 100644 index 0000000..ceb3e6e --- /dev/null +++ b/examples/source/hostapd/dependencies @@ -0,0 +1 @@ +init-wlan0 diff --git a/examples/source/hostapd/logger b/examples/source/hostapd/logger new file mode 100644 index 0000000..b6e1e02 --- /dev/null +++ b/examples/source/hostapd/logger @@ -0,0 +1 @@ +hostapd-log diff --git a/examples/source/hostapd/run b/examples/source/hostapd/run new file mode 100755 index 0000000..88ac3aa --- /dev/null +++ b/examples/source/hostapd/run @@ -0,0 +1,3 @@ +#!/command/execlineb -P +fdmove -c 2 1 +hostapd /etc/hostapd/hostapd.conf diff --git a/examples/source/hostapd/type b/examples/source/hostapd/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/examples/source/hostapd/type @@ -0,0 +1 @@ +longrun |