Lines 39-45
Link Here
|
39 |
command=${wpa_supplicant_program} |
39 |
command=${wpa_supplicant_program} |
40 |
conf_file=${wpa_supplicant_conf_file} |
40 |
conf_file=${wpa_supplicant_conf_file} |
41 |
pidfile="/var/run/${name}/${ifn}.pid" |
41 |
pidfile="/var/run/${name}/${ifn}.pid" |
42 |
command_args="-B -i $ifn -c $conf_file -D $driver -P $pidfile" |
42 |
ctrl="/var/run/${name}" |
|
|
43 |
command_args="-B -i $ifn -c $conf_file -D $driver -P $pidfile -C $ctrl" |
43 |
required_files=$conf_file |
44 |
required_files=$conf_file |
44 |
required_modules="wlan_wep wlan_tkip wlan_ccmp" |
45 |
required_modules="wlan_wep wlan_tkip wlan_ccmp" |
45 |
|
46 |
|