Skip to content

Instantly share code, notes, and snippets.

@enigmaticape
Created May 21, 2014 21:38
Show Gist options
  • Select an option

  • Save enigmaticape/0946e5d490a1a85a9e33 to your computer and use it in GitHub Desktop.

Select an option

Save enigmaticape/0946e5d490a1a85a9e33 to your computer and use it in GitHub Desktop.
SMTWiFiStatus * wstatus = [SMTWiFiStatus new];
NSLog(@"Wifi Enabled : %@", [wstatus isWiFiEnabled ] ? @"Yes" : @"No");
NSLog(@"Wifi Connected : %@", [wstatus isWiFiConnected] ? @"Yes" : @"No");
NSLog(@"Wifi BSSID : %@", [wstatus BSSID]);
NSLog(@"Wifi SSID : %@", [wstatus SSID ]);
@dorsafamara50
Copy link
Copy Markdown

on ipad the function isWiFiEnabled returns always NO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment