Skip to content

Instantly share code, notes, and snippets.

@enigmaticape
Created May 21, 2014 21:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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

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