Skip to content

Conversation

@T2XX
Copy link

@T2XX T2XX commented Mar 10, 2025

1.Complete WiFi scanning function and stram function in Windows
2. Add Windows connection to specified WiFi feature(wifi_iot)
3. add windows platform support
4. change WiFiAccessPoint.fromMap private to public(may wrong, if so,please help me)

1.Complete WiFi scanning function and stram function in Windows
2. Add Windows connection to specified WiFi feature(wifi_iot)
3. add windows platform support
4. change WiFiAccessPoint.fromMap private to public(may wrong, if so,please help me)
@ZantsuRocks
Copy link

Your XML Profile don't work in open networks.
You need to remove some tags and change the security name.

I fixed it for myself ZantsuRocks@74a890b

Copy link

@ZantsuRocks ZantsuRocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The XMLProfile must change to work with open networks.

<security>
<authEncryption>
<authentication>$security</authentication>
<encryption>AES</encryption>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For open networks this must be 'none'

<encryption>AES</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the <sharedKey> tag must be removed when connection to open networks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants