Radio type, security type and encryption type support for System.Devices.Wifi #1201
Unanswered
hansmbakker
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Welcome to nanoFrameowrk @hansmbakker! In any case, not entirelly sure what you're proposing? That there is a "kind-of" auto config to connect to am WiFi network? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Without manually setting the network properties via the device properties dialog in visual studio, the Improv sample did not work for me.
How to solve the problem
I believe the scan results contain more information, at least about the security type and encryption type, which could possibly be used to automatically save it in
Wireless80211Configuration
upon finding the correct network?https://github.com/nanoframework/System.Device.Wifi/blob/598a3903245d91a6412ff1bd225c555f0ca00e70/System.Device.Wifi/WifiAdapter.cs#L107-L114
In the lines I mentioned, there is a comment saying that certain types are needed to be defined but these could use the types already defined in in https://github.com/nanoframework/System.Net/tree/main/nanoFramework.System.Net/NetworkInformation?
Describe alternatives you've considered
No response
Aditional context
No response
Beta Was this translation helpful? Give feedback.
All reactions