Created
May 4, 2013 00:45
-
-
Save mcgrof/5515450 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update_config=1 | |
ctrl_interface=wlan0 | |
eapol_version=1 | |
ap_scan=1 | |
fast_reauth=1 | |
p2p_listen_reg_class=81 | |
p2p_listen_channel=1 | |
p2p_oper_reg_class=115 | |
p2p_oper_channel=48 | |
device_name=SAMSUNG_FOO | |
manufacturer=SAMSUNG_ELECT_FOO | |
model_name=SAMSUNG_MOBILE | |
model_number=2012 | |
serial_number=6666 | |
network={ | |
ssid="mcgrof-ap136-01" | |
key_mgmt=WPA-EAP IEEE8021X | |
eap=TTLS | |
identity="testuser" | |
password="testpassword" | |
phase2="auth=MSCHAPV2" | |
priority=164 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment