/external/wpa_supplicant_8/src/p2p/ |
p2p_i.h | 294 * ssid - Selected SSID for GO Negotiation (if local end will be GO) 296 u8 ssid[32]; member in struct:p2p_data 299 * ssid_len - ssid length in octets 304 * ssid_set - Whether SSID is already set for GO Negotiation 543 /* SSID IE */ 544 const u8 *ssid; member in struct:p2p_message 630 const u8 *ssid, size_t ssid_len); 724 void p2p_build_ssid(struct p2p_data *p2p, u8 *ssid, size_t *ssid_len);
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_linux.cc | 238 GetAccessPointProperty(access_point_proxy, "Ssid")); 256 std::string ssid(ssid_bytes, ssid_bytes + ssid_length); 257 access_point_data.ssid = UTF8ToUTF16(ssid); 318 << "SSID: " << access_point_data.ssid << ", "
|
wifi_data_provider_chromeos.cc | 160 ap_data.ssid = UTF8ToUTF16(i->ssid);
|
wifi_data_provider_mac.cc | 133 // signal-to-noise and SSID 145 &access_point_data.ssid)) { 146 access_point_data.ssid.clear();
|
/external/dhcpcd/ |
if-bsd.c | 43 /* FIXME: Add apple includes so we can work out SSID */ 115 getifssid(const char *ifname, char *ssid) 133 memcpy(ssid, nwid.i_nwid, nwid.i_len); 134 ssid[nwid.i_len] = '\0'; 145 memcpy(ssid, nwid, ireq.i_len); 146 ssid[ireq.i_len] = '\0';
|
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 779 os_memcpy(bss->ssid.vlan, bss->iface, IFNAMSIZ + 1); 1113 if (bss->ssid.wep.keys_set) { 1133 bss->ssid.wpa_psk == NULL && bss->ssid.wpa_passphrase == NULL && 1134 bss->ssid.wpa_psk_file == NULL && 1178 bss->ssid.security_policy == SECURITY_STATIC_WEP) { 1201 if (bss->wps_state && bss->ssid.wep.keys_set && bss->wpa == 0) { [all...] |
/external/chromium_org/chromeos/network/ |
network_util.h | 40 std::string ssid; // The ssid of the WiFi node if available. member in struct:chromeos::WifiAccessPoint
|
/external/wpa_supplicant_8/src/drivers/ |
driver_privsep.c | 103 const u8 *ssid = params->ssids[0].ssid; local 106 return wpa_priv_cmd(drv, PRIVSEP_CMD_SCAN, ssid, ssid_len, 242 os_memcpy(data->ssid, params->ssid, params->ssid_len); 276 static int wpa_driver_privsep_get_ssid(void *priv, u8 *ssid) 288 wpa_printf(MSG_DEBUG, "privsep: Invalid get SSID reply"); 291 os_memcpy(ssid, &reply[sizeof(int)], ssid_len);
|
/external/wpa_supplicant_8/src/utils/ |
common.c | 477 * wpa_ssid_txt - Convert SSID to a printable string 478 * @ssid: SSID (32-octet string) 479 * @ssid_len: Length of ssid in octets 484 * does not limit the used character set, so anything could be used in an SSID. 490 const char * wpa_ssid_txt(const u8 *ssid, size_t ssid_len) 494 if (ssid == NULL) { 499 printf_encode(ssid_txt, sizeof(ssid_txt), ssid, ssid_len);
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerTestBase.java | 90 public String mPowerSsid = "opennet"; //Default power SSID 548 * Associate the device to given SSID 554 config.SSID = knownSSID; 560 * Connect to Wi-Fi with the given configuration. Note the SSID in the configuration 566 String ssid = config.SSID; local 567 config.SSID = convertToQuotedString(ssid);
|
/packages/apps/Settings/src/com/android/settings/net/ |
DataUsageMeteredSettings.java | 85 if (config.SSID != null) { 104 final String networkId = config.SSID;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README | 501 for each used SSID. wpa_supplicant will automatically select the best 517 ssid="home" 525 ssid="work" 545 ssid="example" 563 ssid="example" 581 ssid="1x-test" 596 selected SSID. This is mostly for testing and is not recommended for normal 602 ssid="example" 722 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar 727 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID fooba [all...] |
ap.h | 14 struct wpa_ssid *ssid);
|
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.h | 32 int hostapd_wps_config_ap(struct hostapd_data *hapd, const char *ssid,
|
sta_info.h | 95 struct hostapd_ssid *ssid; /* SSID selection based on (Re)AssocReq */ member in struct:sta_info 96 struct hostapd_ssid *ssid_probe; /* SSID selection based on ProbeReq */
|
/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.h | 14 const u8 *ssid; member in struct:ieee802_11_elems
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.h | 66 void add_persistent(int id, const char *ssid, const char *bssid);
|
/hardware/ti/wlan/lib/ |
scanmerge.h | 35 u8 ssid[MAX_SSID_LEN]; member in struct:__anon34822
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ax25.h | 46 char ax25_call[7]; /* 6 call + SSID (shifted ascii!) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ax25.h | 46 char ax25_call[7]; /* 6 call + SSID (shifted ascii!) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ax25.h | 46 char ax25_call[7]; /* 6 call + SSID (shifted ascii!) */
|
/external/chromium/chrome/browser/automation/ |
automation_provider_observers_chromeos.cc | 135 // This could be because the SSID is invalid, or the network went away. 172 const std::string& ssid) 173 : NetworkConnectObserver(automation, reply_message), ssid_(ssid) {}
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiApConfigStore.java | 153 config.SSID = in.readUTF(); 182 out.writeUTF(config.SSID); 205 config.SSID = mContext.getString(R.string.wifi_tether_configure_ssid_default);
|
/packages/apps/Settings/res/layout/ |
wifi_status_test.xml | 62 <!--SSID Value--> 65 <TextView android:id="@+id/ssid" style="@style/info_value" /> 69 <!--Hidden SSID Value-->
|
/external/tcpdump/ |
print-802_11.c | 55 fn_print(p.ssid.ssid, NULL); \ 177 memcpy(&pbody->ssid, p + offset, 2); 179 if (pbody->ssid.length != 0) { 180 if (pbody->ssid.length > 181 sizeof(pbody->ssid.ssid) - 1) 183 if (!TTEST2(*(p + offset), pbody->ssid.length)) 185 memcpy(&pbody->ssid.ssid, p + offset [all...] |