Advertisement
JudeAustin

ADHOC OPENWRT

Feb 19th, 2012
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. config wifi-device radio0
  2.  
  3. option type mac80211
  4.  
  5.  
  6. # you should probably replace the following 'macaddr' with the real
  7.  
  8. # MAC address of your ZipIt ( can be found under the battery)
  9.  
  10. option macaddr 00:1D:04:00:EE:EE
  11.  
  12. option hwmode 11g
  13.  
  14. option phy phy0
  15.  
  16.  
  17.  
  18. # COMMENT THE FOLLOWING LINE TO ENABLE WIFI
  19.  
  20. #option disabled 1
  21.  
  22.  
  23.  
  24. config wifi-iface
  25.  
  26. option device radio0
  27.  
  28. option ifname wlan0
  29.  
  30. option network wlan
  31.  
  32. #option mode sta
  33.  
  34.  
  35.  
  36. #ADDED FOR ADHOC
  37. option mode adhoc
  38.  
  39. # change these to match your wifi network's details
  40.  
  41. option ssid MyNetworkSSID
  42.  
  43. option encryption psk2
  44.  
  45. option key MyNetworkKey
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement