← index #17917Issue #17974
Off-topic · high · value 3.393
QUERY · ISSUE

WLAN config parameter 'hidden' unknown

openby magnus-0opened 2025-08-13updated 2026-03-18
bugport-rp2

Port, board and/or hardware

Raspberry Pico W

MicroPython version

MicroPython v1.25.0 on 2025-04-15; Raspberry Pi Pico W with RP2040

Reproduction

  1. Try to set parameter 'hidden' via WLAN.config()
  2. Parameter unknown error

Expected behaviour

An AP with hidden SSID

Observed behaviour

Parameter unknown

Additional Information

According to the docs there should be a config parameter 'hidden' for the WLAN class, which supposingly hides the SSID when running in IF_AP mode.

However, in reality this doesn't seem to exist, and results in an error 'unknown config param'.
The Gibhub repo also doesn't show it in code (as far as I can tell).
Neither could I see a param with a different name meant for this purpose.

Perhaps this was overlooked..?
Thanks for following this up! :D

Code of Conduct

Yes, I agree

CANDIDATE · ISSUE

Setting (WLAN) hostname on Pico W (still) has no effect: no host name is exposed (also not the default one)

closedby magnus-0opened 2025-08-22updated 2025-08-22
bug

Port, board and/or hardware

Pico W

MicroPython version

MicroPython v1.26.0 on 2025-08-09; Raspberry Pi Pico W with RP2040

Reproduction

  1. Create a WLAN with IF_AP and set hostname via network.hostname('test') or via deprecated WLAN.config(hostname = 'test')
  2. Confirm that the hostname is printed as such
  3. Conclude that no hostname is exposed when connected to the Pico W, not even the default one (CYW43)

Expected behaviour

Expected the hostname to be exposed as set (or at least as default)

Observed behaviour

No hostname is being exposed (not even the default one)

Additional Information

There was some writing of people re-building the firmware themselves whilst backing the hostname in it, but that's not a true solution for general Pico users.

Code of Conduct

Yes, I agree

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied