Searched refs:deauthenticateNetwork (Results 1 – 4 of 4) sorted by relevance
70 void deauthenticateNetwork(long holdoff, boolean ess); in deauthenticateNetwork() method
876 public void deauthenticateNetwork(long holdoff, boolean ess) { in deauthenticateNetwork() method in WifiManager878 mService.deauthenticateNetwork(holdoff, ess); in deauthenticateNetwork()
1040 public void deauthenticateNetwork(long holdoff, boolean ess) { in deauthenticateNetwork() method in WifiServiceImpl1041 mWifiStateMachine.deauthenticateNetwork(mWifiStateMachineChannel, holdoff, ess); in deauthenticateNetwork()
1926 public void deauthenticateNetwork(AsyncChannel channel, long holdoff, boolean ess) { in deauthenticateNetwork() method in WifiStateMachine