root@myedison:~# cat /etc/wpa_supplicant/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 update_config=1 ap_scan=1 network={ ssid="SSID" key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP104 WEP40 eap=TTLS PEAP TLS psk="password" } network={ ssid="SSID" key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP104 WEP40 eap=TTLS PEAP TLS psk="password" }
After I run "configure_edison --setup
edit: it's the exact same as it was before. BUT I tried my second Edison board and that one seems to be working fine. I did make a few changes with hostapd and some dhcp files so I probably mucked something up and didn't revert properly. I'll probably just factory reset the first one later today.