有人知道为什么 UPNP GetSecurityKeys 选项给我空的 wpa 密码吗?

有人知道为什么 UPNP GetSecurityKeys 选项给我空的 wpa 密码吗?

在此处输入图片描述WLAN配置.xml

提到 GetSecurityKeys 的部分

<action>
<name>GetSecurityKeys</name>
<argumentList>
<argument>
<name>NewWEPKey0</name>
<direction>out</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewWEPKey1</name>
<direction>out</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewWEPKey2</name>
<direction>out</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewWEPKey3</name>
<direction>out</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewPreSharedKey</name>
<direction>out</direction>
<relatedStateVariable>PreSharedKey</relatedStateVariable>
</argument>
<argument>
<name>NewKeyPassphrase</name>
<direction>out</direction>
<relatedStateVariable>KeyPassphrase</relatedStateVariable>
</argument>
</argumentList>

我尝试谷歌搜索,只找到一个名为UPnP-gw-WLAN配置-v1-服务.pdf我在其中发现的唯一空词是这个,它与我的问题无关! 在此处输入图片描述

NewPreSharedKeyIndex我的 wlan xml 文件中甚至没有提到这一点

答案1

这是一种预期的安全机制

因为像 WIFI 密码这样的关键信息不应该通过 UPNP 等不安全的服务来获取

相关内容