I was recently given a symbol 9550 running windows 6.5 mobile. They asked me to write a program that would continue to run in the background and flip networks automatically. So when the wifi drops below -90, it switches to cell, then if it comes back to -70, it comes back to wifi. I quickly found OpenNETCF and started coding away. I am able to get the device to drop to cell, but to do that, I have to unbind the wifi adapter. To continue to monitor my specific AP, it seems like I need to turn off the radio and turn it back on. a refresh on it doesn't seem to show that its back in range.
What is the correct way to monitor wifi signals while in cell mode?