# /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
