I understood that kernel/driver tries to log on to the any accessible (in area, right SSID etc) wireless network all the time unless connected.
I would like to activate this feature by the application only when necessary so what is the correct way to
stop the existing connection?
stop the searching feature?
start the search feature again?
In my case the device spends it’s time allmost all the time within the range but I would like to lower access point traffic by not connecting any network and not obtaining any IP addresses.
I read the startup code and am familar how this works but I would like to be sure to do this by the correct way so that the stability of the NET OS does not get hit…