awkman / pywifi

A cross-platform module for manipulating WiFi devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can not connect to a hidden SSID on windows 10

3186986746 opened this issue · comments

edit _wifiutil_win.py
add true to the xml profile
xml = """

{profile_name}


{ssid}

true

ESS
manual



{auth}
{encrypt}
false

"""

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