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

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.h 280 inline virtual void setWifiInfo(char* ssid, char* password)
281 { ssid[0] = 0; password[0] = 0; }
365 char * ssid, char * password, loc_if_req_sender_id_e_type sender_id) :
367 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]),
372 strlcpy(mSSID, ssid, SSID_BUF_SIZE);
385 inline virtual void setWifiInfo(char* ssid, char* password)
388 strlcpy(ssid, mSSID, SSID_BUF_SIZE);
390 ssid[0] = '\0';
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.h 280 inline virtual void setWifiInfo(char* ssid, char* password)
281 { ssid[0] = 0; password[0] = 0; }
365 char * ssid, char * password, loc_if_req_sender_id_e_type sender_id) :
367 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]),
372 strlcpy(mSSID, ssid, SSID_BUF_SIZE);
385 inline virtual void setWifiInfo(char* ssid, char* password)
388 strlcpy(ssid, mSSID, SSID_BUF_SIZE);
390 ssid[0] = '\0';
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng_agps.h 284 inline virtual void setWifiInfo(char* ssid, char* password)
285 { ssid[0] = 0; password[0] = 0; }
369 char * ssid, char * password, loc_if_req_sender_id_e_type sender_id) :
371 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]),
376 strlcpy(mSSID, ssid, SSID_BUF_SIZE);
389 inline virtual void setWifiInfo(char* ssid, char* password)
392 strlcpy(ssid, mSSID, SSID_BUF_SIZE);
394 ssid[0] = '\0';
  /system/connectivity/shill/
mock_crypto_util_proxy.h 46 const std::vector<uint8_t>& ssid,
60 const std::vector<uint8_t>& ssid,
  /system/connectivity/shill/net/
