Channel selection for WIFI STA
Posted: Mon Apr 19, 2021 4:17 pm
Hello,
I get some issue to select the channel for WIFI STA.
Using esp_wifi_set_config with a channel different from 0 does not have any effect on the wifi driver.
It always start using the last channel used during the last successful selection.
Is it a known issue ?
For best understanding of my needs, in my environment I have two wifi AP with same credentials but on different channels. Both are DHCP server. When a router is not able to provide an IP, I need to address the second one.
Is there a specific settings to set to force the wifi driver to use a specific channel ?
Thanks,
I get some issue to select the channel for WIFI STA.
Using esp_wifi_set_config with a channel different from 0 does not have any effect on the wifi driver.
It always start using the last channel used during the last successful selection.
Is it a known issue ?
For best understanding of my needs, in my environment I have two wifi AP with same credentials but on different channels. Both are DHCP server. When a router is not able to provide an IP, I need to address the second one.
Is there a specific settings to set to force the wifi driver to use a specific channel ?
Thanks,