Skip to content

Debian WIFI

Alexandr edited this page May 13, 2017 · 2 revisions

Create wifi authentication file:

wpa_passphrase ssid passphrase > /etc/wpa_supplicant.conf

Added wifi interface to autostart:

Update /etc/network/interfaces file:

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

reboot

Clone this wiki locally