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

1 2 3 4 56 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.h 22 int is_hs20_network(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
24 int hs20_get_pps_mo_id(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 279 inline virtual void setWifiInfo(char* ssid, char* password)
280 { ssid[0] = 0; password[0] = 0; }
358 char * ssid, char * password, loc_if_req_sender_id_e_type sender_id) :
360 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]),
365 strlcpy(mSSID, ssid, SSID_BUF_SIZE);
375 inline virtual void setWifiInfo(char* ssid, char* password)
378 strlcpy(ssid, mSSID, SSID_BUF_SIZE);
380 ssid[0] = '\0';
  /system/connectivity/apmanager/
fake_config_adaptor.cc 31 void FakeConfigAdaptor::SetSsid(const string& ssid) {
32 ssid_ = ssid;
  /system/connectivity/shill/
mock_crypto_util_proxy.cc 52 const std::vector<uint8_t>& ssid,
58 destination_udn, ssid, bssid,
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.h 142 struct wpa_ssid *ssid);
145 struct wpa_ssid *ssid,
158 struct wpa_ssid *ssid);
193 const struct wpa_ssid *ssid,
198 struct wpa_ssid *ssid);
202 const struct wpa_ssid *ssid);
204 struct wpa_ssid *ssid);
268 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
278 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
314 struct wpa_ssid *ssid)
    [all...]
