Connecting to a WIFI needing username and password

Good afternoon, 

I am trying to solve the exercises from the Wifi Fundamentals course. This requires connecting for a wifi, but as this work is for my Thesis, I have to connect to the University`s wifi eduroam. 

But to connect to eduroam, you should do it with your credientials, so each student have to use their username that is being given and a password that they also use for connecting to the University`s platform. 

My question is, how could I connect with my device to this wifi? What can I write in the terminal and also in the code to succesfully connect? 

I tried with using "eduroam" as SSID and for the PSK I tried the following formats: 

  • "username: xxxxxx" "password: yyyyyyy" 
  • "password: yyyyyyy" 
  • "username: xxxxxx, password: yyyyyyy" 
  • "{username: xxxxxx, password: yyyyyyy}" 
  • "username=> xxxxxx" "password=> yyyyyyy"

I guess I just don`t know the format.

Thank you and have a productive day!

Related