Can it be done? Opening the wifi settings is possible, but I dont know how to connect to a specific wifi network.
this code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=WIFI"]];
opens the iPhone wifi settings dialog. Is there any way to compose the URL name? For example
"prefs:root="WIFI&path=wifi_name"...