Tuesday, August 25, 2009

Free WiFi

Posted by Anonymous on Tue 25 Aug 03:38
  1. # See /usr/doc/wpa_supplicant-0.5.10/wpa_supplicant.conf.sample
  2. # for many more options that you can use in this file.
  3.  
  4. # This line enables the use of wpa_cli which is used by rc.wireless
  5. # if possible (to check for successful association)
  6. ctrl_interface=/var/run/wpa_supplicant
  7. # By default, only root (group 0) may use wpa_cli
  8. ctrl_interface_group=100
  9. eapol_version=1
  10. ap_scan=1
  11. fast_reauth=1
  12.  
  13. # WPA protected network, supply your own ESSID and WPAPSK here:
  14. network={
  15.   scan_ssid=0
  16.   ssid="Brondum"
  17.   proto=WPA
  18.   key_mgmt=WPA-PSK
  19.   pairwise=TKIP
  20.   group=TKIP
  21.   psk="devifhnlvvester15"
  22. }
  23.  
  24. network={
  25.   scan_ssid=0
  26.   ssid="hejhej"
  27.   proto=WPA
  28.   key_mgmt=WPA-PSK
  29.   pairwise=TKIP
  30.   group=TKIP
  31.   psk="coca1234"
  32. }
  33.  
  34. network={
  35.   scan_ssid=0
  36.   ssid="wifibox"
  37.   proto=WPA
  38.   key_mgmt=WPA-PSK
  39.   pairwise=TKIP
  40.   group=TKIP
  41.   psk="wifipeter"
  42. }
  43.  
  44. network={
  45.   scan_ssid=0
  46.   ssid="Fullrate"
  47.   proto=WPA
  48.   key_mgmt=WPA-PSK
  49.   pairwise=TKIP
  50.   group=TKIP
  51.   psk="X9iaDcApCm"
  52. }


The paste: http://pastebin.com/m20e047e1
blog comments powered by Disqus