View Single Post
Old 09-13-2020, 09:03 AM   #8
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
at least the wpa_supplicant binary on the Kobo mentions both PEAP and MSCHAPV2, so some kind of support might be there?

but since I don't have access to such a wifi network there's no way for me to try and see if it could be made to work (by changing /etc/wpa_supplicant/conf or whatever)

Code:
ctrl_interface=/var/run/wpa_supplicant
update_config=1

# example from wpa_supplicant man page
network={
	ssid="example"
	scan_ssid=1
	key_mgmt=WPA-EAP
	eap=PEAP
	identity="user@example.com"
	password="foobar"
	ca_cert="/etc/cert/ca.pem" # you have to provide this file yourself
	phase1="peaplabel=0"
	phase2="auth=MSCHAPV2"
}
frostschutz is offline   Reply With Quote