Reply To: Setup wifi with WEP or WPA

HomeForumsMonoBrick EV3 FirmwareSetup wifi with WEP or WPAReply To: Setup wifi with WEP or WPA

#5035
Author Image
Patrice Boucher
Participant

I was able to connect with wep. What i did is i created a file in /mnt/bootpar named wpa_supplicant_wep.conf
The file contains the following parametres:

ctrl_interface=/var/run/wpa_supplicant
network={
ssid=”myssid”
key_mgmt=NONE
wep_key0=FFFFFFFFFFFFFFFFFFFFFFFFFF
wep_tx_keyidx=0
auth_alg=SHARED
}

Then i modified the file startwlan in /home/root/lejos/bin to use the file /mnt/bootpar/wpa_supplicant_wep.conf
instead of /mnt/bootpar/wpa_supplicant.conf.

Now everything works fine.

Posted in

Make a donation