We have below four different wifi state connections
http://developer.android.com/reference/android/net/wifi/WifiManager.html
1. WIFI_STATE_ENABLING
2. WIFI_STATE_ENABLED
3. WIFI_STATE_DISABLING
4. WIFI_STATE_DISABLED
Here, The WIFI_STATE_DISABLING will call definitely, before the state will change to WIFI_STATE_DISABLED if it finishes successfully.
In MOBILE am getting properly, but while checking with TAB i didn't get WIFI_STATE_DISABLING state immediately am getting WIFI_STATE_DISABLED

Any specific reason?? Anything want to change in Manifest??


