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

1 2 3 4 5 6 7 8

  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 39 struct wpa_ssid *ssid; local
47 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
422 # excluded_ssid: Excluded SSID
423 # This optional field can be used to excluded specific SSID(s) from
425 # than one SSID.
458 # Each network (usually AP's sharing the same SSID) is configured as a separate
473 # ssid: SSID (mandatory); network name in one of the optional formats:
475 # - a hex string (two characters per octet of SSID)
479 # 0 = do not scan this SSID with specific Probe Request frames (default
    [all...]
scan.c 29 struct wpa_ssid *ssid; local
32 ssid = wpa_supplicant_get_ssid(wpa_s);
33 if (ssid == NULL)
37 wpa_s->current_ssid = ssid;
53 struct wpa_ssid *ssid; local
56 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
96 struct wpa_ssid *ssid = wpa_s->conf->ssid; local
305 struct wpa_ssid *ssid; local
468 struct wpa_ssid *ssid; local
529 struct wpa_ssid *ssid; local
875 struct wpa_ssid *ssid = wpa_s->conf->ssid; local
934 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,
184 dst = (int *) (((u8 *) ssid) + (long) data->param1)
1663 struct wpa_ssid *ssid; local
1785 struct wpa_ssid *ssid, *prev = NULL; local
1855 struct wpa_ssid *ssid, *next; local
1874 struct wpa_ssid *ssid; local
1895 struct wpa_ssid *ssid, *last = NULL; local
1930 struct wpa_ssid *ssid, *prev = NULL; local
2610 struct wpa_ssid *ssid; local
    [all...]
wps_supplicant.c 88 struct wpa_ssid *ssid = NULL; local
108 bss = wpa_supplicant_pick_network(wpa_s, &ssid);
142 struct wpa_ssid *ssid,
162 if (ssid->ssid == NULL)
164 bss = wpa_bss_get(wpa_s, cred->mac_addr, ssid->ssid, ssid->ssid_len);
185 if (ie == NULL && (ssid->proto & WPA_PROTO_WPA) &&
186 (ssid->pairwise_cipher & WPA_CIPHER_TKIP))
226 struct wpa_ssid *ssid = wpa_s->current_ssid; local
536 struct wpa_ssid *ssid; local
778 struct wpa_ssid *ssid, *remove_ssid = NULL, *prev_current; local
828 struct wpa_ssid *ssid; local
894 struct wpa_ssid *ssid; local
946 struct wpa_ssid *ssid; local
979 struct wpa_ssid *ssid; local
1054 struct wpa_ssid *ssid; local
1549 struct wpa_ssid *ssid; local
1698 struct wpa_ssid *ssid; local
1833 struct wpa_ssid *ssid; local
1933 struct wpa_ssid *ssid; local
    [all...]
ap.c 45 struct wpa_ssid *ssid,
54 if (ssid->frequency == 0) {
58 } else if (ssid->frequency >= 2412 && ssid->frequency <= 2472) {
60 conf->channel = (ssid->frequency - 2407) / 5;
61 } else if ((ssid->frequency >= 5180 && ssid->frequency <= 5240) ||
62 (ssid->frequency >= 5745 && ssid->frequency <= 5825)) {
64 conf->channel = (ssid->frequency - 5000) / 5
983 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))
353 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; local
1027 struct wpa_ssid *ssid; local
    [all...]
