Page 1 of 1

wifi_ap_config_t: is using channel 0 legal and does it mean auto channel selection?

Posted: Mon Jun 14, 2021 2:24 pm
by __pha__
What happens if I set channel to 0 for wifi_ap_config_t?
Is it similar to wifi_sta_config_t where this results in automatically scanning all channel? In this case, would it automatically select a channel, presumably based on congestion?

Thanks.