Is it possible to make it connect to ziggo hotspots since ziggo covers allmost all locations where i park my car?

Since i live in the Netherlands and i dont like spending money on a sim card the following question?
Is it possible to make it connect to ziggo hotspots since ziggo covers allmost all locations where i park my car?
Ziggo uses login name and password to connect to the hotspots
I can’t enter a login name on the found networks.

Security – WPA2-Enterprise
Encryptietype – AES (CCMP)
EAP-methode – PEAP
Identiti – username
Password – Password

It would be great if this would be possible
Hans van der Haas

found some code on a ziggo forum

wpa_supplicant settings :

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
eapol_version=1

ap_scan=1
fast_reauth=0

network={
ssid=“Ziggo”
scan_ssid=0
key_mgmt=WPA-EAP
pairwise=CCMP TKIP
group=CCMP TKIP
eap=PEAP
identity=“gebruikersnaam” <- Uit Mijn Ziggo
password=“wachtwoord” <- Uit Mijn Ziggo
ca_cert="/etc/certs/my-wifi-ca.pem" <- Zorg dat hier het gedownloade CA certificate staat
phase1=“peapver=0”
phase2=“auth=MSCHAPV2”
}

wpa_supplicant -i wlan0 -B -c /
etc/wpa_supplicant/wpa_supplicant.conf -Dwext
killall dhclient >/dev/null 2>&1; dhclient wlan0

See if i can do something with that once i can ssh into my dongle again