wifimanager - How to sense when configured wifi security changes in android -
i need handle case when desired ssid connected or configured in list, meanwhile if security changes, how should notified
currently, getting supplicant state "disconnected" when desired network connected , meanwhile if security changes.
i didn't understood needs. how different check networkstate ? official docs supplicantstate states:
these enumeration values used indicate current wpa_supplicant state. more fine-grained users interested in. in general, better use networkinfo.state.
so how different check network state change in app ?
Comments
Post a Comment