HomeSort by relevance Sort by last modified time
    Searched refs:network_id (Results 1 - 25 of 44) sorted by null

1 2

  /system/update_engine/
network_selector_android.cc 38 bool NetworkSelectorAndroid::SetProcessNetwork(NetworkId network_id) {
39 if (android_setprocnetwork(network_id) < 0) {
40 PLOG(ERROR) << "Binding the network to " << network_id;
network_selector_interface.h 41 virtual bool SetProcessNetwork(NetworkId network_id) = 0;
network_selector_stub.cc 37 bool NetworkSelectorStub::SetProcessNetwork(NetworkId network_id) {
38 if (network_id != kDefaultNetworkId) {
network_selector_android.h 32 bool SetProcessNetwork(NetworkId network_id) override;
network_selector_stub.h 32 bool SetProcessNetwork(NetworkId network_id) override;
update_attempter_android.cc 229 NetworkId network_id = kDefaultNetworkId; local
232 &network_id)) {
236 "Invalid network_id: " + headers[kPayloadPropertyNetworkId]);
238 if (!network_selector_->SetProcessNetwork(network_id)) {
242 "Unable to set network_id: " + headers[kPayloadPropertyNetworkId]);
  /external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
network_ChromeCellularSmokeTest.py 61 def _ensure_network_status(self, network_id, status, timeout):
63 self._chrome_testing, network_id, 'ConnectionState', status)
68 network_id = self._network['GUID']
69 logging.info('Disconnecting from network: ' + network_id)
73 '"' + network_id + '"')
76 network_id, 'NotConnected', test_utils.LONG_TIMEOUT)
85 network_id = self._network['GUID']
86 logging.info('Connecting to network: ' + network_id)
90 '"' + network_id + '"')
93 network_id, 'Connected', test_utils.LONG_TIMEOUT
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.h 30 virtual void paramsFromConfig(int network_id);
37 virtual void writeWepKey(int network_id, QLineEdit *edit, int id);
networkconfig.cpp 458 void NetworkConfig::writeWepKey(int network_id, QLineEdit *edit, int id)
492 setNetworkParam(network_id, buf, txt, !hex);
502 void NetworkConfig::paramsFromConfig(int network_id)
506 edit_network_id = network_id;
512 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d ssid", network_id);
523 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d proto", network_id);
535 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d key_mgmt", network_id);
549 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d pairwise", network_id);
564 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d psk", network_id);
577 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d identity", network_id);
    [all...]
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 64 network_id = int(add_result.stdout.splitlines()[-1])
66 (network_id, ssid))
67 self._created_networks[ssid] = network_id
68 logging.debug('Added network %s=%d', ssid, network_id)
69 return network_id
191 network_id = int(line.split()[0])
192 self.run_wpa_cli_cmd('remove_network %d' % network_id)
261 network_id = self._add_network(assoc_params.ssid)
264 (network_id, 'scan_ssid', '1'))
269 (network_id, field, value)
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiServiceApiTest.py 42 NETWORK_ID_ELEMENT = 'network_id'
84 network_id = self.dut.droid.wifiAddNetwork(config)
85 self.dut.log.info("saved config: network_id = %s", network_id)
86 return {self.NETWORK_ID_ELEMENT: network_id, self.CONFIG_ELEMENT: config}
109 def forget_network(self, network_id):
116 self.dut.log.info("deleting config: networkId = %s", network_id)
117 self.dut.droid.wifiForgetNetwork(network_id)
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.cpp 45 * |network_id| to be used in the internal map of |ISupplicantNetwork| objects.
46 * This is of the form |ifname|_|network_id|. For ex: "wlan0_1".
49 * @param network_id ID of the corresponding network.
52 const std::string &ifname, int network_id)
54 return ifname + "_" + std::to_string(network_id);
144 const std::string &ifname, int network_id,
151 if (ifname.empty() || network_id < 0)
156 getNetworkObjectMapKey(ifname, network_id);
243 const std::string &ifname, int network_id,
248 if (ifname.empty() || network_id < 0
    [all...]
hidl_manager.h 137 const std::string &ifname, int network_id,
140 const std::string &ifname, int network_id,
151 const std::string &ifname, int network_id,
154 const std::string &ifname, int network_id,
172 const std::string &ifname, int network_id,
175 const std::string &ifname, int network_id,
190 const std::string &ifname, int network_id,
194 const std::string &ifname, int network_id,
214 // |ifname| & |network_id|.
219 // |ifname| & |network_id|
    [all...]
p2p_network.h 40 struct wpa_global* wpa_global, const char ifname[], int network_id);
p2p_network.cpp 27 struct wpa_global *wpa_global, const char ifname[], int network_id)
30 network_id_(network_id),
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
hidl_manager.cpp 45 * |network_id| to be used in the internal map of |ISupplicantNetwork| objects.
46 * This is of the form |ifname|_|network_id|. For ex: "wlan0_1".
49 * @param network_id ID of the corresponding network.
52 const std::string &ifname, int network_id)
54 return ifname + "_" + std::to_string(network_id);
144 const std::string &ifname, int network_id,
151 if (ifname.empty() || network_id < 0)
156 getNetworkObjectMapKey(ifname, network_id);
243 const std::string &ifname, int network_id,
248 if (ifname.empty() || network_id < 0
    [all...]
hidl_manager.h 142 const std::string &ifname, int network_id,
145 const std::string &ifname, int network_id,
156 const std::string &ifname, int network_id,
159 const std::string &ifname, int network_id,
177 const std::string &ifname, int network_id,
180 const std::string &ifname, int network_id,
199 const std::string &ifname, int network_id,
203 const std::string &ifname, int network_id,
223 // |ifname| & |network_id|.
228 // |ifname| & |network_id|
    [all...]
p2p_network.h 41 struct wpa_global* wpa_global, const char ifname[], int network_id);
p2p_network.cpp 27 struct wpa_global *wpa_global, const char ifname[], int network_id)
30 network_id_(network_id),
  /device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
GceWifiManager.java 156 int network_id = mWifiManager.addNetwork(conf); local
157 if (network_id < 0) {
161 mWifiManager.enableNetwork(network_id, false);
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 69 NETID_KEY = "network_id"
    [all...]
  /frameworks/base/core/proto/android/service/
netstats.proto 71 optional string network_id = 3 [ (android.privacy).dest = DEST_EXPLICIT ];
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 133 * @network_id: id of the configured network we're interested in
140 int network_id)
146 ssid = wpa_config_get_network(wpa_s->conf, network_id);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
ServiceStateProvider.java 57 import static android.provider.Telephony.ServiceStateTable.NETWORK_ID;
90 NETWORK_ID,
149 values.getAsInteger(NETWORK_ID));
231 final int network_id = ss.getCdmaNetworkId(); local
257 network_id,
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 336 uint32_t network_id; member in struct:msm_acdb_cmd_device

Completed in 1854 milliseconds

1 2