#!/bin/sh

killall dhclient
iwconfig $1 mode ad-hoc essid Cricket key off rate 11M frag off power off
ifconfig $1 10.0.0.1 broadcast 10.255.255.255 netmask 255.0.0.0
