Sign in
android
/
device
/
google
/
cuttlefish
/
7c0ee378fc431daa751950a3eea9f5018dbeedb7
/
.
/
guest
/
services
/
wifi
/
init.wifi.sh
blob: a23f1742a3329d586148ccefd82176f8abfd147f [
file
] [
log
] [
blame
]
#!/vendor/bin/sh
wifi_mac_prefix
=
`getprop ro.boot.wifi_mac_prefix`
if
[
-
n
"$wifi_mac_prefix"
];
then
/
vendor
/
bin
/
mac80211_create_radios
2
$wifi_mac_prefix
||
exit
1
fi