我在wlan api中找不到了解配置文件是否连接到网络的功能。
WlanGetAvailableNetworkList仅提供与配置文件相关联的网络。
谢谢你的帮助。
发布于 2016-04-14 21:35:41
答案:使用WlanRegisterNotification
check NotificationCode == wlan_notification_acm_connection_complete with wlanReasonCode == WLAN_REASON_CODE_SUCCESS in structure WLAN_CONNECTION_NOTIFICATION_DATA
https://stackoverflow.com/questions/36619906
复制相似问题