/hostap-3.7.0/src/drivers/ |
D | driver_wext.c | 1681 struct iw_encode_ext *ext; in wpa_driver_wext_set_psk() local 1696 ext = os_zalloc(sizeof(*ext) + PMK_LEN); in wpa_driver_wext_set_psk() 1697 if (ext == NULL) in wpa_driver_wext_set_psk() 1700 iwr.u.encoding.pointer = (caddr_t) ext; in wpa_driver_wext_set_psk() 1701 iwr.u.encoding.length = sizeof(*ext) + PMK_LEN; in wpa_driver_wext_set_psk() 1702 ext->key_len = PMK_LEN; in wpa_driver_wext_set_psk() 1703 os_memcpy(&ext->key, psk, ext->key_len); in wpa_driver_wext_set_psk() 1704 ext->alg = IW_ENCODE_ALG_PMK; in wpa_driver_wext_set_psk() 1710 os_free(ext); in wpa_driver_wext_set_psk() 1726 struct iw_encode_ext *ext; in wpa_driver_wext_set_key_ext() local [all …]
|
/hostap-3.7.0/wpaspy/ |
D | setup.py | 11 ext = Extension(name = 'wpaspy', variable 21 ext_modules = [ext],
|
/hostap-3.7.0/src/crypto/ |
D | tls_wolfssl.c | 581 void *ext; in tls_match_alt_subject_component() local 585 ext = wolfSSL_X509_get_ext_d2i(cert, ALT_NAMES_OID, NULL, NULL); in tls_match_alt_subject_component() 587 for (i = 0; ext && i < wolfSSL_sk_num(ext); i++) { in tls_match_alt_subject_component() 588 gen = wolfSSL_sk_value(ext, i); in tls_match_alt_subject_component() 597 wolfSSL_sk_GENERAL_NAME_free(ext); in tls_match_alt_subject_component() 682 void *ext; in tls_match_suffix_helper() local 691 ext = wolfSSL_X509_get_ext_d2i(cert, ALT_NAMES_OID, NULL, NULL); in tls_match_suffix_helper() 693 for (j = 0; ext && j < wolfSSL_sk_num(ext); j++) { in tls_match_suffix_helper() 694 gen = wolfSSL_sk_value(ext, j); in tls_match_suffix_helper() 707 wolfSSL_sk_ASN1_OBJECT_free(ext); in tls_match_suffix_helper() [all …]
|
D | tls_openssl.c | 1693 void *ext; in tls_match_altsubject_component() local 1697 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL); in tls_match_altsubject_component() 1699 for (i = 0; ext && i < sk_GENERAL_NAME_num(ext); i++) { in tls_match_altsubject_component() 1700 gen = sk_GENERAL_NAME_value(ext, i); in tls_match_altsubject_component() 1708 sk_GENERAL_NAME_pop_free(ext, GENERAL_NAME_free); in tls_match_altsubject_component() 2008 void *ext; in tls_match_suffix_helper() local 2017 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL); in tls_match_suffix_helper() 2019 for (j = 0; ext && j < sk_GENERAL_NAME_num(ext); j++) { in tls_match_suffix_helper() 2020 gen = sk_GENERAL_NAME_value(ext, j); in tls_match_suffix_helper() 2032 sk_GENERAL_NAME_pop_free(ext, GENERAL_NAME_free); in tls_match_suffix_helper() [all …]
|
D | tls_openssl_ocsp.c | 332 static char * extensions_str(const char *title, STACK_OF(X509_EXTENSION) *ext) in extensions_str() argument 336 if (!ext) in extensions_str() 343 if (!X509V3_extensions_print(out, title, ext, 0, 0)) { in extensions_str()
|
D | crypto_mbedtls_alt.c | 3459 unsigned char *end = csr->cri.p + csr->cri.len, *ext; in mbedtls_x509_csr_attr_oid_value() local 3479 ext = p; in mbedtls_x509_csr_attr_oid_value() 3482 if (mbedtls_asn1_get_tag(&ext, end, &len, MBEDTLS_ASN1_OID) != 0) in mbedtls_x509_csr_attr_oid_value() 3484 if (oid_len != len || 0 != memcmp(ext, oid, oid_len)) in mbedtls_x509_csr_attr_oid_value() 3488 *vtype = *ext++; /* tag */ in mbedtls_x509_csr_attr_oid_value() 3489 return (mbedtls_asn1_get_len(&ext, end, vlen) == 0) ? ext : NULL; in mbedtls_x509_csr_attr_oid_value()
|
/hostap-3.7.0/src/eapol_supp/ |
D | eapol_supp_sm.h | 349 struct ext_password_data *ext); 463 struct ext_password_data *ext) in eapol_sm_set_ext_pw_ctx() argument
|
D | eapol_supp_sm.c | 2189 struct ext_password_data *ext) in eapol_sm_set_ext_pw_ctx() argument 2192 eap_sm_set_ext_pw_ctx(sm->eap, ext); in eapol_sm_set_ext_pw_ctx()
|
/hostap-3.7.0/src/wps/ |
D | wps_dev_attr.h | 32 void wps_process_vendor_ext_m1(struct wps_device_data *dev, const u8 ext);
|
D | wps_dev_attr.c | 408 void wps_process_vendor_ext_m1(struct wps_device_data *dev, const u8 ext) in wps_process_vendor_ext_m1() argument 410 dev->multi_ap_ext = ext; in wps_process_vendor_ext_m1()
|
/hostap-3.7.0/tests/hwsim/vm/ |
D | vm-run.sh | 74 --ext ) shift
|
/hostap-3.7.0/src/eap_peer/ |
D | eap.h | 367 void eap_sm_set_ext_pw_ctx(struct eap_sm *sm, struct ext_password_data *ext);
|
D | eap.c | 3224 void eap_sm_set_ext_pw_ctx(struct eap_sm *sm, struct ext_password_data *ext) in eap_sm_set_ext_pw_ctx() argument 3228 sm->ext_pw = ext; in eap_sm_set_ext_pw_ctx()
|
/hostap-3.7.0/wpa_supplicant/ |
D | bss.h | 159 const u8 * wpa_bss_get_ie_ext(const struct wpa_bss *bss, u8 ext);
|
D | README | 1047 ext:test@wlan0:0:1:2.487797 1056 ext:test freq=2412 timeout=30@wlan0:2412:1:28.583483 1068 ext:test2 freq=2412 timeout=60@wlan0:2412:1:9.751844 1069 ext:test3@wlan0:0:0:5.071812 1070 ext:test4@wlan0:0:0:3.143870 1074 ext:test2 freq=2412 timeout=60@wlan0:2412:1:16.287869 1075 ext:test4@wlan0:0:0:9.679895
|
D | bss.c | 1166 const u8 * wpa_bss_get_ie_ext(const struct wpa_bss *bss, u8 ext) in wpa_bss_get_ie_ext() argument 1168 return get_ie_ext(wpa_bss_ie_ptr(bss), bss->ie_len, ext); in wpa_bss_get_ie_ext()
|
D | ChangeLog | 186 * fixed EAP-SIM/AKA/AKA' ext auth cases within TLS tunnel 960 * added optional framework for external password storage ("ext:<name>")
|
/hostap-3.7.0/src/tls/ |
D | tlsv1_server_read.c | 91 const u8 *ext, size_t ext_len) in tls_process_status_request_v2() argument 97 pos = ext; in tls_process_status_request_v2() 98 end = ext + ext_len; in tls_process_status_request_v2()
|
D | tlsv1_client_read.c | 49 u16 ext, elen; in tls_process_server_hello_extensions() local 56 ext = WPA_GET_BE16(pos); in tls_process_server_hello_extensions() 67 ext); in tls_process_server_hello_extensions()
|
/hostap-3.7.0/src/utils/ |
D | http_curl.c | 804 X509_EXTENSION *ext; in add_logotype_ext() local 821 ext = X509_get_ext(cert, pos); in add_logotype_ext() 822 if (!ext) { in add_logotype_ext() 827 os = X509_EXTENSION_get_data(ext); in add_logotype_ext()
|
/hostap-3.7.0/src/common/ |
D | ieee802_11_common.h | 248 const u8 * get_ie_ext(const u8 *ies, size_t len, u8 ext);
|
D | ieee802_11_common.c | 2006 const u8 * get_ie_ext(const u8 *ies, size_t len, u8 ext) in get_ie_ext() argument 2013 for_each_element_extid(elem, ext, ies, len) in get_ie_ext()
|
/hostap-3.7.0/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 3022 int ext = 0; in wpas_dbus_handler_p2p_serv_disc_external() local 3025 dbus_message_iter_get_basic(&iter, &ext); in wpas_dbus_handler_p2p_serv_disc_external() 3027 wpa_s->p2p_sd_over_ctrl_iface = ext; in wpas_dbus_handler_p2p_serv_disc_external()
|
/hostap-3.7.0/tests/hwsim/ |
D | test_dbus.py | 3787 ext = dbus.ByteArray(b"\x11\x22\x33\x44") 3794 vals = dbus.Dictionary({'WPSVendorExtensions': [ext]}, 3804 if res[0] != ext: 3835 vals = dbus.Dictionary({'Foo': [ext]}, signature='sv') 4132 ext = dbus.ByteArray(b"\x11\x22\x33\x44")
|