/external/wpa_supplicant_6/wpa_supplicant/ |
config_none.c | 40 struct wpa_ssid *ssid; local 48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
|
scan.c | 28 struct wpa_ssid *ssid; local 31 ssid = wpa_supplicant_get_ssid(wpa_s); 32 if (ssid == NULL) 36 wpa_s->current_ssid = ssid; 49 struct wpa_ssid *ssid; local 52 for (ssid = conf->ssid; ssid; ssid = ssid->next) 72 struct wpa_ssid *ssid = conf->ssid; local 85 struct wpa_ssid *ssid; local 246 struct wpa_ssid *ssid = wpa_s->conf->ssid; local [all...] |
wps_supplicant.c | 89 struct wpa_ssid *ssid, 121 if (ie[1] != ssid->ssid_len || ssid->ssid == NULL || 122 os_memcmp(ie + 2, ssid->ssid, ssid->ssid_len) != 0) 147 if (ie == NULL && (ssid->proto & WPA_PROTO_WPA) && 148 (ssid->pairwise_cipher & WPA_CIPHER_TKIP)) { 160 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) & 188 struct wpa_ssid *ssid = wpa_s->current_ssid; local 443 struct wpa_ssid *ssid; local 475 struct wpa_ssid *ssid; local 541 struct wpa_ssid *ssid; local 560 struct wpa_ssid *ssid; local 576 struct wpa_ssid *ssid; local 601 struct wpa_ssid *ssid; local 920 struct wpa_ssid *ssid; local [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...] |
config.h | 39 * ssid - Head of the global network list 43 struct wpa_ssid *ssid; member in struct:wpa_config 89 * 2: like 0, but associate with APs using security policy and SSID 331 void wpa_config_free(struct wpa_config *ssid); 332 void wpa_config_free_ssid(struct wpa_ssid *ssid); 336 void wpa_config_set_network_defaults(struct wpa_ssid *ssid); 337 int wpa_config_set(struct wpa_ssid *ssid, const char *var, const char *value, 339 char * wpa_config_get(struct wpa_ssid *ssid, const char *var); 340 char * wpa_config_get_no_key(struct wpa_ssid *ssid, const char *var); 341 void wpa_config_update_psk(struct wpa_ssid *ssid); [all...] |
wpas_glue.h | 21 struct wpa_ssid *ssid);
|
wps_supplicant.h | 26 enum wps_request_type wpas_wps_get_req_type(struct wpa_ssid *ssid); 33 struct wpa_ssid *ssid, struct wpa_scan_res *bss); 35 struct wpa_ssid *ssid, struct wpa_scan_res *bss); 38 struct wpa_ssid *ssid); 58 static inline u8 wpas_wps_get_req_type(struct wpa_ssid *ssid) 64 struct wpa_ssid *ssid, 71 struct wpa_ssid *ssid, 79 struct wpa_ssid *ssid)
|
config.c | 38 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid, 44 char * (*writer)(const struct parse_data *data, struct wpa_ssid *ssid); 97 struct wpa_ssid *ssid, 144 dst = (char **) (((u8 *) ssid) + (long) data->param1); 145 dst_len = (size_t *) (((u8 *) ssid) + (long) data->param2); 210 struct wpa_ssid *ssid) 215 src = (char **) (((u8 *) ssid) + (long) data->param1); 220 len = *((size_t *) (((u8 *) ssid) + (long) data->param2)); 229 struct wpa_ssid *ssid) 234 src = (char **) (((u8 *) ssid) + (long) data->param1) 1507 struct wpa_ssid *ssid; local 1601 struct wpa_ssid *ssid, *prev = NULL; local 1646 struct wpa_ssid *ssid; local 1667 struct wpa_ssid *ssid, *last = NULL; local 1702 struct wpa_ssid *ssid, *prev = NULL; local 2006 struct wpa_ssid *ssid; local [all...] |
wpa_passphrase.c | 25 char *ssid, *passphrase, buf[64], *pos; local 28 printf("usage: wpa_passphrase <ssid> [passphrase]\n" 34 ssid = argv[1]; 61 pbkdf2_sha1(passphrase, ssid, os_strlen(ssid), 4096, psk, 32); 64 printf("\tssid=\"%s\"\n", ssid);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_none.c | 34 struct wpa_ssid *ssid; local 42 for (ssid = config->ssid; ssid; ssid = ssid->next) {
|
scan.c | 27 struct wpa_ssid *ssid; local 30 ssid = wpa_supplicant_get_ssid(wpa_s); 31 if (ssid == NULL) 35 wpa_s->current_ssid = ssid; 51 struct wpa_ssid *ssid; local 54 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) 84 struct wpa_ssid *ssid = conf->ssid; local 277 struct wpa_ssid *ssid; local 435 struct wpa_ssid *ssid; local 679 struct wpa_ssid *ssid = wpa_s->conf->ssid; local 734 struct wpa_ssid *ssid; local [all...] |
wpa_supplicant.conf | 100 # 2: like 0, but associate with APs using security policy and SSID (but not 225 # filter_ssids - SSID-based scan result filtering 262 # Each network (usually AP's sharing the same SSID) is configured as a separate 277 # ssid: SSID (mandatory); either as an ASCII string with double quotation or 281 # 0 = do not scan this SSID with specific Probe Request frames (default) 282 # 1 = scan with SSID-specific Probe Request frames (this can be used to 283 # find APs that do not accept broadcast SSID or use multiple SSIDs; 315 # an IBSS network with the configured SSID is already present, the frequency of 368 # generated using the passphrase and SSID). ASCII passphrase must be betwee [all...] |
wps_supplicant.c | 107 struct wpa_ssid *ssid, 127 if (ssid->ssid == NULL) 129 bss = wpa_bss_get(wpa_s, cred->mac_addr, ssid->ssid, ssid->ssid_len); 150 if (ie == NULL && (ssid->proto & WPA_PROTO_WPA) && 151 (ssid->pairwise_cipher & WPA_CIPHER_TKIP)) { 163 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) && 164 (ssid->pairwise_cipher & WPA_CIPHER_TKIP) & 191 struct wpa_ssid *ssid = wpa_s->current_ssid; local 682 struct wpa_ssid *ssid, *remove_ssid = NULL, *prev_current; local 727 struct wpa_ssid *ssid; local 793 struct wpa_ssid *ssid; local 840 struct wpa_ssid *ssid; local 872 struct wpa_ssid *ssid; local 992 struct wpa_ssid *ssid; local 1464 struct wpa_ssid *ssid; local 1561 struct wpa_ssid *ssid; local 1678 struct wpa_ssid *ssid; local [all...] |
config_file.c | 88 static int wpa_config_validate_network(struct wpa_ssid *ssid, int line) 92 if (ssid->passphrase) { 93 if (ssid->psk_set) { 98 wpa_config_update_psk(ssid); 101 if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt) && !ssid->psk_set) { 107 if ((ssid->group_cipher & WPA_CIPHER_CCMP) && 108 !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) && 109 !(ssid->pairwise_cipher & WPA_CIPHER_NONE)) { 114 ssid->group_cipher &= ~WPA_CIPHER_CCMP 123 struct wpa_ssid *ssid; local 269 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; local 744 struct wpa_ssid *ssid; local [all...] |
wpa_passphrase.c | 19 char *ssid, *passphrase, buf[64], *pos; local 22 printf("usage: wpa_passphrase <ssid> [passphrase]\n" 28 ssid = argv[1]; 55 pbkdf2_sha1(passphrase, ssid, os_strlen(ssid), 4096, psk, 32); 58 printf("\tssid=\"%s\"\n", ssid);
|
config.c | 33 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid, 39 char * (*writer)(const struct parse_data *data, struct wpa_ssid *ssid); 92 struct wpa_ssid *ssid, 139 dst = (char **) (((u8 *) ssid) + (long) data->param1); 140 dst_len = (size_t *) (((u8 *) ssid) + (long) data->param2); 205 struct wpa_ssid *ssid) 210 src = (char **) (((u8 *) ssid) + (long) data->param1); 215 len = *((size_t *) (((u8 *) ssid) + (long) data->param2)); 224 struct wpa_ssid *ssid) 229 src = (char **) (((u8 *) ssid) + (long) data->param1) 1730 struct wpa_ssid *ssid; local 1831 struct wpa_ssid *ssid, *prev = NULL; local 1891 struct wpa_ssid *ssid, *next; local 1910 struct wpa_ssid *ssid; local 1931 struct wpa_ssid *ssid, *last = NULL; local 1966 struct wpa_ssid *ssid, *prev = NULL; local 2367 struct wpa_ssid *ssid; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
plaintext.conf | 6 ssid="example open network"
|
ieee8021x.conf | 6 ssid="example 802.1x network"
|
wep.conf | 6 ssid="example wep network"
|
wpa-psk-tkip.conf | 6 ssid="example wpa-psk network"
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
plaintext.conf | 6 ssid="example open network"
|
ieee8021x.conf | 6 ssid="example 802.1x network"
|
wep.conf | 6 ssid="example wep network"
|
wpa-psk-tkip.conf | 6 ssid="example wpa-psk network"
|
/external/dhcpcd/ |
if-linux-wireless.c | 61 int getifssid(const char *ifname, char *ssid); 64 getifssid(const char *ifname, char *ssid) 74 iwr.u.essid.pointer = ssid; 79 ssid[retval] = '\0'; 86 ifname = ssid;
|