Advertisement
rfmonk

wpa_supp_conf.txt

Jul 14th, 2014
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. # cat /etc/wpa_supplicant/wpa_supplicant.conf
  2. update_config=1
  3. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
  4. ctrl_interface=/var/run/wpa_supplicant
  5. eapol_version=1
  6. ap_scan=1
  7. fast_reauth=1
  8. # Only WPA-PSK is used. Any valid cipher combination is accepted.
  9. network={
  10. ssid="987654321"
  11. proto=WPA
  12. key_mgmt=WPA-PSK
  13. pairwise=CCMP TKIP
  14. group=CCMP TKIP WEP104 WEP40
  15. psk=xxxxxxsecretxxxxxx
  16. priority=2
  17. }
  18.  
  19. This is minus all the comment cruft
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement