Issues with using Managed WiFi (NativeWiFi API)

前端 未结 2 1075
长发绾君心
长发绾君心 2020-12-15 14:40

I am trying to create and connect to a WLAN profile using Native WiFi (https://managedwifi.codeplex.com/). I am able to view all the Network BSS List and their parameters. H

2条回答
  •  悲&欢浪女
    2020-12-15 15:10

    I had a simpler task (read the SSID of the connected network), which was throwing the same error.

    I solved it by switching to using SimpleWiFi entirely and ignore the ManagedWifi package.

    Glancing at the source code, it looks like SW is a fixed reimplementation of some of the functionality in MW.

提交回复
热议问题