/external/wpa_supplicant/ |
wpa_supplicant.conf.orig | 98 # 2: like 0, but associate with APs using security policy and SSID (but not 147 # Each network (usually AP's sharing the same SSID) is configured as a separate 162 # ssid: SSID (mandatory); either as an ASCII string with double quotation or 166 # 0 = do not scan this SSID with specific Probe Request frames (default) 167 # 1 = scan with SSID-specific Probe Request frames (this can be used to 168 # find APs that do not accept broadcast SSID or use multiple SSIDs; 199 # an IBSS network with the configured SSID is already present, the frequency of 240 # generated using the passphrase and SSID). ASCII passphrase must be between 246 # only when the passphrase or SSID has actually changed [all...] |
driver.h | 37 * @ssid: SSID 38 * @ssid_len: length of the ssid 56 u8 ssid[32]; member in struct:wpa_scan_result 82 * ssid - The selected SSID 84 const u8 *ssid; member in struct:wpa_driver_associate_params 259 * get_ssid - Get the current SSID 261 * @ssid: buffer for SSID (at least 32 bytes [all...] |
config.h | 64 * ssid - Head of the global network list 68 struct wpa_ssid *ssid; member in struct:wpa_config 114 * 2: like 0, but associate with APs using security policy and SSID 278 void wpa_config_free(struct wpa_config *ssid); 279 void wpa_config_free_ssid(struct wpa_ssid *ssid); 283 void wpa_config_set_network_defaults(struct wpa_ssid *ssid); 284 int wpa_config_set(struct wpa_ssid *ssid, const char *var, const char *value, 286 char * wpa_config_get(struct wpa_ssid *ssid, const char *var); 287 char * wpa_config_get_no_key(struct wpa_ssid *ssid, const char *var); 288 void wpa_config_update_psk(struct wpa_ssid *ssid); [all...] |
pmksa_cache.c | 149 * @ssid: The network configuration for which this PMK is being added 159 const u8 *aa, const u8 *spa, struct wpa_ssid *ssid) 179 entry->ssid = ssid; 314 entry->ssid = NULL; 328 aa, pmksa->sm->own_addr, old_entry->ssid); 343 * @ssid: Pointer to the current network configuration 348 * new AP is sharing the same PMK as another AP that has the same SSID and has 353 struct wpa_ssid *ssid, const u8 *aa) 357 if (ssid == NULL [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 167 struct wpa_ssid *ssid = wpa_s->current_ssid; local 177 if (rsn_preauth_init(wpa_s->wpa, bssid, ssid ? &ssid->eap : NULL)) 708 struct wpa_ssid *ssid; local 725 ssid = wpa_config_get_network(wpa_s->conf, id); 726 if (ssid == NULL) { 727 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Could not find SSID id=%d " 731 eap = &ssid->eap; 738 if (ssid == wpa_s->current_ssid) 745 if (ssid == wpa_s->current_ssid 810 struct wpa_ssid *ssid = wpa_s->current_ssid; local 935 struct wpa_ssid *ssid; local 1059 struct wpa_ssid *ssid; local 1396 struct wpa_ssid *ssid; local 1429 struct wpa_ssid *ssid; local 1461 struct wpa_ssid *ssid; local 1493 struct wpa_ssid *ssid; local 1518 struct wpa_ssid *ssid; local 1572 struct wpa_ssid *ssid; local 1629 struct wpa_ssid *ssid; local 2209 struct wpa_ssid *ssid = wpa_s->current_ssid; local 2377 struct wpa_ssid *ssid = wpa_s->current_ssid; local 2683 struct wpa_ssid *ssid; local 2751 struct wpa_ssid *ssid; local [all...] |
config_ssid.h | 39 * the network list, struct wpa_config::ssid. Each network block in the 47 * this list is stored in the ssid field of struct wpa_config. 90 * ssid - Service set identifier (network name) 92 * This is the SSID for the network. For wireless interfaces, this is 94 * ssid_len=0), any SSID can be used. For wired interfaces, this must 95 * be set to %NULL. Note: SSID may contain any characters, even nul 98 * and the ssid field is not guaranteed to be nul terminated. 100 u8 *ssid; member in struct:wpa_ssid 103 * ssid_len - Length of the SSID 136 * If this is set, psk will be generated using the SSID and passphras [all...] |
wpa_supplicant_i.h | 239 u8 ssid[32]; member in struct:wpa_client_mlme 374 struct wpa_ssid *prev_scan_ssid; /* previously scanned SSID; 376 * with wildcard SSID) 378 * SSID was used in the previous scan 448 u8 ssid[32]; member in struct:wpa_supplicant::__anon14400 568 int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid); 575 struct wpa_bss *bss, struct wpa_ssid *ssid, 579 struct wpa_ssid *ssid); 581 struct wpa_ssid *ssid); 597 struct wpa_ssid *ssid); [all...] |
bgscan_simple.c | 28 const struct wpa_ssid *ssid; member in struct:bgscan_simple_data 46 params.ssids[0].ssid = data->ssid->ssid; 47 params.ssids[0].ssid_len = data->ssid->ssid_len; 48 params.freqs = data->ssid->scan_freq; 111 const struct wpa_ssid *ssid) 119 data->ssid = ssid;
|
bgscan.c | 40 int bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) 42 const char *name = ssid->bgscan; 74 wpa_s->bgscan_priv = ops->init(wpa_s, params, ssid);
|
sme.h | 21 struct wpa_bss *bss, struct wpa_ssid *ssid); 48 struct wpa_ssid *ssid)
|
wpa_supplicant.conf.orig | 100 # 2: like 0, but associate with APs using security policy and SSID (but not 225 # filter_ssids - SSID-based scan result filtering 233 # Each network (usually AP's sharing the same SSID) is configured as a separate 248 # ssid: SSID (mandatory); either as an ASCII string with double quotation or 252 # 0 = do not scan this SSID with specific Probe Request frames (default) 253 # 1 = scan with SSID-specific Probe Request frames (this can be used to 254 # find APs that do not accept broadcast SSID or use multiple SSIDs; 286 # an IBSS network with the configured SSID is already present, the frequency of 339 # generated using the passphrase and SSID). ASCII passphrase must be betwee [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
config_ssid.h | 39 * the network list, struct wpa_config::ssid. Each network block in the 47 * this list is stored in the ssid field of struct wpa_config. 90 * ssid - Service set identifier (network name) 92 * This is the SSID for the network. For wireless interfaces, this is 94 * ssid_len=0), any SSID can be used. For wired interfaces, this must 95 * be set to %NULL. Note: SSID may contain any characters, even nul 98 * and the ssid field is not guaranteed to be nul terminated. 100 u8 *ssid; member in struct:wpa_ssid 103 * ssid_len - Length of the SSID 133 * If this is set, psk will be generated using the SSID and passphras [all...] |
wpa_supplicant.conf.orig | 98 # 2: like 0, but associate with APs using security policy and SSID (but not 203 # Each network (usually AP's sharing the same SSID) is configured as a separate 218 # ssid: SSID (mandatory); either as an ASCII string with double quotation or 222 # 0 = do not scan this SSID with specific Probe Request frames (default) 223 # 1 = scan with SSID-specific Probe Request frames (this can be used to 224 # find APs that do not accept broadcast SSID or use multiple SSIDs; 255 # an IBSS network with the configured SSID is already present, the frequency of 297 # generated using the passphrase and SSID). ASCII passphrase must be between 303 # only when the passphrase or SSID has actually changed [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers.c | 168 * @ssid: wpa_ssid structure for a configured network 177 struct wpa_ssid *ssid, 252 if (wpa_config_set(ssid, entry.key, value, 0) < 0) 256 value[0] == '"' && ssid->ssid_len) || 257 (strcmp(entry.key, "ssid") == 0 && ssid->passphrase)) 258 wpa_config_update_psk(ssid); 905 u8 *ssid; local 949 ssid = os_malloc(len); 950 if (ssid == NULL) 1289 struct wpa_ssid *ssid = NULL; local 1361 struct wpa_ssid *ssid; local 1460 struct wpa_ssid *ssid; local 2500 struct wpa_ssid *ssid; local 3068 struct wpa_ssid *ssid; local 3176 struct wpa_ssid *ssid = net->ssid; local [all...] |
dbus_old_handlers.c | 425 if (!wpa_dbus_dict_append_byte_array(&iter_dict, "ssid", 790 struct wpa_ssid *ssid; local 793 ssid = wpa_config_add_network(wpa_s->conf); 794 if (ssid == NULL) { 801 wpas_notify_network_added(wpa_s, ssid); 802 ssid->disabled = 1; 803 wpa_config_set_network_defaults(ssid); 808 wpa_s->dbus_path, ssid->id); 835 struct wpa_ssid *ssid; local 858 ssid = wpa_config_get_network(wpa_s->conf, id) 1075 struct wpa_ssid *ssid; local [all...] |
/external/wpa_supplicant/wpa_gui-qt4/ |
scanresults.cpp | 87 QString ssid, bssid, freq, signal, flags; local 92 ssid = cols.count() > 4 ? cols[4] : ""; 93 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal,
|
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 93 struct hostapd_ssid *ssid = &hapd->conf->ssid; local 112 p->next = ssid->wpa_psk; 113 ssid->wpa_psk = p; 115 if (ssid->wpa_psk_file) { 119 f = fopen(ssid->wpa_psk_file, "a"); 122 "'%s'", ssid->wpa_psk_file); 260 wpa_hexdump_ascii(MSG_DEBUG, "WPS: SSID", cred->ssid, cred->ssid_len); 287 os_memcpy(hapd->wps->ssid, cred->ssid, cred->ssid_len) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
privsep_commands.h | 40 u8 ssid[32]; member in struct:privsep_cmd_associate
|
/external/wpa_supplicant_8/src/common/ |
privsep_commands.h | 38 u8 ssid[32]; member in struct:privsep_cmd_associate
|
/system/core/nexus/ |
SupplicantAssociatingEvent.h | 29 SupplicantAssociatingEvent(const char *bssid, const char *ssid, int freq);
|
SupplicantStatus.h | 29 SupplicantStatus(int state, int id, char *bssid, char *ssid);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.h | 63 int wpa_driver_wext_get_ssid(void *priv, u8 *ssid); 64 int wpa_driver_wext_set_ssid(void *priv, const u8 *ssid, size_t ssid_len);
|
/external/wpa_supplicant_8/src/rsn_supp/ |
preauth.h | 28 const u8 *ssid, const u8 *rsn); 62 const u8 *ssid, const u8 *rsn)
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.conf.sgml | 32 e.g., one for each used SSID. wpa_supplicant will automatically 53 ssid="home" 61 ssid="work" 84 ssid="example" 106 ssid="example" 128 ssid="1x-test" 146 on what security policy is used in the selected SSID. This is 153 ssid="example"
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/ |
WifiClientTest.java | 124 config.SSID = "\"TestSSID1\""; 135 if (c.networkId == netId && c.SSID.equals(config.SSID)) { 161 config.SSID = "\"TestSSID2\""; 211 config.SSID = "\"TestSSID3\""; 230 if (c.SSID.equals("TestSSID3")) {
|