Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Raspberry Pi: Wifi
(edit)
Revision as of 11:40, 31 October 2019
426 bytes added
,
11:40, 31 October 2019
m
→WPA2 Enterprise Network
Line 14:
Line 14:
}
}
</syntaxhighlight><br />
</syntaxhighlight><br />
−
===WPA2 Enterprise Network===
+
===WPA2 Enterprise Network
TODO: https://eparon.me/2016/09/09/rpi3-enterprise-wifi.html<nowiki/>
===
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
network={
network={
Line 27:
Line 27:
phase1="peaplabel=0"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
phase2="auth=MSCHAPV2"
+
}
+
</syntaxhighlight>Or<syntaxhighlight lang="text">
+
network={
+
ssid="Unifi"
+
priority=1
+
proto=RSN
+
key_mgmt=WPA-EAP
+
pairwise=CCMP
+
auth_alg=OPEN
+
eap=PEAP
+
identity="Your student ID"
+
password=hash:Paste_your_password_hash
+
phase1="peaplevel=0"
+
phase2="auth=MSCHAPV2"
}
}
</syntaxhighlight>
</syntaxhighlight>
−
=== Protect WIFI password ===
+
+
+
<br />
+
===Protect WIFI password===
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
echo -n 'YOUR_REAL_PASSWORD' | iconv -t utf16le | openssl md4 > hash.txt
echo -n 'YOUR_REAL_PASSWORD' | iconv -t utf16le | openssl md4 > hash.txt
Rafahsolis
Bureaucrats
,
Administrators
2,306
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version