Can MKR connect to WPA2 enterprise wifi?

Hi,

I got a MKR 1010 wifi and would like to connect it to the campus wifi "eduroam". I found the library "wifiNINA" which said MKR 1010 could connect to the WPA2 enterprise wifi. And I found a code "wifi.beginenterprise()". However, when I edit it in the IDE, IDE produced an error:

class 'WiFiClass' has no member named 'beginEnterprise()'

I want to ask whether this code is still useful?
How can MKR 1010 connect to the campus wifi?

Thanks.

A direct link to the sketch or library would be useful so others can check which you are using.

Could you take a few moments to READ THIS.
It will help you get the best out of the forum.

Bob.

Hi Bob,

I just follow the guide in the website:

But my IDE told me there was not such a code in the class. And I just want to know how can MKR 1010 connect to WPA2 enterprise wifi.

Thanks.

Is your enterprise network 2.4G or 5G ?
MRK's only support 2.4G at the moment.

Bob.