 # The service and network directories:
 # SERVICESDIR is LFS/BLFS specific
	NETWORKDIR=/etc/sysconfig/network.d
	SERVICESDIR=/etc/sysconfig/network-devices/services

 # 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 stuffs should be
        
        WPA_CONFIG_DIR="/etc/sysconfig/wpa-service"
        WPA_KEY_DIR="/etc/sysconfig/network.d"

 
 # here is the name of your wpa_supplicant.conf/netkey file
        
        WPA_KEY_FILE="netkey"
 
 # 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