netlink_message_matchers.h 76 // contains exactly one SSID along with the requisite empty one.
94 LOG(INFO) << "No SSID list in message";
97 ByteString ssid; local
99 if (!ssids->GetRawAttributeValue(ssid_iter.GetId(), &ssid)) {
100 LOG(INFO) << "SSID list contains no (hidden) SSIDs";
104 // A valid Scan containing a single hidden SSID should contain
105 // two SSID entries: one containing the SSID we are looking for,
110 LOG(INFO) << "SSID list doesn't contain an empty SSIDs (but should)";
116 LOG(INFO) << "SSID list doesn't contain an empty SSID (but should)"
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 80 * for that SSID.
112 private String ssid; field in class:AccessPoint
137 ssid = savedState.getString(KEY_SSID);
194 // Sort by ssid.
195 return ssid.compareToIgnoreCase(other.ssid);
210 result += 29 * ssid.hashCode();
217 .append(ssid);
237 return ssid.equals(result.SSID) && security == getSecurity(result)
    [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 415 *pos++ = hapd->conf->ssid.ssid_len;
416 os_memcpy(pos, hapd->conf->ssid.ssid, hapd->conf->ssid.ssid_len);
417 pos += hapd->conf->ssid.ssid_len;
544 const u8 *ssid, size_t ssid_len,
553 if (ssid_len == hapd->conf->ssid.ssid_len &&
554 os_memcmp(ssid, hapd->conf->ssid.ssid, ssid_len) == 0
    [all...]
  /external/autotest/server/cros/ap_configurators/
dlink_ap_configurator.py 189 # the ssid textfield is disabled.
190 ssid = self.driver.find_element_by_xpath('//input[@name="ssid"]')
191 if ssid.get_attribute('disabled') == 'true':
202 def set_ssid(self, ssid):
204 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
207 def _set_ssid(self, ssid):
209 self.set_content_of_text_field_by_id(ssid, 'ssid')
210 self._ssid = ssid
    [all...]
asus_ap_configurator.py 162 def set_ssid(self, ssid):
163 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
166 def _set_ssid(self, ssid):
170 self.set_content_of_text_field_by_xpath(ssid, xpath)
171 self._ssid = ssid
belkin_ap_configurator.py 91 self.get_url(page_url, page_title='SSID')
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 # Belkin does not accept special characters for SSID.
132 self.set_content_of_text_field_by_xpath(ssid, xpath, abort_check=False)
133 self._ssid = ssid
237 Returns if AP supports setting the visibility (SSID broadcast).
buffalo_ap_configurator.py 162 def set_ssid(self, ssid):
163 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
166 def _set_ssid(self, ssid):
168 self.set_content_of_text_field_by_xpath(ssid, xpath)
169 self._ssid = ssid
buffalo_wzr_d1800h_ap_configurator.py 150 def set_ssid(self, ssid):
151 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
154 def _set_ssid(self, ssid):
159 self.set_content_of_text_field_by_xpath(ssid, xpath)
161 self._ssid = ssid
291 Returns if AP supports setting the visibility (SSID broadcast).
buffaloag300h_ap_configurator.py 101 def set_ssid(self, ssid):
102 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
105 def _set_ssid(self, ssid):
109 self.set_content_of_text_field_by_xpath(ssid, xpath)
110 self._ssid = ssid
edimax_ap_configurator.py 139 def set_ssid(self, ssid):
140 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 1000)
143 def _set_ssid(self, ssid):
144 self.set_content_of_text_field_by_xpath(ssid, '//input[@name="ssid"]',
146 self._ssid = ssid
151 Returns if AP supports setting the visibility (SSID broadcast).
keeboxw150nr_ap_configurator.py 84 def set_ssid(self, ssid):
85 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 1000)
88 def _set_ssid(self, ssid):
89 self.set_content_of_text_field_by_id(ssid, 'ssid')
90 self._ssid = ssid
levelone_ap_configurator.py 51 self.wait_for_object_by_xpath('//input[@name="ssid"]')
60 self.wait_for_object_by_xpath('//input[@name="ssid"]')
82 def set_ssid(self, ssid):
83 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
86 def _set_ssid(self, ssid):
87 xpath = '//input[@name="ssid"]'
88 self.set_content_of_text_field_by_xpath(ssid, xpath, abort_check=False)
89 self._ssid = ssid
linksys_ap_configurator.py 109 def set_ssid(self, ssid):
110 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
113 def _set_ssid(self, ssid):
115 xpath = ('//input[@maxlength="32" and @name="SSID"]')
116 self.set_content_of_text_field_by_xpath(ssid, xpath)
117 self._ssid = ssid
linksyse_dual_band_configurator.py 38 elif 'Turning off SSID Broadcast' in text:
148 def set_ssid(self, ssid):
149 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
152 def _set_ssid(self, ssid):
156 self.set_content_of_text_field_by_xpath(ssid, xpath)
157 self._ssid = ssid
linksyse_single_band_configurator.py 133 def set_ssid(self, ssid):
134 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
137 def _set_ssid(self, ssid):
139 self.set_content_of_text_field_by_xpath(ssid, xpath, abort_check=False)
143 self._ssid = ssid
medialink_ap_configurator.py 75 self.wait_for_object_by_xpath('//input[@name="ssid"]')
138 def set_ssid(self, ssid):
139 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
142 def _set_ssid(self, ssid):
144 xpath = '//input[@name="ssid"]'
145 self.set_content_of_text_field_by_xpath(ssid, xpath)
146 self._ssid = ssid
netgear_WNDR_dual_band_configurator.py 31 elif '2.4G and 5G have the same SSID' in text:
33 raise RuntimeError('%s. Please change the SSID of one band' % text)
40 elif 'WPS requires SSID broadcasting in order to work' in text:
112 self.wait_for_object_by_xpath('//input[@name="ssid" and @type="text"]')
152 def set_ssid(self, ssid):
153 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 900)
156 def _set_ssid(self, ssid):
157 xpath = '//input[@name="ssid"]'
160 self.set_content_of_text_field_by_xpath(ssid, xpath)
161 self._ssid = ssid
    [all...]
trendnet_ap_configurator.py 137 def set_ssid(self, ssid):
138 self.add_item_to_command_list(self._set_ssid, (ssid,), 1, 100)
141 def _set_ssid(self, ssid):
142 self.set_content_of_text_field_by_id(ssid, 'display_SSID1')
143 self._ssid = ssid
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectivityListener.java 319 // Find the SSID of network.
320 String ssid = null; local
322 ssid = wifiInfo.getSSID();
323 if (ssid != null) {
324 ssid = WifiInfo.removeDoubleQuotes(ssid);
327 if (!TextUtils.equals(mConnectivityStatus.mWifiSsid, ssid)) {
329 mConnectivityStatus.mWifiSsid = ssid;
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 32 const struct wpa_ssid *ssid; member in struct:bgscan_learn_data
281 params.ssids[0].ssid = data->ssid->ssid;
282 params.ssids[0].ssid_len = data->ssid->ssid_len;
283 if (data->ssid->scan_freq)
284 params.freqs = data->ssid->scan_freq;
385 const struct wpa_ssid *ssid)
394 data->ssid = ssid;
    [all...]
ctrl_iface.c 104 struct wpa_ssid_value *ssid = NULL, *ns; local
110 * SSID_SPEC ::= ssid <SSID_HEX>
123 os_free(ssid);
132 os_free(ssid);
139 } else if (os_strncmp(pos, "ssid ", 5) == 0) {
150 ns = os_realloc_array(ssid, ssid_count + 1,
153 os_free(ssid);
157 ssid = ns;
161 hexstr2bin(pos, ssid[ssid_count].ssid,
560 struct wpa_ssid *ssid = wpa_s->current_ssid; local
1737 struct wpa_ssid *ssid; local
1788 struct wpa_ssid *ssid = wpa_s->current_ssid; local
2061 struct wpa_ssid *ssid = wpa_s->current_ssid; local
2081 struct wpa_ssid *ssid; local
2214 struct wpa_ssid *ssid; local
2650 struct wpa_ssid *ssid; local
2771 struct wpa_ssid *ssid; local
2817 struct wpa_ssid *ssid; local
2856 struct wpa_ssid *ssid; local
2888 struct wpa_ssid *ssid; local
2913 struct wpa_ssid *ssid; local
3046 struct wpa_ssid *ssid; local
3097 struct wpa_ssid *ssid; local
3249 struct wpa_ssid *ssid; local
5004 struct wpa_ssid *ssid; local
5156 struct wpa_ssid *ssid = wpa_s->current_ssid; local
5645 struct wpa_ssid *ssid; local
5749 struct wpa_ssid *ssid; local
5816 struct wpa_ssid *ssid; local
7396 struct wpa_ssid_value *ssid = NULL, *ns; local
8225 struct wpa_ssid ssid; local
    [all...]

Completed in 770 milliseconds

1 2 3 4 5 6 78 91011>>