Created
May 21, 2014 21:38
-
-
Save enigmaticape/0946e5d490a1a85a9e33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on ipad the function isWiFiEnabled returns always NO