Android: How to create EAP wifi configuration programmatically?

前端 未结 1 1058
时光说笑
时光说笑 2021-01-20 07:57

I know how to create Open/WEP/PSK/PSK2 configuration programmatically.

ex.

WifiConfiguration conf = new WifiConfiguration();
conf.SSID = \"ssid\";
co         


        
相关标签:
1条回答
  • 2021-01-20 08:42

    I answered this here: How to programmatically create and read WEP/EAP WiFi configurations in Android?

    hth :)

    0 讨论(0)
提交回复
热议问题