Skip to content

Instantly share code, notes, and snippets.

@dokipen
Created June 20, 2010 16:49
Show Gist options
  • Save dokipen/445944 to your computer and use it in GitHub Desktop.
Save dokipen/445944 to your computer and use it in GitHub Desktop.
Ad-Hoc wifi on Gentoo
#!/bin/sh
pkill wpa
iwconfig wlan0 mode Ad-Hoc
iwconfig wlan0 essid AndroidTether
iwconfig wlan0 ap <incredible wifi mac address>
ifconfig wlan0 up
@loolwv7
Copy link

loolwv7 commented Aug 22, 2013

Isn't work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment