Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(wifi_iot): get info about AP configured for android>=30 [#134] #215

Closed
wants to merge 5 commits into from

Conversation

percymudzinga
Copy link

No description provided.

Copy link
Member

@daadu daadu left a comment

Choose a reason for hiding this comment

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

Also +1 - if you can remove reformatting changes.

@@ -379,12 +361,33 @@ class WiFiForIoTPlugin {
return sResult;
}

static Future<String?> getHostpotSSID() async {
Copy link
Member

@daadu daadu Jan 6, 2022

Choose a reason for hiding this comment

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

Can we not implement it with the existing getWiFiAPSSID API.

return sResult;
}

static Future<String?> getHostpotPassword() async {
Copy link
Member

Choose a reason for hiding this comment

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

Should be renamed to getWiFiAPPassword - in line with other AP related APIs.

Copy link
Member

Choose a reason for hiding this comment

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

Sorry we already have getWiFiAPPreSharedKey, can we use the same API instead.

@daadu daadu changed the title Get Android generated SSID and Password feat(wifi_iot): get SSID and passw for AP configured Jan 6, 2022
@daadu
Copy link
Member

daadu commented Jan 6, 2022

@percymudzinga Thank you for working on it. Also, sorry for late review.

Related issue for this PR is #134, encourage you to go through it and implement other methods also if possible.

@daadu daadu changed the title feat(wifi_iot): get SSID and passw for AP configured feat(wifi_iot): get info about AP configured for android>=30 [#134] Jan 6, 2022
@daadu daadu linked an issue Jan 6, 2022 that may be closed by this pull request
@daadu
Copy link
Member

daadu commented May 14, 2022

Closing this in favour of - #268

@daadu daadu closed this May 14, 2022
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.

[ap,android] proper response to methods when using LocalOnlyHostspot
4 participants