Changes

Jump to navigation Jump to search
228 bytes added ,  14:23, 23 April 2016
Line 31: Line 31:  
Edit /etc/wpa_supplicant/wpa_suplicant.conf
 
Edit /etc/wpa_supplicant/wpa_suplicant.conf
 
  <nowiki>
 
  <nowiki>
 +
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
 +
update_config=1
 +
 
network={
 
network={
 
     ssid="NETWORK_NAME" # it can be any encryption type, just make sure to add the "scan_ssid=1" line after your settings.
 
     ssid="NETWORK_NAME" # it can be any encryption type, just make sure to add the "scan_ssid=1" line after your settings.
     key_mgmt=NONE
+
     psk=password_without_double_quotes
 
     scan_ssid=1
 
     scan_ssid=1
 +
    mode=0
 +
    protp=WPA2
 +
    key_mgmt=WPA-PSK
 +
    pairwise=CCMP
 +
    group=CCMP
 +
    auth_alg=OPEN
 +
    id_str="raspII"
 +
    priority=1
 +
 
} </nowiki>
 
} </nowiki>
  

Navigation menu