Home
last modified time | relevance | path

Searched refs:broadcastAuthenticationFailureEvent (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1012 verify(mWifiMonitor, times(0)).broadcastAuthenticationFailureEvent(any(), anyInt()); in testAuthFailurePassword()
1016 verify(mWifiMonitor, times(0)).broadcastAuthenticationFailureEvent(any(), anyInt()); in testAuthFailurePassword()
1028 verify(mWifiMonitor, times(2)).broadcastAuthenticationFailureEvent(eq(WLAN_IFACE_NAME), in testAuthFailurePassword()
1052 verify(mWifiMonitor, times(0)).broadcastAuthenticationFailureEvent(any(), anyInt()); in testIeDiffers()
1081 verify(mWifiMonitor).broadcastAuthenticationFailureEvent(eq(WLAN_IFACE_NAME), in testAuthenticationTimeoutCallback()
1120 verify(mWifiMonitor).broadcastAuthenticationFailureEvent(eq(WLAN_IFACE_NAME), in testEapFailureCallback()
DWifiMonitorTest.java350 mWifiMonitor.broadcastAuthenticationFailureEvent(WLAN_IFACE_NAME, reason); in testBroadcastAuthenticationFailureEvent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java471 public void broadcastAuthenticationFailureEvent(String iface, int reason) { in broadcastAuthenticationFailureEvent() method in WifiMonitor
DSupplicantStaIfaceHal.java2071 mWifiMonitor.broadcastAuthenticationFailureEvent( in onDisconnected()
2093 mWifiMonitor.broadcastAuthenticationFailureEvent( in onAuthenticationTimeout()
2116 mWifiMonitor.broadcastAuthenticationFailureEvent( in onEapFailure()