Searched defs:cred (Results 76 - 85 of 85) sorted by relevance

1234

/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c136 struct wpa_cred *cred; local
138 for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
139 if (cred->roaming_consortium_len)
141 if (cred->required_roaming_consortium_len)
150 struct wpa_cred *cred; local
152 for (cred
162 struct wpa_cred *cred; local
178 struct wpa_cred *cred; local
193 struct wpa_cred *cred; local
208 struct wpa_cred *cred; local
637 nai_realm_find_eap(struct wpa_cred *cred, struct nai_realm *realm) argument
817 already_connected(struct wpa_supplicant *wpa_s, struct wpa_cred *cred, struct wpa_bss *bss) argument
843 remove_duplicate_network(struct wpa_supplicant *wpa_s, struct wpa_cred *cred, struct wpa_bss *bss) argument
905 interworking_connect_3gpp(struct wpa_supplicant *wpa_s, struct wpa_cred *cred, struct wpa_bss *bss) argument
1089 cred_no_required_oi_match(struct wpa_cred *cred, struct wpa_bss *bss) argument
1110 cred_excluded_ssid(struct wpa_cred *cred, struct wpa_bss *bss) argument
1128 cred_below_min_backhaul(struct wpa_supplicant *wpa_s, struct wpa_cred *cred, struct wpa_bss *bss) argument
1187 cred_over_max_bss_load(struct wpa_supplicant *wpa_s, struct wpa_cred *cred, struct wpa_bss *bss) argument
1235 cred_conn_capab_missing(struct wpa_supplicant *wpa_s, struct wpa_cred *cred, struct wpa_bss *bss) argument
1283 struct wpa_cred *cred, *selected = NULL; local
1339 interworking_set_eap_params(struct wpa_ssid *ssid, struct wpa_cred *cred, int ttls) argument
1449 interworking_connect_roaming_consortium( struct wpa_supplicant *wpa_s, struct wpa_cred *cred, struct wpa_bss *bss) argument
1511 struct wpa_cred *cred, *cred_rc, *cred_3gpp; local
1802 struct wpa_cred *cred; local
1916 struct wpa_cred *cred, *selected = NULL; local
1988 struct wpa_cred *cred, *cred2; local
2033 struct wpa_cred *cred; local
2079 interworking_home_sp_cred(struct wpa_supplicant *wpa_s, struct wpa_cred *cred, struct wpabuf *domain_names) argument
2138 struct wpa_cred *cred; local
2197 roaming_prio(struct wpa_supplicant *wpa_s, struct wpa_cred *cred, struct wpa_bss *bss) argument
2227 pick_best_roaming_partner(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_cred *cred) argument
2286 struct wpa_cred *cred, *selected_cred = NULL; local
[all...]
H A Dwps_supplicant.c174 const struct wps_credential *cred)
195 bss = wpa_bss_get(wpa_s, cred->mac_addr, ssid->ssid, ssid->ssid_len);
346 const struct wps_credential *cred)
356 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
357 size_t blen = cred->cred_attr_len * 2 + 1;
361 cred->cred_attr, cred->cred_attr_len);
367 wpas_notify_wps_credential(wpa_s, cred);
372 cred->cred_attr, cred
172 wpas_wps_security_workaround(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, const struct wps_credential *cred) argument
345 wpa_supplicant_wps_cred(void *ctx, const struct wps_credential *cred) argument
760 const struct wps_credential *cred = ap_settings->cred; local
1869 wpas_wps_network_to_cred(struct wpa_ssid *ssid, struct wps_credential *cred) argument
1909 struct wps_credential cred; local
1932 struct wps_credential cred; local
2104 struct wps_credential cred; local
[all...]
H A Dctrl_iface.c1688 struct wpa_cred *cred; local
1691 for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
1694 if (wpa_s->current_ssid->parent_cred != cred)
1697 if (cred->provisioning_sp) {
1700 cred->provisioning_sp);
1706 if (!cred
2739 struct wpa_cred *cred; local
2771 struct wpa_cred *cred; local
2789 wpas_ctrl_remove_cred(struct wpa_supplicant *wpa_s, struct wpa_cred *cred) argument
2830 struct wpa_cred *cred, *prev; local
2892 struct wpa_cred *cred; local
2937 struct wpa_cred *cred; local
5410 struct wpa_cred *cred = wpa_s->conf->cred; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c320 const struct wps_credential *cred)
327 if (cred->ssid_len <= HOSTAPD_MAX_SSID_LEN) {
328 os_memcpy(bss->ssid.ssid, cred->ssid, cred->ssid_len);
329 bss->ssid.ssid_len = cred->ssid_len;
333 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) &&
334 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)))
336 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK))
338 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))
344 if (cred
319 hapd_wps_reconfig_in_memory(struct hostapd_data *hapd, const struct wps_credential *cred) argument
400 const struct wps_credential *cred = ctx; local
615 hostapd_wps_cred_cb(void *ctx, const struct wps_credential *cred) argument
1610 struct wps_credential cred; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.h557 const struct wps_credential *cred; member in struct:wps_event_data::wps_event_er_ap_settings
756 * @cred: The received Credential
759 int (*cred_cb)(void *ctx, const struct wps_credential *cred);
814 struct wps_credential *cred);
824 const struct wps_credential *cred);
849 const struct wps_credential *cred);
852 const struct wps_credential *cred);
854 struct wps_credential *cred);
H A Dwps_registrar.c1484 const struct wps_credential *cred)
1495 const struct wps_credential *cred)
1499 cred->ssid, cred->ssid_len);
1501 wpabuf_put_be16(msg, cred->ssid_len);
1502 wpabuf_put_data(msg, cred->ssid, cred->ssid_len);
1508 const struct wps_credential *cred)
1511 cred->auth_type);
1514 wpabuf_put_be16(msg, cred
1483 wps_build_cred_network_idx(struct wpabuf *msg, const struct wps_credential *cred) argument
1494 wps_build_cred_ssid(struct wpabuf *msg, const struct wps_credential *cred) argument
1507 wps_build_cred_auth_type(struct wpabuf *msg, const struct wps_credential *cred) argument
1519 wps_build_cred_encr_type(struct wpabuf *msg, const struct wps_credential *cred) argument
1531 wps_build_cred_network_key(struct wpabuf *msg, const struct wps_credential *cred) argument
1545 wps_build_credential(struct wpabuf *msg, const struct wps_credential *cred) argument
1559 wps_build_credential_wrap(struct wpabuf *msg, const struct wps_credential *cred) argument
1580 struct wpabuf *cred; local
3207 struct wps_credential cred; local
3506 wps_registrar_config_ap(struct wps_registrar *reg, struct wps_credential *cred) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c1484 const struct wps_credential *cred)
1495 const struct wps_credential *cred)
1499 cred->ssid, cred->ssid_len);
1501 wpabuf_put_be16(msg, cred->ssid_len);
1502 wpabuf_put_data(msg, cred->ssid, cred->ssid_len);
1508 const struct wps_credential *cred)
1511 cred->auth_type);
1514 wpabuf_put_be16(msg, cred
1483 wps_build_cred_network_idx(struct wpabuf *msg, const struct wps_credential *cred) argument
1494 wps_build_cred_ssid(struct wpabuf *msg, const struct wps_credential *cred) argument
1507 wps_build_cred_auth_type(struct wpabuf *msg, const struct wps_credential *cred) argument
1519 wps_build_cred_encr_type(struct wpabuf *msg, const struct wps_credential *cred) argument
1531 wps_build_cred_network_key(struct wpabuf *msg, const struct wps_credential *cred) argument
1545 wps_build_credential(struct wpabuf *msg, const struct wps_credential *cred) argument
1559 wps_build_credential_wrap(struct wpabuf *msg, const struct wps_credential *cred) argument
1580 struct wpabuf *cred; local
3207 struct wps_credential cred; local
3506 wps_registrar_config_ap(struct wps_registrar *reg, struct wps_credential *cred) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c1484 const struct wps_credential *cred)
1495 const struct wps_credential *cred)
1499 cred->ssid, cred->ssid_len);
1501 wpabuf_put_be16(msg, cred->ssid_len);
1502 wpabuf_put_data(msg, cred->ssid, cred->ssid_len);
1508 const struct wps_credential *cred)
1511 cred->auth_type);
1514 wpabuf_put_be16(msg, cred
1483 wps_build_cred_network_idx(struct wpabuf *msg, const struct wps_credential *cred) argument
1494 wps_build_cred_ssid(struct wpabuf *msg, const struct wps_credential *cred) argument
1507 wps_build_cred_auth_type(struct wpabuf *msg, const struct wps_credential *cred) argument
1519 wps_build_cred_encr_type(struct wpabuf *msg, const struct wps_credential *cred) argument
1531 wps_build_cred_network_key(struct wpabuf *msg, const struct wps_credential *cred) argument
1545 wps_build_credential(struct wpabuf *msg, const struct wps_credential *cred) argument
1559 wps_build_credential_wrap(struct wpabuf *msg, const struct wps_credential *cred) argument
1580 struct wpabuf *cred; local
3207 struct wps_credential cred; local
3506 wps_registrar_config_ap(struct wps_registrar *reg, struct wps_credential *cred) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 534 milliseconds

1234