HomeSort by relevance Sort by last modified time
    Searched defs:ssid (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /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...]
  /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
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 43 int max_number_epno_networks_by_ssid; // max number of epno entries if ssid is specified,
81 char ssid[32+1]; // null terminated member in struct:__anon31008
249 /* SSID Hotlist */
258 char ssid[32+1]; // SSID member in struct:__anon31019
267 ssid_threshold_param ssid[MAX_HOTLIST_SSID]; // hotlist SSIDs member in struct:__anon31020
320 // Therefore, it is acceptable for firmware to store a crc24, crc32 or other short hash of the SSID,
360 // If required then the firmware must store the network's SSID and not just a hash
362 // If this SSID should be considered the same network as the currently connected one for scoring
371 char ssid[32+1]; // null terminate member in struct:__anon31025
    [all...]
link_layer_stats.h 44 #define WIFI_CAPABILITY_SSID_UTF8 0x00000010 // set is 802.11 Extended Capabilities element UTF-8 SSID bit is set
53 u8 ssid[33]; // null terminated SSID member in struct:__anon31033
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
WifiSetupActivity.java 238 String ssid = formPage.getDataSummary(); local
239 WifiConfigHelper.setConfigSsid(mConfiguration, ssid);
442 if (TextUtils.isEmpty(result.SSID)) {
447 new Pair<>(result.SSID, WifiSecurity.getSecurity(result));
489 || !scanResult.SSID.equals(mConfiguration.getPrintableSsid()))) {
493 mConfiguration = WifiConfigHelper.getConfiguration(this, scanResult.SSID,
  /system/connectivity/shill/wifi/
wifi_service_unittest.cc 121 WiFiEndpoint* MakeEndpoint(const string& ssid, const string& bssid,
125 nullptr, wifi(), ssid, bssid, WPASupplicant::kNetworkModeInfrastructure,
128 WiFiEndpoint* MakeOpenEndpoint(const string& ssid, const string& bssid,
131 nullptr, wifi(), ssid, bssid, WPASupplicant::kNetworkModeInfrastructure,
135 const string& ssid,
140 nullptr, wifi, ssid, bssid, WPASupplicant::kNetworkModeInfrastructure,
226 MATCHER_P3(ContainsWiFiProperties, ssid, mode, security, "") {
227 string hex_ssid = base::HexEncode(ssid.data(), ssid.size());
288 ContainsWiFiProperties(wifi_service->ssid(),
465 vector<uint8_t> ssid; local
    [all...]
  /external/libweave/src/privet/
privet_handler.cc 70 const char kInfoWifiSsidKey[] = "ssid";
97 const char kSetupStartSsidKey[] = "ssid";
757 std::string ssid; local
770 wifi->GetString(kSetupStartSsidKey, &ssid);
771 if (ssid.empty()) {
801 if (!ssid.empty() && !wifi_->ConfigureCredentials(ssid, passphrase, &error))
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 279 if (j.has("SSID")) {
280 config.SSID = "\"" + j.getString("SSID") + "\"";
281 } else if (j.has("ssid")) {
282 config.SSID = "\"" + j.getString("ssid") + "\"";
332 if (j.has("SSID")) {
333 config.SSID = j.getString("SSID");
405 if (result.BSSID.equals(id) || result.SSID.equals(id))
783 String ssid = config.SSID; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 493 char *ssid, *auth, *encr = NULL, *key = NULL; local
495 ssid = txt;
513 return hostapd_wps_config_ap(hapd, ssid, auth, encr, key);
1174 "ssid=%s\n",
1176 wpa_ssid_txt(hapd->conf->ssid.ssid,
1177 hapd->conf->ssid.ssid_len));
1192 hapd->conf->ssid.wpa_passphrase) {
1194 hapd->conf->ssid.wpa_passphrase);
1201 hapd->conf->ssid.wpa_psk &
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 766 xml_node_t *ssid; local
769 ssid = get_node(ctx->xml, spe, "SSID");
770 if (ssid == NULL)
772 txt = xml_node_get_text(ctx->xml, ssid);
775 wpa_printf(MSG_DEBUG, "- Policy/SPExclusionList/<X+>/SSID = %s", txt);
1094 char *ssid, *hessid; local
1096 ssid_node = get_node(ctx->xml, node, "SSID");
1098 wpa_printf(MSG_INFO, "Ignore HomeSP/NetworkID without mandatory SSID node");
1104 ssid = xml_node_get_text(ctx->xml, ssid_node)
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 107 * ssid - SSID of the group
109 u8 ssid[SSID_MAX_LEN]; member in struct:p2p_go_neg_results
112 * ssid_len - Length of SSID in octets
553 * ssid_postfix - Postfix data to add to the SSID
555 * This data will be added to the end of the SSID after the
900 * @ssid: SSID from P2P Group ID
901 * @ssid_len: Length of ssid buffer in octets
929 const u8 *go_dev_addr, const u8 *ssid,
1706 u8 ssid[SSID_MAX_LEN]; member in struct:p2p_group_config
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 35 * @ssid: SSID
36 * @ssid_len: Length of SSID
48 u8 ssid[SSID_MAX_LEN]; member in struct:wps_credential
621 * ssid - SSID
623 * This SSID is used by the Registrar to fill in information for
627 u8 ssid[SSID_MAX_LEN]; member in struct:wps_context
630 * ssid_len - Length of ssid in octets
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 40 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid,
46 char * (*writer)(const struct parse_data *data, struct wpa_ssid *ssid);
63 struct wpa_ssid *ssid,
110 dst = (char **) (((u8 *) ssid) + (long) data->param1);
111 dst_len = (size_t *) (((u8 *) ssid) + (long) data->param2);
179 struct wpa_ssid *ssid)
184 src = (char **) (((u8 *) ssid) + (long) data->param1);
189 len = *((size_t *) (((u8 *) ssid) + (long) data->param2));
199 struct wpa_ssid *ssid,
205 dst = (int *) (((u8 *) ssid) + (long) data->param1)
2138 struct wpa_ssid *ssid; local
2302 struct wpa_ssid *ssid, *prev = NULL; local
2379 struct wpa_ssid *ssid, *next; local
2398 struct wpa_ssid *ssid; local
2419 struct wpa_ssid *ssid, *last = NULL; local
2455 struct wpa_ssid *ssid, *prev = NULL; local
3665 struct wpa_ssid *ssid; local
    [all...]
config.h 252 u8 ssid[SSID_MAX_LEN]; member in struct:wpa_cred::excluded_ssid
348 * ssid - Head of the global network list
352 struct wpa_ssid *ssid; member in struct:wpa_config
405 * 2: like 0, but associate with APs using security policy and SSID
415 * with nl80211. For finding networks using hidden SSID, scan_ssid=1 in
425 * ssid block documentation.
815 * filter_ssids - SSID-based scan result filtering
    [all...]
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...]
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/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 171 * @ssid: wpa_ssid structure for a configured network
180 struct wpa_ssid *ssid,
255 if (wpa_config_set(ssid, entry.key, value, 0) < 0)
260 wpa_sm_pmksa_cache_flush(wpa_s->wpa, ssid);
262 if (wpa_s->current_ssid == ssid ||
272 value[0] == '"' && ssid->ssid_len) ||
273 (os_strcmp(entry.key, "ssid") == 0 && ssid->passphrase))
274 wpa_config_update_psk(ssid);
1002 u8 *ssid; local
1503 struct wpa_ssid *ssid = NULL; local
1668 struct wpa_ssid *ssid; local
1782 struct wpa_ssid *ssid; local
1836 struct wpa_ssid *ssid; local
3333 struct wpa_ssid *ssid; local
4158 struct wpa_ssid *ssid; local
4253 struct wpa_ssid *ssid = net->ssid; local
    [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...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 517 * If required then the firmware must store the network's SSID and not just a hash
521 * If this SSID should be considered the same network as the currently connected
537 /** SSID of the network */
538 public String ssid; field in class:WifiScanner.PnoSettings.PnoNetwork
551 public PnoNetwork(String ssid) {
552 this.ssid = ssid;
598 dest.writeString(networkList[i].ssid);
625 String ssid = in.readString();
626 PnoNetwork network = new PnoNetwork(ssid);
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 195 //empty SSID or SSID start with \0
208 ALOGV("setting SSID to %s", result->ssid);
210 if (!setSSIDField(helper, scanResult, result->ssid)) {
211 ALOGE("Error on set SSID");
731 ALOGD("Found AP %32s", results[i].ssid);
761 ALOGD("Lost AP %32s", results[i].ssid);
869 // helper.setStringField(scanResult, "SSID", results[i].ssid);
2210 const char *ssid = chars.c_str(); local
    [all...]
  /hardware/qcom/gps/core/
gps_extended_c.h 131 /** SSID length */
181 char ssid[SSID_BUF_SIZE]; member in struct:__anon33098
  /hardware/qcom/gps/msm8084/core/
gps_extended_c.h 106 /** SSID length */
166 char ssid[SSID_BUF_SIZE]; member in struct:__anon33184
  /hardware/qcom/gps/msm8909/core/
gps_extended_c.h 110 /** SSID length */
152 char ssid[SSID_BUF_SIZE]; member in struct:__anon33276
  /hardware/qcom/gps/msm8960/core/
gps_extended_c.h 90 /** SSID length */
142 char ssid[SSID_BUF_SIZE]; member in struct:__anon33333
  /hardware/qcom/gps/msm8994/core/
gps_extended_c.h 131 /** SSID length */
181 char ssid[SSID_BUF_SIZE]; member in struct:__anon33361

Completed in 1993 milliseconds

1 2 3 45 6