How Android Wifi State Machine Works
Recently, I studied how Android Wi-Fi subsystem works. I was more specifically
interested to learn the scan behavior. The source code related to this is mainly
in framework/base/wifi/java/android/net/wifi/
within AOSP source tree.