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

Possible use WlanGetAvailableNetworkList instead of WlanGetNetworkBssList #14

Closed
wgaylord opened this issue Nov 9, 2016 · 14 comments
Closed

Comments

@wgaylord
Copy link

wgaylord commented Nov 9, 2016

This would be helpful because you could fill in almost all the info in the Profile for a network. (On windows at least.)

(I realize I am making a lot of Issues I just really like using this.)

@awkman
Copy link
Owner

awkman commented Nov 10, 2016

Yes. You are right. I almost forget that now it's impossible to get the auth alg and akm info in Windows part. Could you help on this?!

@wgaylord
Copy link
Author

wgaylord commented Nov 10, 2016 via email

@awkman
Copy link
Owner

awkman commented Nov 10, 2016

Thanks :)

@wgaylord
Copy link
Author

Sorry about not doing anything today. (I was going to actually just finish it today.) Windows decide to corrupt its Cache_Manager.. :( But I fixed it.

@awkman
Copy link
Owner

awkman commented Nov 11, 2016

It's OK. Never feel stressful about distribution. I appreciate all of you even just some suggestions :)

@wgaylord
Copy link
Author

Okay. I figured out that unlike WLAN_BSS_ENTRY , WLAN_AVAILABLE_NETWORK does not have the BSSID. Which makes this alittle harder. (Could call both and match the entries up to get the full data)

@wgaylord
Copy link
Author

Yeah. Sort of stuck. Because WLAN_AVAILABLE_NETWORK does not know the BSSIDs (Known how many are associated to one SSID but. While WLAN_BSS_ENTRY does not know about auth alg or akm.

@awkman
Copy link
Owner

awkman commented Nov 17, 2016

I think the only way to solve this is call both of those functions to obtain information we need

@wgaylord
Copy link
Author

Yeah. But I am not sure how to match them up other than using the data from the available call for all profiles with the same ssid. I will take a look at it. Might be able to figure it out.

Sent from my iPad

On Nov 17, 2016, at 8:49 AM, Awk notifications@github.com wrote:

I think the only way to solve this is call both of those functions to obtain information we need


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@ChrUnt
Copy link

ChrUnt commented Dec 9, 2016

Hi,

just a short question and I'm not sure if it's offtopic, but why is it impossible to get auth and akm info in Windows part? Whenever I try toget the auth information I get numbers like 1041, 1025 and so on.

Is it a bug?

@wgaylord
Copy link
Author

wgaylord commented Dec 9, 2016 via email

@wgaylord
Copy link
Author

wgaylord commented Feb 3, 2017

I am don't doing very well at figuring this out. (Mostly I am having trouble with the ctypes stuff)

@awkman
Copy link
Owner

awkman commented Feb 16, 2017

@ChiBill It's fine!! I will take it up

@awkman
Copy link
Owner

awkman commented Feb 19, 2017

@ChiBill I already uploaded the modification early

@awkman awkman closed this as completed Jan 20, 2019
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

No branches or pull requests

3 participants