blob: 86fcb6a6e86fb964514ad7964443b9fff9213b1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# /etc/conf.d/wpa_actiond: config file for /etc/init.d/wpa_actiond
# Interface to listen at
WPA_ACTIOND_INTERFACE="wlan0"
# Replace with custom script:
WPA_ACTIOND_SCRIPT="/usr/bin/logger"
# > The action script takes four parameters:
# > 1) The interface name
# > 2) The SSID of the wireless network or empty string if using wired driver
# > 3) The id_str parameter of the wpa_supplicant network section
# > 4) One of the strings CONNECT, LOST, REESTABLISHED, FAILED and DISCONNECT
# Add custom arguments
WPA_ACTIOND_OPTS=""
# see `wpa_actiond -h` for mor information
|