-
Load the driver, if it's not loaded.
insmod wlan.ko
-
Create minimal wpa_supplicant configuration file:
Edit and paste this configuration to
/etc/wpa_supplicant.conf
network={ ssid="AP SSID" scan_ssid=1 psk="Password" }
-
Start wpa_supplicant:
wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf