ArduinoGeneral

WiFi.H How to only scan 1 channel and how to only scan for specific SSID

userHead Account cancelled 2021-12-31 19:08:07 263 Views0 Replies
Hi Folks,

I am using the WiFi.scannetworks function but i only want to scan one wifi channel AND i only want to search for specific SSIDs.

Currently i am using:

int n = WiFi.scanNetworks();

To get a list of in range networks.

How do i refine that function to only scan a set channel and furthermore search for a specific SSID?

Any help is very much appreciated! I am currently trying to muddle my way through and making progress albeit very slow :)