config_winreg.c 25 ssid="example"
289 struct wpa_ssid *ssid; local
300 ssid = os_zalloc(sizeof(*ssid));
301 if (ssid == NULL) {
305 ssid->id = id;
307 wpa_config_set_network_defaults(ssid);
337 if (wpa_config_set(ssid, (char *) name, (char *) data, 0) < 0)
343 if (ssid->passphrase) {
344 if (ssid->psk_set)
374 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; local
980 struct wpa_ssid *ssid; local
    [all...]
bgscan.h 19 const struct wpa_ssid *ssid);
32 int bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid);
44 struct wpa_ssid *ssid)
config.h 201 u8 ssid[MAX_SSID_LEN]; member in struct:wpa_cred::excluded_ssid
235 * ssid - Head of the global network list
239 struct wpa_ssid *ssid; member in struct:wpa_config
292 * 2: like 0, but associate with APs using security policy and SSID
627 * filter_ssids - SSID-based scan result filtering
862 void wpa_config_free(struct wpa_config *ssid);
863 void wpa_config_free_ssid(struct wpa_ssid *ssid);
870 void wpa_config_set_network_defaults(struct wpa_ssid *ssid);
871 int wpa_config_set(struct wpa_ssid *ssid, const char *var, const char *value,
873 int wpa_config_set_quoted(struct wpa_ssid *ssid, const char *var
    [all...]
wpa_supplicant.c 111 int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
116 if (ssid->wep_key_len[i] == 0)
121 i, i == ssid->wep_tx_keyidx, NULL, 0,
122 ssid->wep_key[i], ssid->wep_key_len[i]);
130 struct wpa_ssid *ssid)
140 if (ssid->mode != WPAS_MODE_IBSS) {
142 "IBSS/ad-hoc) for WPA-None", ssid->mode);
146 if (!ssid->psk_set) {
154 os_memcpy(key, ssid->psk, 16)
256 struct wpa_ssid *ssid = wpa_s->current_ssid; local
394 struct wpa_ssid *ssid; local
658 struct wpa_ssid *ssid = wpa_s->current_ssid; local
2098 u8 ssid[MAX_SSID_LEN]; local
3100 struct wpa_ssid *ssid; local
3762 struct wpa_ssid *ssid = wpa_s->current_ssid; local
    [all...]
interworking.c 721 static int set_root_nai(struct wpa_ssid *ssid, const char *imsi, char prefix)
726 return wpa_config_set_quoted(ssid, "identity", nai);
733 struct wpa_ssid *ssid)
735 if (wpa_config_set(ssid, "key_mgmt",
739 if (wpa_config_set(ssid, "proto", "RSN", 0) < 0)
741 if (wpa_config_set(ssid, "pairwise", "CCMP", 0) < 0)
752 struct wpa_ssid *ssid; local
767 ssid = wpa_config_add_network(wpa_s->conf);
768 if (ssid == NULL)
770 ssid->parent_cred = cred
1093 struct wpa_ssid *ssid; local
1142 struct wpa_ssid *ssid; local
1543 struct wpa_ssid *ssid; local
    [all...]
p2p_supplicant.c 174 /* P2P Wildcard SSID */
176 params.ssids[0].ssid = (u8 *) P2P_WILDCARD_SSID;
256 const u8 *ssid,
262 for (s = wpa_s->conf->ssid; s; s = s->next) {
265 os_memcmp(ssid, s->ssid, ssid_len) != 0)
283 struct wpa_ssid *ssid; local
287 ssid = wpa_s->current_ssid;
288 if (ssid == NULL) {
290 * The current SSID was not known, but there may still be
572 struct wpa_ssid *ssid, *s; local
642 struct wpa_ssid *ssid; local
843 struct wpa_ssid *ssid; local
908 struct wpa_ssid *ssid; local
1155 struct wpa_ssid *ssid; local
2622 struct wpa_ssid *ssid; local
2642 struct wpa_ssid *ssid; local
2975 struct wpa_ssid *ssid = wpa_s->current_ssid; local
3839 struct wpa_ssid *ssid = NULL; local
4337 struct wpa_ssid *ssid; local
4519 struct wpa_ssid *ssid = wpa_s->current_ssid; local
4923 struct wpa_ssid *ssid; local
5004 struct wpa_ssid *ssid = wpa_s->current_ssid; local
    [all...]
wpas_glue.h 17 struct wpa_ssid *ssid);
  /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"
wpa2-eap-ccmp.conf 6 ssid="example wpa2-eap network"
openCryptoki.conf 23 ssid="test 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;
  /packages/apps/Settings/src/com/android/settings/wifi/
Summary.java 25 static String get(Context context, String ssid, DetailedState state) {
26 String[] formats = context.getResources().getStringArray((ssid == null)
33 return String.format(formats[index], ssid);
  /external/wpa_supplicant_8/src/ap/
ap_config.c 184 struct hostapd_ssid *ssid)
250 pbkdf2_sha1(pos, ssid->ssid, ssid->ssid_len,
262 psk->next = ssid->wpa_psk;
263 ssid->wpa_psk = psk;
272 static int hostapd_derive_psk(struct hostapd_ssid *ssid)
274 ssid->wpa_psk = os_zalloc(sizeof(struct hostapd_wpa_psk));
275 if (ssid->wpa_psk == NULL) {
279 wpa_hexdump_ascii(MSG_DEBUG, "SSID",
295 struct hostapd_ssid *ssid = &conf->ssid; local
446 struct hostapd_ssid *ssid = &conf->ssid; local
    [all...]
  /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,

Completed in 546 milliseconds

1 2 3 4 5 6 7 8