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

1 2 3 4 5 6 78 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py 51 # Convert the byte-array for SSID and BSSID to printable strings
58 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'SSID',
60 ssid = byte_array_to_string(val)
83 print " %s :: ssid='%s' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq)
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 105 params.ssids[0].ssid = (u8 *) buf;
201 params.ssid = assoc->ssid;
245 u8 ssid[sizeof(int) + 32]; local
254 res = iface->driver->get_ssid(iface->drv_priv, &ssid[sizeof(int)]);
257 os_memcpy(ssid, &res, sizeof(int));
259 sendto(iface->fd, ssid, sizeof(ssid), 0, (struct sockaddr *) from,
eapol_test.c 464 struct wpa_ssid *ssid)
499 wpa_s->current_ssid = ssid;
504 eapol_conf.workaround = ssid->eap_workaround;
505 eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &eapol_conf);
1241 if (wpa_s.conf->ssid == NULL) {
    [all...]
driver_i.h 109 static inline int wpa_drv_get_ssid(struct wpa_supplicant *wpa_s, u8 *ssid)
112 return wpa_s->driver->get_ssid(wpa_s->drv_priv, ssid);
635 const u8 *ssid, size_t ssid_len,
642 ssid, ssid_len, go_dev_addr,
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211_nl.c 228 wpa_printf(MSG_DEBUG, "%s rssi %d\n", drv->ssid, rssi);
229 ret = os_snprintf(buf, buf_len, "%s rssi %d\n", drv->ssid, rssi);
driver_mac80211.c 760 * Unlock the driver's BSSID and force to a random SSID to clear any
874 u8 ssid[32]; member in struct:wext_scan_data
903 os_memcpy(res->ssid, custom, ssid_len);
1450 u8 ssid[32]; local
2008 u8 ssid[MAX_SSID_LEN]; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 488 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface;
489 int vlan_naming = hapd->conf->ssid.vlan_naming;
544 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface;
545 int vlan_naming = hapd->conf->ssid.vlan_naming;
710 vlan_set_name_type(hapd->conf->ssid.vlan_naming ==
sta_info.c 507 sta->ssid = &hapd->conf->ssid;
671 if (sta->ssid->vlan[0])
672 iface = sta->ssid->vlan;
674 if (sta->ssid->dynamic_vlan == DYNAMIC_VLAN_DISABLED)
706 if (vlan_setup_encryption_dyn(hapd, sta->ssid, iface) != 0) {
733 if (vlan_setup_encryption_dyn(hapd, sta->ssid, iface) != 0) {
ieee802_11_auth.c 495 hapd->conf->ssid.ssid,
496 hapd->conf->ssid.ssid_len, 4096,
ieee802_11.h 22 void ieee802_11_print_ssid(char *buf, const u8 *ssid, u8 len);
sta_info.h 94 struct hostapd_ssid *ssid; /* SSID selection based on (Re)AssocReq */ member in struct:sta_info
95 struct hostapd_ssid *ssid_probe; /* SSID selection based on ProbeReq */
wpa_auth_glue.c 53 wconf->ssid_len = conf->ssid.ssid_len;
56 os_memcpy(wconf->ssid, conf->ssid.ssid, wconf->ssid_len);
  /external/wpa_supplicant_8/src/p2p/
p2p.h 85 * ssid - SSID of the group
87 u8 ssid[32]; member in struct:p2p_go_neg_results
90 * ssid_len - Length of SSID in octets
350 * ssid_postfix - Postfix data to add to the SSID
352 * This data will be added to the end of the SSID after the
672 * @ssid: SSID from P2P Group ID
673 * @ssid_len: Length of ssid buffer in octets
698 const u8 *go_dev_addr, const u8 *ssid,
1299 u8 ssid[32]; member in struct:p2p_group_config
    [all...]
p2p_i.h 287 * ssid - Selected SSID for GO Negotiation (if local end will be GO)
289 u8 ssid[32]; member in struct:p2p_data
292 * ssid_len - ssid length in octets
297 * ssid_set - Whether SSID is already set for GO Negotiation
537 /* SSID IE */
538 const u8 *ssid; member in struct:p2p_message
622 const u8 *ssid, size_t ssid_len);
715 void p2p_build_ssid(struct p2p_data *p2p, u8 *ssid, size_t *ssid_len);
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 124 * wpa_driver_wext_get_ssid - Get SSID, SIOCGIWESSID
126 * @ssid: Buffer for the SSID; must be at least 32 bytes long
127 * Returns: SSID length on success, -1 on failure
129 int wpa_driver_wext_get_ssid(void *priv, u8 *ssid)
137 iwr.u.essid.pointer = (caddr_t) ssid;
147 /* Some drivers include nul termination in the SSID, so let's
151 if (ret > 0 && ssid[ret - 1] == '\0' &&
161 * wpa_driver_wext_set_ssid - Set SSID, SIOCSIWESSID
163 * @ssid: SSI
1026 const u8 *ssid = params->ssids[0].ssid; local
1129 u8 ssid[32]; member in struct:wext_scan_data
1875 u8 ssid[32]; local
    [all...]
driver_test.c 56 u8 ssid[32]; member in struct:test_driver_bss
566 /* reply: SCANRESP BSSID SSID IEs */
573 bss->ssid, bss->ssid_len);
600 u8 ie[256], ssid[32]; local
605 /* data: STA-addr SSID(hex) IEs(hex) */
624 if (hexstr2bin(pos, ssid, ssid_len) < 0) {
625 wpa_printf(MSG_DEBUG, "%s: Invalid SSID", __func__);
629 wpa_hexdump_ascii(MSG_DEBUG, "test_driver_assoc: SSID",
630 ssid, ssid_len);
643 os_memcmp(tmp->ssid, ssid, ssid_len) == 0)
    [all...]
driver_ndis.c 87 UCHAR Ssid[NDIS_802_11_LENGTH_SSID];
161 NDIS_802_11_SSID Ssid;
661 static int wpa_driver_ndis_get_ssid(void *priv, u8 *ssid)
669 wpa_printf(MSG_DEBUG, "NDIS: Failed to get SSID");
677 os_memcpy(ssid, buf.Ssid, buf.SsidLength);
683 const u8 *ssid, size_t ssid_len)
689 os_memcpy(buf.Ssid, ssid, ssid_len);
692 * force SSID to be changed to a random one in order to enable radio a
712 char ssid[32]; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c 386 struct wpa_ssid *ssid)
420 wpa_s->current_ssid = ssid;
425 eapol_conf.workaround = ssid->eap_workaround;
426 eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &eapol_conf);
1150 if (wpa_s.conf->ssid == NULL) {
1169 if (wpa_supplicant_scard_init(&wpa_s, wpa_s.conf->ssid))
1172 if (test_eapol(&eapol_test, &wpa_s, wpa_s.conf->ssid))
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 137 String ssid = ""; // equals() and hashCode() need these to be non-null field in class:SettingsBackupAgent.Network
164 // remember the ssid and key_mgmt lines for duplicate culling
165 if (line.startsWith("ssid")) {
166 ssid = line;
199 return ssid.equals(other.ssid) && key_mgmt.equals(other.key_mgmt);
205 result = 31 * result + ssid.hashCode();
229 Log.v(TAG, "Adding " + net.ssid + " / " + net.key_mgmt);
235 Log.v(TAG, "Dupe; skipped " + net.ssid + " / " + net.key_mgmt);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 188 * allocating EMPTY 32 bytes for the SSID IE, to reserve space for different SSIDs the FW will set
212 pSsid - Desired SSID
266 /* SSID */
464 /* SSID IE */
466 if ( pPrimarySite->ssid.len > MAX_SSID_LEN )
469 "buildProbeRspTemplate. pPrimarySite->ssid.len=%d exceeds the limit %d\n",
470 pPrimarySite->ssid.len, MAX_SSID_LEN);
475 ((dot11_SSID_t *)(pBuf))->hdr[1] = pPrimarySite->ssid.len;
476 os_memoryCopy(pSiteMgr->hOs, pBuf + sizeof(dot11_eleHdr_t), (void *)pPrimarySite->ssid.str, pPrimarySite->ssid.len)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.c 93 UCHAR Ssid[NDIS_802_11_LENGTH_SSID];
167 NDIS_802_11_SSID Ssid;
626 static int wpa_driver_ndis_get_ssid(void *priv, u8 *ssid)
634 wpa_printf(MSG_DEBUG, "NDIS: Failed to get SSID");
642 os_memcpy(ssid, buf.Ssid, buf.SsidLength);
648 const u8 *ssid, size_t ssid_len)
654 os_memcpy(buf.Ssid, ssid, ssid_len);
657 * force SSID to be changed to a random one in order to enable radio a
677 char ssid[32]; local
    [all...]
driver_ps3.c 151 ret = wpa_driver_wext_set_ssid(drv, params->ssid, params->ssid_len);
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 430 std::string ssid, security, password, identity, certpath; local
431 if (!args->GetString("ssid", &ssid) ||
459 new SSIDConnectObserver(this, reply_message, ssid);
461 network_library->ConnectToWifiNetwork(connection_security, ssid, password,
  /external/chromium/chrome/browser/chromeos/status/
network_menu.h 61 const std::string& ssid,
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_common.c 164 elems->ssid = pos;

Completed in 990 milliseconds

1 2 3 4 5 6 78 91011>>