Skip to content
Discussion options

You must be logged in to vote

I figured it out myself. It seams to be that the 0x00400006 value is to be passed to the security parameter, so

network.WLAN.config(essid=ssid, password=password, channel=1, security=0x00400006)

has the same result as

network.WLAN.config(essid=ssid, password=password)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RichardB-RT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant