protected void onResume() {
   registerReceiver(mWifiReciever, new IntentFilter(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION));
   startScan();
   super.onResume();
 }