Searched refs:sendSupplicantStateChangedBroadcast (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DSupplicantStateTracker.java139 private void sendSupplicantStateChangedBroadcast(SupplicantState state, boolean failedAuth) { method in class:SupplicantStateTracker
172 sendSupplicantStateChangedBroadcast(state, mAuthFailureInSupplicantBroadcast);
270 sendSupplicantStateChangedBroadcast(state,
302 sendSupplicantStateChangedBroadcast(state, mAuthFailureInSupplicantBroadcast);
313 sendSupplicantStateChangedBroadcast(SupplicantState.DISCONNECTED, false);

Completed in 48 milliseconds