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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java195 private WifiApConfigStore mWifiApConfigStore; field in class:WifiStateMachine
5134 if (mWifiApConfigStore.allowed2GChannel == null ||
5135 mWifiApConfigStore.allowed2GChannel.size() == 0) {
5142 int index = mRandom.nextInt(mWifiApConfigStore.allowed2GChannel.size());
5143 apChannel = mWifiApConfigStore.allowed2GChannel.get(index).intValue();
5637 mWifiApConfigStore = WifiApConfigStore.makeWifiApConfigStore(
5639 mWifiApConfigStore.loadApConfiguration();
5641 mWifiApConfigStore.getMessenger());

Completed in 52 milliseconds