Advertisement
CoolNamesAllTaken

octopi-network-supplicant.txt v1

Jun 26th, 2018
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. country=US
  2. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  3. update_config=1
  4.  
  5. # This is only used to configure multiple wifi networks or other advanced wifi features.
  6. # take a look into octopi-network.txt instead if you only need basic wifi configuration
  7. # 'man -s 5 wpa_supplicant.conf' for advanced options
  8. #network={
  9. # ssid="Your Wifi SSID"
  10. # psk="supersecretwifipassword"
  11. #}
  12.  
  13. ## You can configure more than 1 wifi networks by adding more 'network' blocks
  14. #network={
  15. # ssid="Your Wifi SSID"
  16. # psk="supersecretwifipassword"
  17. #}
  18. network={
  19. ssid="Smart Bidet Wifi"
  20. psk="XXXX"
  21. proto=RSN
  22. key_mgmt=WPA-PSK
  23. pairwise=CCMP TKIP
  24. group=CCMP TKIP
  25. }
  26. #network={
  27. # ssid="Stanford Residences"
  28. # key_mgmt=NONE
  29. #}
  30. #network={
  31. # ssid="AdventurousRouter"
  32. # psk="XXXX"
  33. #}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement