Trouble with WPA wifi [SOLVED]

Discussion in 'UDOO NEO' started by Krista Hill, Jun 13, 2017.

  1. Krista Hill

    Krista Hill New Member

    Joined:
    May 26, 2017
    Messages:
    20
    Likes Received:
    4
    Okay, that explains that. Just edited the title for the thread, as you described. The final wpa_supplicant.conf file is below with personal details replaced. Thanks again.

    ctrl_interface=/var/run/wpa_supplicant
    network={
    ssid="NETWORK_NAME"
    key_mgmt=WPA-EAP
    eap=PEAP
    identity="MY_IDENTITY"
    password="MY_PASSWORD"
    }
     

Share This Page