List of utility methods to do Wifi State Check
if (_wifiManager == null) _wifiManager = (WifiManager) context.getApplicationContext() .getSystemService(Context.WIFI_SERVICE); return _wifiManager;