[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
Next revisionBoth sides next revision
howtos:network_services:running_an_access_point_from_a_slackware_box [2016/11/18 15:14 (UTC)] – [4.7.2 Slackware Wireless Clients] louigi600howtos:network_services:running_an_access_point_from_a_slackware_box [2016/11/18 15:17 (UTC)] – [4.7.2 Slackware Wireless Clients] louigi600
Line 399: Line 399:
 It should then be possible to restart rc.inet1 (or just rc.inet1 wlan0_down and rc.inet1 wlan0_up) and the client should associate. It should then be possible to restart rc.inet1 (or just rc.inet1 wlan0_down and rc.inet1 wlan0_up) and the client should associate.
  
-There's also the command line alternative with wpa_cli in this example we'll assume that your client is totalu unconfigured and wpa_supplicant is not running. Wr're going to do everything on the command line:+There's also the command line alternative with wpa_cli in this example we'll assume that your client is totally unconfigured and wpa_supplicant is not running. We're going to do everything on the command line:
  
   # wpa_supplicant -B -W -Dwext -i wlan0 -c /etc/wpa_supplicant.conf   # wpa_supplicant -B -W -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
Line 443: Line 443:
 in it the above snippet would have saved the new network to wpa_supplicant.conf and associated you with it. in it the above snippet would have saved the new network to wpa_supplicant.conf and associated you with it.
  
-Remember that if you're doning that for an AP with no secutity you need to use this:+Remember that if you're associating with an non secured AP you need to use this:
   > set_network 0 ssid "Insecure-WiFi"   > set_network 0 ssid "Insecure-WiFi"
   OK   OK
 howtos:network_services:running_an_access_point_from_a_slackware_box ()