Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is manually configured network wpa_supplicant.conf still valid with intro of utexas-iot? #4

Open
andrewtvuong opened this issue Jan 28, 2019 · 4 comments

Comments

@andrewtvuong
Copy link

andrewtvuong commented Jan 28, 2019

Is the following wpa_supplicant.conf still valid with the introduction of utexas-iot? Doesn't seem to work for me anymore. It had a long while back. Thanks.

under Manually Configure Network in

https://github.com/utexas-bwi/documentation/wiki/Configure-a-robot-from-scratch

fast_reauth=0
    network={
       ssid="utexas"
       key_mgmt=WPA-EAP
       eap=TTLS
       ca_cert="/etc/wpa/certs/GeoTrust_Global_CA.cer"
       subject_match="CN=dot1x.utexas.edu"
       anonymous_identity="anonymous"
       identity="username"
       password="password"
       phase2="auth=MSCHAPV2"
    }
@justinhart
Copy link

justinhart commented Jan 28, 2019 via email

@andrewtvuong
Copy link
Author

Thanks, it seems similar, but doesn't work for me anymore. I'll check some more with ITS.

@nickswalker
Copy link
Member

Informational: Whenever I made changes to the supplicant config on a robot, I could not get them to be applied with anything less than a reboot.

@andrewtvuong
Copy link
Author

@nickswalker thanks, I have rebooted many times! :)

anyone seen it working lately?

I have emailed ITS and awaiting their reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants