awkman / pywifi

A cross-platform module for manipulating WiFi devices.
MIT License
453 stars 154 forks source link

can not connect to a hidden SSID on windows 10 #77

Open 3186986746 opened 1 year ago

3186986746 commented 1 year ago

edit _wifiutil_win.py add true to the xml profile xml = """<?xml version="1.0"?>

{profile_name} {ssid} true ESS manual {auth} {encrypt} false """
JianZhou12345678 commented 12 months ago

Please add broadcast parameter in profile.py and add params.broadcast in _wifiutil_win.py. see attachment. broadcast broadcast_profile image