Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 2 of 2) sorted by relevance

/hostap-3.7.0/
Dbuild_release10 TMP=tmp.build_release
24 if [ -r $TMP ]; then
25 echo "Temporary directory '$TMP' exists. Remove it before running this."
29 mkdir $TMP
40 tar --directory=$TMP -xf -
42 cd $TMP
47 rm -r $TMP
/hostap-3.7.0/tests/hwsim/
Dstart.sh105 TMP=$1
106 if [ x${TMP%=[0-9]*} = "xchannels" ]; then
107 NUM_CH=${TMP#channels=}