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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java1319 value = mWifiNative.getNetworkVariable(netId, WifiConfiguration.ssidVarName);
1332 value = mWifiNative.getNetworkVariable(netId, WifiConfiguration.bssidVarName);
1339 value = mWifiNative.getNetworkVariable(netId, WifiConfiguration.priorityVarName);
1348 value = mWifiNative.getNetworkVariable(netId, WifiConfiguration.hiddenSSIDVarName);
1357 value = mWifiNative.getNetworkVariable(netId, WifiConfiguration.wepTxKeyIdxVarName);
1367 value = mWifiNative.getNetworkVariable(netId,
1376 value = mWifiNative.getNetworkVariable(netId, WifiConfiguration.pskVarName);
1383 value = mWifiNative.getNetworkVariable(config.networkId,
1396 value = mWifiNative.getNetworkVariable(config.networkId,
1409 value = mWifiNative.getNetworkVariable(confi
[all...]
H A DWifiNative.java154 public String getNetworkVariable(int netId, String name) { method in class:WifiNative
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java2009 String mode = mWifiNative.getNetworkVariable(netId, "mode");
2152 String p2pClients = mWifiNative.getNetworkVariable(netId, "p2p_client_list");

Completed in 169 milliseconds