我正在寻找如何使用 connman 连接到 freeWifi(需要通过 SIM usb 读取器进行 EAP-SIM 身份验证)。我知道如何通过如下配置连接到 wpa_supplicant:
network={
ssid="FreeWifi_secure"
key_mgmt=WPA-EAP
eap=SIM
pcsc=""
pin="1234"
}
如何使用 connman config 实现相同的功能?谢谢微笑
答案1
只是出于兴趣,connman 不支持 EAP-SIM。
我正在寻找如何使用 connman 连接到 freeWifi(需要通过 SIM usb 读取器进行 EAP-SIM 身份验证)。我知道如何通过如下配置连接到 wpa_supplicant:
network={
ssid="FreeWifi_secure"
key_mgmt=WPA-EAP
eap=SIM
pcsc=""
pin="1234"
}
如何使用 connman config 实现相同的功能?谢谢微笑
只是出于兴趣,connman 不支持 EAP-SIM。