Searched refs:deauthenticateNetwork (Results 1 – 5 of 5) sorted by relevance
86 void deauthenticateNetwork(long holdoff, boolean ess); in deauthenticateNetwork() method
1827 public void deauthenticateNetwork(long holdoff, boolean ess) { in deauthenticateNetwork() method in WifiManager1829 mService.deauthenticateNetwork(holdoff, ess); in deauthenticateNetwork()
147 public void deauthenticateNetwork(long holdoff, boolean ess) { in deauthenticateNetwork() method in BaseWifiService
2367 public void deauthenticateNetwork(long holdoff, boolean ess) { in deauthenticateNetwork() method in WifiServiceImpl2369 mClientModeImpl.deauthenticateNetwork(mClientModeImplChannel, holdoff, ess); in deauthenticateNetwork()
1553 public void deauthenticateNetwork(AsyncChannel channel, long holdoff, boolean ess) { in deauthenticateNetwork() method in ClientModeImpl