Skip to content

WiFi

Overview⚓︎

This page briefly explains how to scan for and connect to WiFi networks using wpa_supplicant. For more information, see the Arch Linux Wiki.

Platform specific⚓︎

Examples⚓︎

Scan for WiFi networks⚓︎

iw dev $WIFI_INTERFACE scan ap-force

Connect to a wifi network⚓︎

wpa_passphrase ${WIFI_SSID} ${WIFI_PASSWORD}
wpa_supplicant -B -imlan0 -c /etc/wpa_supplicant.conf -Dnl80211,wext

Connect to a wifi network⚓︎

See wireless.wiki.kernel.org/hostpad

See T30