[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

Both sides previous revisionPrevious revision
howtos:misc:wireless_with_wpa_cli [2015/07/07 18:57 (UTC)] – [Configuring Wireless With wpa_cli] Typo fix in my previous update didierspaierhowtos:misc:wireless_with_wpa_cli [2018/10/22 14:34 (UTC)] (current) naglfar
Line 28: Line 28:
 </code> </code>
  
-  * This means you need to kill the wpa_supplicant process:<code bash> +  * In this case the process id or pid for wpa_supplicant is 1337.\\  
-kill (process id number) +  * This means you need to terminate the wpa_supplicant process:<code bash> 
-</code> +wpa_cli terminate
- +
-  * In this case the process id or pid for wpa_supplicant is 1337.\\ So you would do:<code bash> +
-kill 1337+
 </code> </code>
  
 howtos:misc:wireless_with_wpa_cli ()