LINUXMAKER, OpenSource, Tutorials

Der WPA-Supplicant

Aktivierung des WPA-Supplicant

Um den wpa_supplicant zu aktivieren, muß in der Datei /etc/network/interfaces ein entsprechender Eintrag gemacht werden. Diese Datei wird mit einem Editor mit Root-Rechten geöffnet und folgende Zeile zum entsprechenden Interface hinzugefügt:

wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

Die vollständige Datei kann so aussehen:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface

auto wlan0

iface wlan0 inet dhcp
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf