HomeSort by relevance Sort by last modified time
    Searched full:ssid (Results 76 - 100 of 1021) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/server/site_tests/network_WiFi_Roam/
network_WiFi_Roam.py 12 parameters but the same SSID, and shut down the first DUT. We
38 self._client_conf.ssid = router_ssid
41 # Setup a second AP with the same SSID.
42 self._router1_conf.ssid = router_ssid
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
WifiConfigurationTest.java 26 wifiConfiguration.SSID = "SSID";
46 assertThat(copy.SSID, equalTo("SSID"));
  /external/autotest/client/cros/networking/
wifi_proxy.py 44 def configure_wifi_service(self, ssid, security, security_parameters={},
50 @param ssid string name of network to connect to.
57 @param hidden_network bool True when the SSID is not broadcasted.
70 self.SERVICE_PROPERTY_SSID: ssid,
85 logging.info('Configured service: %s', ssid)
90 ssid,
104 @param ssid string name of network to connect to.
111 @param hidden_network bool True when the SSID is not broadcasted.
128 logging.info('Attempting to connect to %s', ssid)
145 logging.info('Configuring %s as a hidden network.', ssid)
    [all...]
android_xmlrpc_server.py 29 >> m = Map({"SSID": "GoogleGuest"})
30 >> m.SSID
249 def disconnect(self, ssid):
250 """Attempt to disconnect from the given ssid.
255 @param ssid string network to disconnect from.
260 return self.delete_entries_for_ssid(ssid)
286 def wait_for_service_states(self, ssid, states, timeout_seconds):
287 """Wait for SSID to reach one state out of a list of states.
289 @param ssid string the network to connect to (e.g. 'GoogleGuest').
299 if current_con[utils.WifiEnums.SSID_KEY] == ssid
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 58 struct wpa_ssid *ssid)
62 if (ssid == NULL || ssid->disabled_until.sec == 0)
66 if (ssid->disabled_until.sec > now.sec)
67 return ssid->disabled_until.sec - now.sec;
69 wpas_clear_temp_disabled(wpa_s, ssid, 0);
88 struct wpa_ssid *ssid; local
97 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
134 struct wpa_ssid *ssid = wpa_s->current_ssid; local
163 struct wpa_ssid *ssid, *old_ssid; local
838 struct wpa_ssid *ssid; local
1144 struct wpa_ssid *ssid; local
1298 struct wpa_ssid *ssid; local
1326 const u8 *ssid, *rsn; local
1596 struct wpa_ssid *ssid = NULL; local
2879 struct wpa_ssid *ssid; local
2897 struct wpa_ssid *ssid = wpa_s->current_ssid; local
    [all...]
bgscan.h 19 const struct wpa_ssid *ssid);
32 int bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
45 struct wpa_ssid *ssid, const char name)
p2p_supplicant.c 126 const u8 *ssid, size_t ssid_len);
132 const u8 *ssid, size_t ssid_len);
137 const u8 *ssid, size_t ssid_len);
368 /* P2P Wildcard SSID */
374 params->ssids[0].ssid = n;
475 const u8 *ssid,
481 for (s = wpa_s->conf->ssid; s; s = s->next) {
484 os_memcmp(ssid, s->ssid, ssid_len) != 0)
537 for (s = wpa_s->conf->ssid; s; s = s->next)
828 struct wpa_ssid *ssid; local
1176 struct wpa_ssid *ssid, *s; local
1300 struct wpa_ssid *ssid; local
1752 struct wpa_ssid *ssid; local
1864 struct wpa_ssid *ssid; local
2229 struct wpa_ssid *ssid; local
3118 struct wpa_ssid *ssid; local
3139 struct wpa_ssid *ssid; local
3680 struct wpa_ssid *ssid = wpa_s->current_ssid; local
5326 struct wpa_ssid *ssid = NULL; local
6093 struct wpa_ssid *ssid; local
6350 struct wpa_ssid *ssid = wpa_s->current_ssid; local
6854 struct wpa_ssid *ssid; local
6928 struct wpa_ssid *ssid = wpa_s->current_ssid; local
7894 struct wpa_ssid *ssid = wpa_s->current_ssid; local
8139 struct wpa_ssid *ssid = wpa_s->current_ssid; local
8262 struct wpa_ssid *ssid; local
8295 struct wpa_ssid *ssid; local
8355 struct wpa_ssid *ssid; local
    [all...]
