blob: 16f96639bc34437053674e9d80e7ed65bbfbc474 [file] [log] [blame]
#!/bin/bash
#
# Starts wfa_dut on default port.
WFA_LIB=/usr/local/libexe/wfa
echo "shill: giving up managing WiFi devices"
$WFA_LIB/shill_disable_wifi
echo "Starting wfa_dut on localhost:9999"
# Append $WFA_LIB to $PATH so that wfa_dut can run the scripts in it.
PATH="$PATH:$WFA_LIB" wfa_dut eth0 9999 &