What is the difference between mWifiManager.startScanActive() and mWifiManager.startScan(). What is the difference between active scan
mWifiManager.startScanActive()
mWifiManager.startScan()
active scan
02/19/2013 jadiyappa :
Active scanning is required when enabled the "SSID Hide" in AP. Passive scanning is always waits for the beacon frames from AP.