HomeSort by relevance Sort by last modified time
    Searched refs:ssid (Results 251 - 275 of 522) sorted by null

<<11121314151617181920>>

  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.cc 74 const std::string& ssid,
89 shill::kSSIDProperty, brillo::Any(ssid)));
110 const std::string& ssid,
134 ssid, security, security_params, save_credentials, station_type,
136 *failure_reason = "FAIL(Failed to configure hidden SSID)";
143 shill::kNameProperty, brillo::Any(ssid)));
219 const std::string& ssid,
231 shill::kNameProperty, brillo::Any(ssid)));
322 const std::string& ssid,
332 shill::kNameProperty, brillo::Any(ssid)));
    [all...]
  /system/connectivity/shill/wifi/
wifi_provider_unittest.cc 228 const char* ssid,
239 if (ssid) {
240 const string ssid_string(ssid);
266 void SetServiceParameters(const char* ssid,
273 if (ssid) {
276 args->SetString(kSSIDProperty, ssid);
289 ServiceRefPtr CreateTemporaryService(const char* ssid,
297 ssid, mode, security, is_hidden, provide_hidden, &args);
301 WiFiServiceRefPtr GetService(const char* ssid,
309 ssid, mode, security_class, is_hidden, provide_hidden, &args)
    [all...]
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 44 IwBss = collections.namedtuple('IwBss', ['bss', 'frequency', 'ssid', 'security',
99 SSID: my_open_network
121 ssid = None
133 iwbss = IwBss(bss, frequency, ssid, security, ht, signal)
135 bss = frequency = ssid = security = ht = None
142 if line.startswith('SSID: '):
143 _, ssid = line.split(': ', 1)
151 bss_list.append(IwBss(bss, frequency, ssid, security, ht, signal))
250 SSID: PMKSACaching_4m9p5_ch1
269 # when the driver is 'associated' with an SSID but not a particula
    [all...]
  /external/autotest/server/cros/network/
hostap_config.py 357 def ssid(self): member in class:HostapConfig
358 """@return string SSID."""
362 @ssid.setter
363 def ssid(self, value): member in class:HostapConfig
364 """Sets the ssid for the hostapd.
366 @param value: string ssid name.
418 """@return meaningful suffix for SSID."""
454 dtim_period=None, frag_threshold=None, ssid=None, bssid=None,
475 @param hide_ssid True if we should set up a hidden SSID.
479 @param ssid string up to 32 byte SSID overriding the router default
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 144 struct wpa_ssid *ssid; local
146 ssid = wpa_config_get_network(wpa_s->conf, network_id);
147 if (ssid == NULL)
151 reply = wpas_dbus_iface_set_network(message, wpa_s, ssid);
153 reply = wpas_dbus_iface_enable_network(message, wpa_s, ssid);
155 reply = wpas_dbus_iface_disable_network(message, wpa_s, ssid);
dbus_new.c 448 * (EAP password, etc.) is required to complete the association to this SSID
457 struct wpa_ssid *ssid,
485 wpa_s->dbus_new_path, ssid->id);
503 * @ssid: configured network which Enabled property has changed
509 struct wpa_ssid *ssid)
518 wpa_s->dbus_new_path, ssid->id);
771 !wpa_dbus_dict_append_byte_array(&dict_iter, "SSID",
772 (const char *) cred->ssid,
2485 struct wpa_ssid *ssid; local
    [all...]
  /frameworks/base/packages/SettingsLib/tests/src/com/android/settingslib/wifi/
WifiTrackerTest.java 315 private void addResult(List<ScanResult> results, String ssid, int level) {
316 results.add(new ScanResult(WifiSsid.createFromAsciiEncoded(ssid),
317 ssid, ssid, levelToRssi(level), AccessPoint.LOWER_FREQ_24GHZ, 0));
328 private int addConfig(List<WifiConfiguration> configs, String ssid) {
331 config.SSID = '"' + ssid + '"';
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 62 // True if the SSID is potentially from a hidden network
135 String ssid = null; local
212 throw new IllegalArgumentException("Malformed IE string (no SSID)", e);
218 * Strict use of the "UTF-8 SSID" bit by APs appears to be spotty at best even if the
219 * encoding truly is in UTF-8. An unconditional attempt to decode the SSID as UTF-8 is
222 * decode the SSID will be used as an indication that the whole frame is malformed and
228 ssid = decoded.toString();
231 ssid = null;
234 if (ssid == null) {
236 throw new IllegalArgumentException("Failed to decode SSID in dubious IE string")
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_data_utils.py 76 ssid=None,
100 ssid: use this string as WiFi SSID to setup tethered WiFi network.
116 if ssid is None:
117 ssid = rand_ascii_str(10)
138 "WiFI Tethering: Turn on WiFi tethering on {}. SSID: {}, password: {}".format(
139 provider.serial, ssid, password))
141 if not WifiUtils.start_wifi_tethering(log, provider, ssid, password,
155 if not ensure_wifi_connected(log, client, ssid, password):
237 wifi_network_ssid: ssid for live wifi network
    [all...]
  /external/autotest/server/
site_linux_router.py 25 ['ssid', 'interface', 'dev_type'])
27 ['ssid', 'conf_file', 'log_file',
150 @param test_name string name of this test. Used in SSID creation.
283 hostapd_conf_dict['ssid'],
402 @param suffix string to append to SSID
412 # And salt the SSID so that tests running in adjacent cells are unlikely
413 # to pick the same SSID and we're resistent to beacons leaking out of
456 ssid = (config.ssid or
460 self.iw_runner.ibss_join(interface, ssid, config.frequency
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c 137 wpa_hexdump_ascii(MSG_MSGDUMP, "nl80211: Scan SSID",
138 params->ssids[i].ssid,
141 params->ssids[i].ssid))
450 "nl80211: Sched scan filter SSID",
451 drv->filter_ssids[i].ssid,
458 drv->filter_ssids[i].ssid) ||
544 const u8 *ssid; local
550 ssid = get_ie(ie, ie_len, WLAN_EID_SSID);
551 if (ssid == NULL)
555 if (ssid[1] == drv->filter_ssids[i].ssid_len &
    [all...]
driver_nl80211_android.c 92 /* Check that there is enough space needed for 1 more SSID, the
98 params->ssids[i].ssid,
102 os_memcpy(&buf[bp], params->ssids[i].ssid,
  /external/autotest/server/site_tests/network_WiFi_BgscanBackoff/
network_WiFi_BgscanBackoff.py 31 ssid=self.context.router.get_ssid(instance=0),
52 ssid=self.context.router.get_ssid()),
  /external/autotest/server/site_tests/network_WiFi_PMKSACaching/
network_WiFi_PMKSACaching.py 77 ssid=self.context.router.get_ssid(),
82 mode=mode_n, ssid=self.context.router.get_ssid(),
  /external/libweave/src/
config.h 97 void set_last_configured_ssid(const std::string& ssid) {
98 settings_->last_configured_ssid = ssid;
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 14 struct wpa_ssid *ssid);
80 struct wpa_ssid *ssid,
bss.h 78 /** SSID */
79 u8 ssid[SSID_MAX_LEN]; member in struct:wpa_bss
80 /** Length of SSID */
123 const u8 *ssid, size_t ssid_len);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 44 # Convert the byte-array for SSID and BSSID to printable strings
51 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'SSID',
53 ssid = byte_array_to_string(val)
76 print " %s :: ssid='%s' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq)
  /frameworks/base/packages/Osu/src/com/android/anqp/
OSUProvider.java 31 public OSUProvider(String ssid, ByteBuffer payload) throws ProtocolException {
36 mSSID = ssid;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiApConfigStoreTest.java 83 String ssid, String preSharedKey, int keyManagement, int band, int channel) {
85 config.SSID = ssid;
101 assertEquals(config1.SSID, config2.SSID);
109 assertEquals(TEST_DEFAULT_AP_SSID, config.SSID);
131 "ConfiguredAP", /* SSID */
151 "ConfiguredAP", /* SSID */
178 "ConfiguredAP", /* SSID */
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 195 unsigned char ssid[DOT11_MAX_SSID_LEN]; member in struct:wifi_pno_result
205 u8 ssid[DOT11_MAX_SSID_LEN+1]; // null terminated member in struct:wifi_gscan_result
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
WifiConfig.java 49 public int addNetwork(String ssid, boolean hidden, String type, String password,
73 wifiConf.SSID = ssid;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
AddWifiNetworkTask.java 65 * @throws IllegalArgumentException if the {@code ssid} parameter is empty.
102 int netId = mWifiConfig.addNetwork(mWifiInfo.ssid, mWifiInfo.hidden, mWifiInfo.securityType,
189 && mWifiInfo.ssid.equals(mWifiManager.getConnectionInfo().getSSID());
  /system/connectivity/apmanager/dbus/
config_dbus_adaptor.cc 102 void ConfigDBusAdaptor::SetSsid(const string& ssid) {
103 ConfigAdaptor::SetSsid(ssid);
  /system/weaved/buffet/
shill_client.h 54 void Connect(const std::string& ssid,
57 void StartAccessPoint(const std::string& ssid) override;

Completed in 2874 milliseconds

<<11121314151617181920>>