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

1 2 3 4 5 6 7 8 91011>>

  /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...]
wpas_glue.h 21 struct wpa_ssid *ssid);
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...]
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) {
wpa_supplicant.conf 100 # 2: like 0, but associate with APs using security policy and SSID (but not
253 # filter_ssids - SSID-based scan result filtering
408 # Each network (usually AP's sharing the same SSID) is configured as a separate
423 # ssid: SSID (mandatory); network name in one of the optional formats:
425 # - a hex string (two characters per octet of SSID)
429 # 0 = do not scan this SSID with specific Probe Request frames (default)
430 # 1 = scan with SSID-specific Probe Request frames (this can be used to
431 # find APs that do not accept broadcast SSID or use multiple SSIDs;
463 # an IBSS network with the configured SSID is already present, the frequency o
    [all...]
wps_supplicant.c 119 struct wpa_ssid *ssid,
139 if (ssid->ssid == NULL)
141 bss = wpa_bss_get(wpa_s, cred->mac_addr, ssid->ssid, ssid->ssid_len);
162 if (ie == NULL && (ssid->proto & WPA_PROTO_WPA) &&
163 (ssid->pairwise_cipher & WPA_CIPHER_TKIP)) {
175 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
176 (ssid->pairwise_cipher & WPA_CIPHER_TKIP) &
203 struct wpa_ssid *ssid = wpa_s->current_ssid; local
689 struct wpa_ssid *ssid, *remove_ssid = NULL, *prev_current; local
736 struct wpa_ssid *ssid; local
802 struct wpa_ssid *ssid; local
849 struct wpa_ssid *ssid; local
881 struct wpa_ssid *ssid; local
1004 struct wpa_ssid *ssid; local
1499 struct wpa_ssid *ssid; local
1596 struct wpa_ssid *ssid; local
1741 struct wpa_ssid *ssid; local
    [all...]
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;
52 struct wpa_ssid *ssid; local
55 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
85 struct wpa_ssid *ssid = wpa_s->conf->ssid; local
287 struct wpa_ssid *ssid; local
445 struct wpa_ssid *ssid; local
742 struct wpa_ssid *ssid = wpa_s->conf->ssid; local
799 struct wpa_ssid *ssid = NULL; 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, (u8 *) ssid, os_strlen(ssid), 4096, psk, 32);
58 printf("\tssid=\"%s\"\n", ssid);
config.c 34 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid,
40 char * (*writer)(const struct parse_data *data, struct wpa_ssid *ssid);
57 struct wpa_ssid *ssid,
104 dst = (char **) (((u8 *) ssid) + (long) data->param1);
105 dst_len = (size_t *) (((u8 *) ssid) + (long) data->param2);
158 struct wpa_ssid *ssid)
163 src = (char **) (((u8 *) ssid) + (long) data->param1);
168 len = *((size_t *) (((u8 *) ssid) + (long) data->param2));
178 struct wpa_ssid *ssid,
183 dst = (int *) (((u8 *) ssid) + (long) data->param1)
1727 struct wpa_ssid *ssid; local
1848 struct wpa_ssid *ssid, *prev = NULL; local
1916 struct wpa_ssid *ssid, *next; local
1935 struct wpa_ssid *ssid; local
1956 struct wpa_ssid *ssid, *last = NULL; local
1991 struct wpa_ssid *ssid, *prev = NULL; local
2620 struct wpa_ssid *ssid; local
    [all...]
ap.c 45 struct wpa_ssid *ssid,
55 if (ssid->frequency == 0) {
59 } else if (ssid->frequency >= 2412 && ssid->frequency <= 2472) {
61 conf->channel = (ssid->frequency - 2407) / 5;
62 } else if ((ssid->frequency >= 5180 && ssid->frequency <= 5240) ||
63 (ssid->frequency >= 5745 && ssid->frequency <= 5825)) {
65 conf->channel = (ssid->frequency - 5000) / 5
954 struct wpa_ssid *ssid = wpa_s->current_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 62 int getifssid(const char *ifname, char *ssid);
65 getifssid(const char *ifname, char *ssid)
75 iwr.u.essid.pointer = ssid;
80 ssid[retval] = '\0';
87 ifname = ssid;

Completed in 238 milliseconds

1 2 3 4 5 6 7 8 91011>>