blob: 4dc87170f1cec4052c97e6d955ecaef5ea6f6286 [file] [log] [blame]
#!/bin/sh
if [ "$1" == "0" ]; then
echo "wlan0"
elif [ "$1" == "1" ]; then
echo "ap0"
else
exit 1
fi