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!

Parents Reply Children
  • I really have difficulties to understand why you cannot, when your official documentation is pointing that the chip is supporting WPA2/WPA3 Enterprise security...
    And it's a technical issue that the feature you say is supported doesn't actually work. So please give to the community a real answer about how to solve it and to be in accordance to your main product page brief:
    https://www.nordicsemi.com/Products/nRF7002 : 

    • WPA3 Personal and Enterprise
  • And to add more info see what kind of information we can get from RSM: 
    Me: 
    Another question, do you have knowledge about the possibility to use WPA2-Enterprise (especially EAP-TLS) security mode with this module? Nordic told me few months ago that this feature was in development but I can't find any information.
    RSM:
    It supports WPA3, which is better than WPA2, do you want to test the samples?

  • Hi, 

    hmojito said:
    I really have difficulties to understand why you cannot, when your official documentation is pointing that the chip is supporting WPA2/WPA3 Enterprise security...

    Please see my colleague's explanation in this post

    hmojito said:
    Another question, do you have knowledge about the possibility to use WPA2-Enterprise (especially EAP-TLS) security mode with this module? Nordic told me few months ago that this feature was in development but I can't find any information.

    Support for WPA2 and WPA3 Enterprise mode is currently not available. Please get in touch with your RSM for the timeline. 

    -Amanda H.

Related