Gitiles
Code Review
Sign In
192.168.1.100
/
LYNQ_PUBLIC
/
1e11a656ead645c38b762164ef5f0a98851f4dd7
/
.
/
lib
/
liblynq-wifi6
/
scripts_connman
/
get_interface_name.sh
blob: 61b44d9ec4bc28306d3c7855ea15d5546a4b6d43 [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
"$1"
==
"0"
];
then
echo
"wlan0"
elif
[
"$1"
==
"1"
];
then
echo
"tether"
else
exit
1
fi