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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStateTracker.java169 private void sendSupplicantStateChangedBroadcast(SupplicantState state, boolean failedAuth) { method in class:SupplicantStateTracker
228 sendSupplicantStateChangedBroadcast(state, mAuthFailureInSupplicantBroadcast);
317 sendSupplicantStateChangedBroadcast(state,
348 sendSupplicantStateChangedBroadcast(state, mAuthFailureInSupplicantBroadcast);
359 sendSupplicantStateChangedBroadcast(SupplicantState.DISCONNECTED, false);

Completed in 1560 milliseconds