[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
talk:howtos:misc:wireless_with_wpa_cli [2015/07/04 18:38 (UTC)] – created didierspaiertalk:howtos:misc:wireless_with_wpa_cli [2020/04/19 20:29 (UTC)] (current) george
Line 4: Line 4:
  
  --- //[[wiki:user:didierspaier|Didier Spaier]] 2015/07/04 11:36//  --- //[[wiki:user:didierspaier|Didier Spaier]] 2015/07/04 11:36//
 +
 +
 +I might be out of my depth here, but I think the section which reads
 +
 +<code>add_network
 +set_network 0 ssid "Your_Wireless_SSID_Here"
 +set_network psk "Your_Password_Here"</code>
 +
 +should read as follows
 +
 +<code>add_network
 +set_network 0 ssid "Your_Wireless_SSID_Here"
 +set_network 0 psk "Your_Password_Here"</code>
 +
 +Other than that thanks very much for the how to.
 +
 + --- //[[wiki:user:george|George Edgelander]] 2020/04/19 20:24 (UTC)//
 +
 talk:howtos:misc:wireless_with_wpa_cli ()