/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowScanResult.java | 14 public static ScanResult newInstance(String SSID, String BSSID, String caps, int level, int frequency) { 16 scanResult.SSID = SSID; 27 .append("SSID: ").append(valueOrNone(realObject.SSID))
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_passphrase.sgml | 10 <refpurpose>Generate a WPA PSK from an ASCII passphrase for a SSID</refpurpose> 15 <arg><replaceable>ssid</replaceable></arg> 26 and SSID are used to generate a 256-bit PSK.</para> 33 <term>ssid</term> 35 <para>The SSID whose passphrase should be derived.</para>
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_winreg.c | 25 ssid="example" 289 struct wpa_ssid *ssid; local 300 ssid = os_zalloc(sizeof(*ssid)); 301 if (ssid == NULL) { 305 dl_list_init(&ssid->psk_list); 306 ssid->id = id; 308 wpa_config_set_network_defaults(ssid); 338 if (wpa_config_set(ssid, (char *) name, (char *) data, 0) < 0) 344 if (ssid->passphrase) 375 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; local 981 struct wpa_ssid *ssid; local [all...] |
ap.c | 46 struct wpa_ssid *ssid, 55 conf->hw_mode = ieee80211_freq_to_chan(ssid->frequency, 59 ssid->frequency); 84 if (ssid->disable_ht) { 97 ssid->ht40) 123 (ssid->mode == WPAS_MODE_P2P_GO || 124 ssid->mode == WPAS_MODE_P2P_GROUP_FORMATION)) { 154 if (ssid->ssid_len == 0) { 155 wpa_printf(MSG_ERROR, "No SSID configured for AP mode"); 158 os_memcpy(bss->ssid.ssid, ssid->ssid, ssid->ssid_len) 1003 struct wpa_ssid *ssid = wpa_s->current_ssid; local [all...] |
wpa_supplicant.c | 113 int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) 118 if (ssid->wep_key_len[i] == 0) 123 i, i == ssid->wep_tx_keyidx, NULL, 0, 124 ssid->wep_key[i], ssid->wep_key_len[i]); 132 struct wpa_ssid *ssid) 142 if (ssid->mode != WPAS_MODE_IBSS) { 144 "IBSS/ad-hoc) for WPA-None", ssid->mode); 148 if (!ssid->psk_set) { 156 os_memcpy(key, ssid->psk, 16) 258 struct wpa_ssid *ssid = wpa_s->current_ssid; local 396 struct wpa_ssid *ssid; local 664 struct wpa_ssid *ssid = wpa_s->current_ssid; local 2108 u8 ssid[MAX_SSID_LEN]; local 3152 struct wpa_ssid *ssid; local 3819 struct wpa_ssid *ssid = wpa_s->current_ssid; local [all...] |
config_file.c | 123 static int wpa_config_validate_network(struct wpa_ssid *ssid, int line) 127 if (ssid->passphrase) { 128 if (ssid->psk_set) { 133 wpa_config_update_psk(ssid); 136 if ((ssid->group_cipher & WPA_CIPHER_CCMP) && 137 !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) && 138 !(ssid->pairwise_cipher & WPA_CIPHER_NONE)) { 143 ssid->group_cipher &= ~WPA_CIPHER_CCMP; 152 struct wpa_ssid *ssid; local 158 ssid = os_zalloc(sizeof(*ssid)) 354 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; local 1064 struct wpa_ssid *ssid; local [all...] |
notify.c | 93 "id=%d state=%d BSSID=" MACSTR " SSID=%s", 97 wpa_s->current_ssid && wpa_s->current_ssid->ssid ? 98 wpa_ssid_txt(wpa_s->current_ssid->ssid, 135 struct wpa_ssid *ssid) 137 wpas_dbus_signal_network_enabled_changed(wpa_s, ssid); 142 struct wpa_ssid *ssid) 144 wpas_dbus_signal_network_selected(wpa_s, ssid->id); 149 struct wpa_ssid *ssid, 153 wpas_dbus_signal_network_request(wpa_s, ssid, rtype, default_txt); 221 struct wpa_ssid *ssid) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ScanResultTest.java | 18 ScanResult scanResult = ShadowScanResult.newInstance("SSID", "BSSID", "Caps", 11, 42); 19 assertThat(scanResult.SSID, equalTo("SSID"));
|
/external/libselinux/src/ |
avc.c | 19 security_id_t ssid; member in struct:avc_entry 40 int (*callback) (uint32_t event, security_id_t ssid, 45 security_id_t ssid; member in struct:avc_callback_node 62 static inline int avc_hash(security_id_t ssid, 65 return ((uintptr_t) ssid ^ ((uintptr_t) tsid << 2) ^ tclass) 290 ae->ssid = ae->tsid = ae->create_sid = NULL; 297 static inline struct avc_node *avc_claim_node(security_id_t ssid, 317 hvalue = avc_hash(ssid, tsid, tclass); 320 new->ae.ssid = ssid; [all...] |
/external/chromium_org/chromeos/test/data/network/ |
toplevel_wifi_wep_proxy.onc | 9 "SSID": "ssid",
|
decrypted.onc | 14 "SSID": "WirelessNetwork",
|
shill_wifi_clientcert.json | 7 "SSID": "SomeWifi-XY",
|
shill_wifi_clientref.json | 7 "SSID": "SomeWifi-XY",
|
shill_wifi_psk.json | 6 "SSID": "OpenWrt",
|
shill_wifi_with_state.json | 7 "SSID": "OpenWrt",
|
translation_of_shill_wifi_with_state.onc | 10 "SSID": "OpenWrt",
|
/external/chromium_org/chromeos/network/ |
network_state_unittest.cc | 81 std::string wifi_setname = "SSID TEST"; 82 std::string wifi_setname_result = "SSID TEST"; 88 std::string wifi_setname = "SSID TEST\x00xxx"; 89 std::string wifi_setname_result = "SSID TEST"; 94 // UTF8 SSID 104 std::string wifi_setname2 = "SSID TEST \x01\xff!"; 105 std::string wifi_setname2_result = "SSID TEST \xEF\xBF\xBD\xEF\xBF\xBD!"; 111 // latin1 SSID -> UTF8 SSID (Hex) 122 // Hex SSID [all...] |
/external/chromium_org/chromeos/test/data/network/policy/ |
policy_wifi1_with_redundant_fields.onc | 10 "SSID": "wifi1",
|
shill_managed_wifi1.json | 9 "SSID": "wifi1",
|
/external/wpa_supplicant_8/src/drivers/ |
android_drv.h | 31 /* SSID header size is SSID section type above + SSID length */ 53 /* PNO Max command size is total of header, version, ssid and other sections +
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
ieee8021x.conf | 6 ssid="example 802.1x network"
|
wpa2-eap-ccmp.conf | 6 ssid="example wpa2-eap network"
|
/external/wpa_supplicant_8/src/crypto/ |
sha1-pbkdf2.c | 14 static int pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, 25 addr[0] = ssid; 61 * @ssid: SSID 62 * @ssid_len: SSID length in bytes 72 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, 82 if (pbkdf2_sha1_f(passphrase, ssid, ssid_len, iterations,
|
/external/chromium_org/chrome/test/functional/ |
chromeos_wifi_compliance.py | 29 wifi_visible = self.WaitUntilWifiNetworkAvailable(router['ssid'], 36 (router['ssid'], 43 'Reason: %s.' % (router['ssid'], error)) 46 ssid = self.GetConnectedWifi() 47 self.assertEqual(ssid, router['ssid'], 48 'Did not successfully connect to wifi network %s.' % ssid) 67 The LinksysE3000 supports broadcasting of up to 2 SSID's. 100 The LinksysE3000 supports broadcasting of up to 4 SSID's.
|
/external/wpa_supplicant_8/src/ap/ |
ap_config.c | 196 struct hostapd_ssid *ssid) 262 pbkdf2_sha1(pos, ssid->ssid, ssid->ssid_len, 274 psk->next = ssid->wpa_psk; 275 ssid->wpa_psk = psk; 284 static int hostapd_derive_psk(struct hostapd_ssid *ssid) 286 ssid->wpa_psk = os_zalloc(sizeof(struct hostapd_wpa_psk)); 287 if (ssid->wpa_psk == NULL) { 291 wpa_hexdump_ascii(MSG_DEBUG, "SSID", 307 struct hostapd_ssid *ssid = &conf->ssid; local [all...] |