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

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
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
