David Brownlee
2010-01-19 16:27:22 UTC
I have android-wifi-tether.googlecode.com on my HTC phone to provide a
wifi hotspot for my laptop and thought I'd give it a spin with NetBSD.
I'm using the following scrip which works fine, but I can't seem to
get it working under wpa_supplicant. Does anyone have any thoughts?
#!/bin/sh
/etc/rc.d/wpa_supplicant stop
/etc/rc.d/dhcpcd stop
ifconfig ath0 ssid absTether mediaopt adhoc
while ! ifconfig ath0 | grep 'status: active' ; do
echo -n .
sleep 1
done
/etc/rc.d/dhcpcd start
network={
ssid="absTether"
mode=1
key_mgmt=NONE
}
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
wifi hotspot for my laptop and thought I'd give it a spin with NetBSD.
I'm using the following scrip which works fine, but I can't seem to
get it working under wpa_supplicant. Does anyone have any thoughts?
#!/bin/sh
/etc/rc.d/wpa_supplicant stop
/etc/rc.d/dhcpcd stop
ifconfig ath0 ssid absTether mediaopt adhoc
while ! ifconfig ath0 | grep 'status: active' ; do
echo -n .
sleep 1
done
/etc/rc.d/dhcpcd start
network={
ssid="absTether"
mode=1
key_mgmt=NONE
}
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de