wpas_glue.c 149 /* Current SSID is not using IEEE 802.1X/EAP, so drop possible
373 struct wpa_ssid *ssid = wpa_s->current_ssid; local
379 if (ssid == NULL ||
380 ((bss->ssid_len == ssid->ssid_len &&
381 os_memcmp(bss->ssid, ssid->ssid, ssid->ssid_len) == 0) ||
382 ssid->ssid_len == 0)) {
600 params.ssid = bss->ssid
840 struct wpa_ssid *ssid = wpa_s->current_ssid; local
    [all...]
sme.c 85 struct wpa_ssid *ssid,
91 if (ssid->passphrase == NULL) {
102 (u8 *) ssid->passphrase,
103 os_strlen(ssid->passphrase),
195 struct wpa_bss *bss, struct wpa_ssid *ssid,
231 params.ssid = bss->ssid;
233 params.p2p = ssid->p2p_group;
236 os_memcmp(wpa_s->sme.ssid, params.ssid, params.ssid_len) != 0
802 struct wpa_ssid *ssid = wpa_s->current_ssid; local
1095 struct wpa_ssid *ssid = wpa_s->current_ssid; local
1457 struct wpa_ssid *ssid = wpa_s->current_ssid; local
1620 struct wpa_ssid *ssid; local
    [all...]
interworking.c 863 static int set_root_nai(struct wpa_ssid *ssid, const char *imsi, char prefix)
868 return wpa_config_set_quoted(ssid, "identity", nai);
877 struct wpa_ssid *ssid, *sel_ssid; local
883 ssid = wpa_s->current_ssid;
884 if (ssid->parent_cred != cred)
887 if (ssid->ssid_len != bss->ssid_len ||
888 os_memcmp(ssid->ssid, bss->ssid, bss->ssid_len) != 0)
893 if (selected && sel_ssid && sel_ssid->priority > ssid->priority
904 struct wpa_ssid *ssid; local
968 struct wpa_ssid *ssid; local
1537 struct wpa_ssid *ssid; local
1598 struct wpa_ssid *ssid; local
2264 struct wpa_ssid *ssid; local
    [all...]
  /external/autotest/server/site_tests/network_WiFi_SimpleConnect/
control.wifi_checkSSIDLimits 31 ssid=ssid),
33 for ssid in (LONGEST_SSID, SHORTEST_SSID)]
  /external/libweave/examples/provider/
wifi_manager.h 33 void Connect(const std::string& ssid,
36 void StartAccessPoint(const std::string& ssid) override;
44 void TryToConnect(const std::string& ssid,
  /external/selinux/libselinux/man/man3/
avc_compute_create.3 13 .BI "int avc_compute_create(security_id_t " ssid ", security_id_t " tsid ,
18 .BI "int avc_compute_member(security_id_t " ssid ", security_id_t " tsid ,
49 .I ssid
avc_add_callback.3 15 .BI "security_id_t " ssid ,
26 .BI "uint32_t " events ", security_id_t " ssid ,
44 .IR ssid ,
70 .I ssid
82 .IR ssid ,
91 .IR ssid ,
106 .IR ssid ,
120 .IR ssid ,
129 .IR ssid ,
138 .IR ssid ,
    [all...]
avc_has_perm.3 15 .BI "int avc_has_perm(security_id_t " ssid ", security_id_t " tsid ,
22 .BI "int avc_has_perm_noaudit(security_id_t " ssid ", security_id_t " tsid ,
29 .BI "void avc_audit(security_id_t " ssid ", security_id_t " tsid ,
49 .IR ssid
74 .IR ssid ,
130 .I ssid
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.h 50 struct wpa_ssid *ssid);
54 struct wpa_ssid *ssid);
58 struct wpa_ssid *ssid);
  /external/autotest/server/site_tests/network_WiFi_ChannelHop/
network_WiFi_ChannelHop.py 12 """Tests roaming when an AP changes channels on an SSID."""
23 ssid=network_WiFi_ChannelHop.TEST_SSID,
29 ssid=self.context.router.get_ssid())
39 # jumping between BSSIDs, all inside the same SSID.
53 ssid=network_WiFi_ChannelHop.TEST_SSID,
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendSSID/
network_WiFi_RoamSuspendSSID.py 12 """Tests roaming to a new SSID when a previous SSID disappears in suspend.
42 get_client_config = lambda ssid, ap_config: \
44 ssid=ssid,
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 62 # Convert the byte-array for SSID and BSSID to printable strings
67 ssid = byte_array_to_string(props["ssid"])
83 print " %s :: ssid='%s' wpa=%s wpa2=%s quality=%d%% rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, qual, maxrate, freq)
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid,
101 if (ssid == NULL) {
102 wpa_printf(MSG_DEBUG, "WPS: Credential did not include SSID");
108 while (ssid_len > 0 && ssid[ssid_len - 1] == 0)
111 wpa_hexdump_ascii(MSG_DEBUG, "WPS: SSID", ssid, ssid_len);
112 if (ssid_len <= sizeof(cred->ssid)) {
113 os_memcpy(cred->ssid, ssid, ssid_len);
243 wps_process_cred_ssid(cred, attr->ssid, attr->ssid_len) |
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
WifiSignalController.java 82 String wifiDesc = wifiVisible ? mCurrentState.ssid : null;
83 boolean ssidPresent = wifiVisible && mCurrentState.ssid != null;
105 mCurrentState.ssid = mWifiTracker.ssid;
146 String ssid; field in class:WifiSignalController.WifiState
152 ssid = state.ssid;
158 builder.append(',').append("ssid=").append(ssid);
164 && Objects.equals(((WifiState) o).ssid, ssid)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AnqpCache.java 36 private CacheKey(String ssid, long bssid, long hessid) {
37 mSSID = ssid;
47 * n/a zero n/a SSID/BSSID Domain ID indicates unique AP info
48 * not set set false SSID/BSSID Strict per AP keying override
49 * not set set true SSID Standard definition of an ESS
54 * for the cache, i.e. all APs with identical SSID is considered an ESS,
59 String ssid; local
63 ssid = network.getSSID();
68 ssid = null;
73 ssid = network.getSSID()
    [all...]
  /external/autotest/server/site_tests/network_WiFi_SSIDSwitchBack/
network_WiFi_SSIDSwitchBack.py 25 def configure_connect_verify_deconfig_wait(self, ssid, freq, mode, bssid):
32 @param ssid string SSID for the new connection.
40 ap_config = hostap_config.HostapConfig(ssid=ssid, frequency=freq,
44 ssid=self.context.router.get_ssid())
78 ssid=network_WiFi_SSIDSwitchBack.SSID_1,
  /frameworks/base/wifi/java/android/net/wifi/
WifiConnectionStatistics.java 38 * history of past connection to untrusted SSID
39 * Key = SSID
63 public void incrementOrAddUntrusted(String SSID, int connection, int usage) {
65 if (TextUtils.isEmpty(SSID))
67 if (untrustedNetworkHistory.containsKey(SSID)) {
68 stats = untrustedNetworkHistory.get(SSID);
77 untrustedNetworkHistory.put(SSID, stats);
  /external/autotest/server/cros/ap_configurators/
dlink_dir300_ap_configurator.py 112 # the ssid textfield is disabled.
113 ssid = self.driver.find_element_by_xpath('//input[@id="ssid"]')
114 if ssid.get_attribute('disabled') == 'true':
124 def set_ssid(self, ssid):
126 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
129 def _set_ssid(self, ssid):
131 self._ssid = ssid
132 self.set_content_of_text_field_by_id(ssid, 'ssid')
    [all...]

Completed in 3183 milliseconds

1 2 34 5 6 7 8 91011>>