dbus_new_handlers_p2p.c 303 struct wpa_ssid *ssid; local
361 /* Get the SSID structure from the persistent group id */
362 ssid = wpa_config_get_network(wpa_s->conf, group_id);
363 if (ssid == NULL || ssid->disabled != 2)
366 if (wpas_p2p_group_add_persistent(wpa_s, ssid, 0, freq, 0, 0, 0,
670 struct wpa_ssid *ssid; local
732 /* Get the SSID structure from the persistent group id */
733 ssid = wpa_config_get_network(wpa_s->conf, group_id);
734 if (ssid == NULL || ssid->disabled != 2
1186 struct wpa_ssid *ssid = wpa_s->current_ssid; local
1859 struct wpa_ssid *ssid; local
1944 struct wpa_ssid *ssid = net->ssid; local
1972 struct wpa_ssid *ssid = NULL; local
2055 struct wpa_ssid *ssid; local
2133 struct wpa_ssid *ssid, *next; local
2159 struct wpa_ssid *ssid; local
2290 struct wpa_ssid *ssid = wpa_s->current_ssid; local
2312 struct wpa_ssid *ssid = wpa_s->current_ssid; local
    [all...]
dbus_old_handlers.c 430 !wpa_dbus_dict_append_byte_array(&iter_dict, "ssid",
431 (const char *) bss->ssid,
716 struct wpa_ssid *ssid = NULL; local
720 ssid = wpa_config_add_network(wpa_s->conf);
721 if (ssid == NULL) {
727 wpas_notify_network_added(wpa_s, ssid);
728 ssid->disabled = 1;
729 wpa_config_set_network_defaults(ssid);
734 wpa_s->dbus_path, ssid->id);
761 struct wpa_ssid *ssid; local
1002 struct wpa_ssid *ssid; local
    [all...]
dbus_old_handlers.h 50 struct wpa_ssid *ssid);
54 struct wpa_ssid *ssid);
58 struct wpa_ssid *ssid);
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiInfoTest.java 125 String ssid = wifiInfo.getSSID(); local
126 if (ssid.startsWith("0x") == false) {
128 assertTrue(ssid.charAt(0) == '"');
129 assertTrue(ssid.charAt(ssid.length() - 1) == '"');
  /external/autotest/server/cros/ap_configurators/
dlink_dir505l_ap_configurator.py 29 elif 'To hidden SSID will be disabled the WPS, Are you sure ?' in text:
138 def set_ssid(self, ssid):
140 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
143 def _set_ssid(self, ssid):
144 self.set_content_of_text_field_by_id(ssid, 'ssid')
145 self._ssid = ssid
dlinkwbr1310_ap_configurator.py 124 def set_ssid(self, ssid):
125 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
128 def _set_ssid(self, ssid):
129 self.set_content_of_text_field_by_id(ssid, 'ssid')
130 self._ssid = ssid
netgear_single_band_configurator.py 65 self.wait_for_object_by_xpath('//input[@name="ssid"]')
81 def set_ssid(self, ssid):
82 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
85 def _set_ssid(self, ssid):
86 xpath = '//input[@maxlength="32" and @name="ssid"]'
87 self.set_content_of_text_field_by_xpath(ssid, xpath, abort_check=True)
88 self._ssid = ssid
168 Returns if AP supports setting the visibility (SSID broadcast).
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...]
dlink_dir655_ap_configurator.py 34 elif 'Mode to 802.11n only, while there is an SSID with WEP' in text:
192 # the ssid textfield is disabled.
193 ssid = self.driver.find_element_by_id('show_ssid')
195 if ssid.get_attribute('disabled') == 'true':
206 def set_ssid(self, ssid):
208 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
211 def _set_ssid(self, ssid):
213 self.set_content_of_text_field_by_id(ssid, 'show_ssid')
214 self._ssid = ssid
linksyse2100_ap_configurator.py 30 def _set_ssid(self, ssid):
32 self.set_content_of_text_field_by_xpath(ssid, xpath, abort_check=False)
33 self._ssid = ssid
linksyswrt120n_ap_configurator.py 51 def _set_ssid(self, ssid):
53 self.set_content_of_text_field_by_xpath(ssid, xpath, abort_check=False)
54 self._ssid = ssid
  /external/libselinux/src/
avc_internal.h 156 int avc_ss_grant(security_id_t ssid, security_id_t tsid,
159 int avc_ss_try_revoke(security_id_t ssid, security_id_t tsid,
163 int avc_ss_revoke(security_id_t ssid, security_id_t tsid,
167 int avc_ss_set_auditallow(security_id_t ssid, security_id_t tsid,
170 int avc_ss_set_auditdeny(security_id_t ssid, security_id_t tsid,
  /external/selinux/libselinux/src/
avc_internal.h 156 int avc_ss_grant(security_id_t ssid, security_id_t tsid,
159 int avc_ss_try_revoke(security_id_t ssid, security_id_t tsid,
163 int avc_ss_revoke(security_id_t ssid, security_id_t tsid,
167 int avc_ss_set_auditallow(security_id_t ssid, security_id_t tsid,
170 int avc_ss_set_auditdeny(security_id_t ssid, security_id_t tsid,
  /external/selinux/checkpolicy/
checkpolicy.c 382 sepol_security_id_t ssid, tsid, *sids, oldsid, newsid, tasksid; local
694 ssid = atoi(ans);
730 ret = sepol_compute_av(ssid, tsid, tclass, 0, &avd);
766 ssid = atoi(ans);
767 ret = sepol_sid_to_context(ssid,
789 ret = sepol_context_to_sid(ans, scontext_len, &ssid);
792 printf("\nsid %d\n", ssid);
811 ssid = atoi(ans);
841 sepol_transition_sid(ssid, tsid, tclass,
842 &ssid);
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_parser.py 82 def get_ap_mode_chan_freq(self, ssid):
83 """Gets the AP band from ssid using channel.
85 @param ssid: A valid chaos test SSID as a string
90 channel_security_info = ssid.split('_')
193 ssid = title_info[1].split('.')[1].split('_')[0]
196 ssid = ssid_info[1]
197 network_dict = self.get_ap_mode_chan_freq(ssid)
206 static_config_failures.append(ssid)
208 dynamic_config_failures.append(ssid)
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiManagerTest.py 84 SSID = network[WifiEnums.SSID_KEY]
93 result = connect_result['data'][WifiEnums.SSID_KEY] == SSID
95 self.log.info("Starting iperf traffic through {}".format(SSID))
102 self.log.exception("Failed to connect to {}".format(SSID))
163 ssid = self.open_network[WifiEnums.SSID_KEY]
164 condition = {WifiEnums.SSID_KEY: ssid}
166 "Can not find expected network %s" % ssid)
170 ssid = self.open_network[WifiEnums.SSID_KEY]
176 condition = {WifiEnums.SSID_KEY: ssid}
179 "networks.") % 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/cros/network/
chaos_clique_utils.py 123 # The SSID doesn't matter, all that needs to be verified is that iw
126 client.wifi_if, ssids=[ap.ssid])
151 tag=ap.ssid)
153 log_dir_name = str('worker_client_logs_%s' % ap.ssid)
243 def scan_for_networks(ssid, capturer, ap_spec):
246 @param ssid: the SSID string to look for in scan.
260 wifi_if, ssids=[ssid], timeout_seconds=300)
276 networks = scan_for_networks(ap.ssid, capturer, ap_spec)
280 # The SSID wasn't even found, abor
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 78 QString ssid, bssid, freq, signal, flags; local
95 else if ((*it).startsWith("ssid="))
96 ssid = (*it).mid(pos);
101 item->setText(0, ssid);
  /system/connectivity/shill/wifi/
wifi_provider.cc 66 const char WiFiProvider::kManagerErrorSSIDRequired[] = "must specify SSID";
67 const char WiFiProvider::kManagerErrorSSIDTooLong[] = "SSID is too long";
68 const char WiFiProvider::kManagerErrorSSIDTooShort[] = "SSID is too short";
179 vector<uint8_t> ssid; local
185 args, &ssid, &mode, &security, &hidden_ssid, error)) {
189 WiFiServiceRefPtr service(FindService(ssid, mode, security));
199 vector<uint8_t> ssid; local
205 args, &ssid, &mode, &security, &hidden_ssid, error)) {
214 ssid,
222 vector<uint8_t> ssid; local
568 vector<uint8_t> ssid; local
    [all...]

Completed in 264 milliseconds

1 2 3 4 56 7 8 91011>>