Android NetworkInfo.DetailedState 获取wifi连接状态详情

http://www.apihome.cn/api/android/NetworkInfo.DetailedState.html

AUTHENTICATING
          Network link established, performing authentication.
CONNECTED
          IP traffic should be available.
CONNECTING
          Currently setting up data connection.
DISCONNECTED
          IP traffic not available.
DISCONNECTING
          Currently tearing down data connection.
FAILED
          Attempt to connect failed.
IDLE
          Ready to start data connection setup.
OBTAINING_IPADDR
          Awaiting response from DHCP server in order to assign IP address information.
SCANNING
          Searching for an available access point.
SUSPENDED
          IP traffic is suspended

你可能感兴趣的:(android,wifi)