Skip to content

Way to query what network WLAN config options are implemented? #9110

Discussion options

You must be logged in to vote

This is what the documentation tells: https://docs.micropython.org/en/latest/library/network.WLAN.html?highlight=wlan%20config#network.WLAN.ifconfig
A glance through the ESP8266 code reveals:
For setting

mac
ssid
essid
hidden
security
authmode
key
password
channel
hostname
dhcp_hostname
protocol

For requesting

mac
ssid
essid
hidden
security
authmode
channel
hostname
dhcp_hostname
protocol

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@robert-hh
Comment options

@jimmo
Comment options

Answer selected by jimmo
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants