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

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant/
config_none.c 40 struct wpa_ssid *ssid; local
48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
config.c 36 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid,
41 char * (*writer)(const struct parse_data *data, struct wpa_ssid *ssid);
88 struct wpa_ssid *ssid,
135 dst = (char **) (((u8 *) ssid) + (long) data->param1);
136 dst_len = (size_t *) (((u8 *) ssid) + (long) data->param2);
200 struct wpa_ssid *ssid)
205 src = (char **) (((u8 *) ssid) + (long) data->param1);
210 len = *((size_t *) (((u8 *) ssid) + (long) data->param2));
219 struct wpa_ssid *ssid)
224 src = (char **) (((u8 *) ssid) + (long) data->param1)
1300 struct wpa_ssid *ssid; local
1379 struct wpa_ssid *ssid, *prev = NULL; local
1442 struct wpa_ssid *ssid; local
1463 struct wpa_ssid *ssid, *last = NULL; local
1498 struct wpa_ssid *ssid, *prev = NULL; local
1796 struct wpa_ssid *ssid; local
    [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...]
  /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)
  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 40 struct wpa_ssid *ssid; local
48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
scan.c 34 struct wpa_ssid *ssid; local
37 ssid = wpa_supplicant_get_ssid(wpa_s);
38 if (ssid == NULL)
42 wpa_s->current_ssid = ssid;
58 struct wpa_ssid *ssid; local
61 for (ssid = conf->ssid; ssid; ssid = ssid->next)
81 struct wpa_ssid *ssid = conf->ssid; local
214 struct wpa_ssid *ssid; local
246 struct wpa_ssid *ssid; local
515 struct wpa_ssid *ssid = wpa_s->conf->ssid; local
    [all...]
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...]
wpas_glue.h 21 struct wpa_ssid *ssid);
wps_supplicant.c 110 struct wpa_ssid *ssid,
130 bss = wpa_bss_get(wpa_s, cred->mac_addr, ssid->ssid, ssid->ssid_len);
151 if (ie == NULL && (ssid->proto & WPA_PROTO_WPA) &&
152 (ssid->pairwise_cipher & WPA_CIPHER_TKIP)) {
164 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
165 (ssid->pairwise_cipher & WPA_CIPHER_TKIP) &&
170 ssid->pairwise_cipher |= WPA_CIPHER_CCMP;
172 ssid->pairwise_cipher = WPA_CIPHER_CCMP
192 struct wpa_ssid *ssid = wpa_s->current_ssid; local
677 struct wpa_ssid *ssid, *remove_ssid = NULL, *prev_current; local
722 struct wpa_ssid *ssid; local
788 struct wpa_ssid *ssid; local
820 struct wpa_ssid *ssid; local
852 struct wpa_ssid *ssid; local
972 struct wpa_ssid *ssid; local
1425 struct wpa_ssid *ssid; local
1522 struct wpa_ssid *ssid; local
1639 struct wpa_ssid *ssid; local
    [all...]
  /external/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_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"

Completed in 1230 milliseconds

1 2 3 4 5 6 7 8 91011>>