# The wpa_supplicant daemon settings #the name of the wpa_supplicant client and daemon if they change WPA_CLIENT_NAME="wpa_cli" WPA_DAEMON_NAME="wpa_supplicant" # here is the directory where wpa_supplicant.conf should be WPA_CONFIG_DIR="/etc/sysconfig/wpa_supplicant" # here is the name of your wpa_supplicant.conf file WPA_CONFIG_FILE="wpa_supplicant.conf" # here is the name of your action file WPA_ACTION_FILE=$WPA_CONFIG_DIR/wpa_actions # This is what need wpa_supplicant WPA_PID_FILE=/var/run/wpa_supplicant.pid WPA_GLOBAL_FILE=/var/run/wpa_supplicant-global WPA_ACCESS_DIR=/var/run/wpa_supplicant