What is the difference between active scan and passive scan?

后端 未结 3 768
逝去的感伤
逝去的感伤 2021-02-20 00:24

What is the difference between mWifiManager.startScanActive() and mWifiManager.startScan().
What is the difference between active scan

相关标签:
3条回答
  • 2021-02-20 01:08

    Passive scanning listens to beacons sent by the access points. That means waiting for the beacon to be sent (usually a few seconds).

    An active scanning will emit probes to those APs immediately.

    0 讨论(0)
  • 2021-02-20 01:12

    please note that an active scan will consume more energy and as "ordinary" wifi access points broadcast their beacons several times per second, an active scan is rarely needed. e.g. requesting a list of wifi networks in reach takes approx 0.7 seconds to finish. so this should be sufficient...

    0 讨论(0)
  • 2021-02-20 01:14

    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.

    0 讨论(0)
提交回复
热议问题