wifihotspot 422 B

12345678910111213141516
  1. Description='A simple WPA encrypted wireless connection'
  2. Interface=wlan0
  3. Connection=wireless
  4. Security=wpa
  5. IP=dhcp
  6. ESSID='hotspot'
  7. # Prepend hexadecimal keys with \"
  8. # If your key starts with ", write it as '""<key>"'
  9. # See also: the section on special quoting rules in netctl.profile(5)
  10. Key='pass2hotspot'
  11. # Uncomment this if your ssid is hidden
  12. #Hidden=yes
  13. # Set a priority for automatic profile selection
  14. #Priority=10