/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | wpabuf.c | 60 *_buf = wpabuf_alloc(add_len); in wpabuf_resize() 117 struct wpabuf * wpabuf_alloc(size_t len) in wpabuf_alloc() function 165 struct wpabuf *buf = wpabuf_alloc(len); in wpabuf_alloc_copy() 174 struct wpabuf *buf = wpabuf_alloc(wpabuf_len(src)); in wpabuf_dup() 252 n = wpabuf_alloc(len); in wpabuf_concat() 291 ret = wpabuf_alloc(len); in wpabuf_zeropad()
|
D | ext_password.c | 86 buf = wpabuf_alloc(len); in ext_password_alloc()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | dh_groups.c | 1202 *priv = wpabuf_alloc(dh->prime_len); in dh_init() 1220 pv = wpabuf_alloc(pv_len); in dh_init() 1260 shared = wpabuf_alloc(shared_len); in dh_derive_shared()
|
D | tls_internal.c | 545 return wpabuf_alloc(0); in tls_connection_server_handshake() 569 buf = wpabuf_alloc(wpabuf_len(in_data) + 300); in tls_connection_encrypt() 588 buf = wpabuf_alloc(wpabuf_len(in_data) + 300); in tls_connection_encrypt() 634 buf = wpabuf_alloc((wpabuf_len(in_data) + 500) * 3); in tls_connection_decrypt2()
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 177 decrypted = wpabuf_alloc(encr_len - block_size); in wps_decrypt_encr_settings() 376 plain = wpabuf_alloc(500); in wps_get_oob_cred() 433 data = wpabuf_alloc(200); in wps_build_nfc_pw_token() 597 msg = wpabuf_alloc(1000); in wps_build_wsc_ack() 620 msg = wpabuf_alloc(1000); in wps_build_wsc_nack() 695 pw = wpabuf_alloc(WPS_OOB_DEVICE_PASSWORD_LEN); in wps_nfc_token_gen() 737 msg = wpabuf_alloc(1000); in wps_build_nfc_handover_req() 818 msg = wpabuf_alloc(1000); in wps_build_nfc_handover_sel() 855 msg = wpabuf_alloc(1000); in wps_build_nfc_handover_req_p2p() 899 msg = wpabuf_alloc(1000); in wps_build_nfc_handover_sel_p2p()
|
D | wps.c | 500 ie = wpabuf_alloc(100); in wps_build_assoc_req_ie() 534 ie = wpabuf_alloc(100); in wps_build_assoc_resp_ie() 579 ie = wpabuf_alloc(500); in wps_build_probe_req_ie()
|
D | wps_enrollee.c | 118 msg = wpabuf_alloc(1000); in wps_build_m1() 191 msg = wpabuf_alloc(1000); in wps_build_m3() 216 plain = wpabuf_alloc(200); in wps_build_m5() 220 msg = wpabuf_alloc(1000); in wps_build_m5() 392 plain = wpabuf_alloc(500 + wps->wps->ap_settings_len); in wps_build_m7() 396 msg = wpabuf_alloc(1000 + wps->wps->ap_settings_len); in wps_build_m7() 440 msg = wpabuf_alloc(1000); in wps_build_wsc_done()
|
D | wps_registrar.c | 1338 beacon = wpabuf_alloc(400 + vendor_len); in wps_set_ie() 1339 probe = wpabuf_alloc(500 + vendor_len); in wps_set_ie() 1620 wbuf = wpabuf_alloc(200); in wps_build_credential_wrap() 1810 cred = wpabuf_alloc(200); in wps_build_cred() 1835 cred = wpabuf_alloc(200); in wps_build_cred() 1875 msg = wpabuf_alloc(1000); in wps_build_ap_cred() 1879 plain = wpabuf_alloc(200); in wps_build_ap_cred() 1913 msg = wpabuf_alloc(1000); in wps_build_m2() 1949 struct wpabuf *plain = wpabuf_alloc(500); in wps_build_m2() 1980 msg = wpabuf_alloc(1000); in wps_build_m2d() [all …]
|
D | wps_attr_build.c | 475 ie = wpabuf_alloc(wpabuf_len(data) + 100); in wps_ie_encapsulate()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | mbo.c | 237 mbo = wpabuf_alloc(len - MBO_IE_HEADER); in wpas_mbo_ie() 287 buf = wpabuf_alloc(4 + len); in wpas_mbo_send_wnm_notification() 315 buf = wpabuf_alloc(512); in wpas_mbo_non_pref_chan_changed() 742 anqp_buf = wpabuf_alloc(9 + MAX_MBO_ANQP_SUBTYPE); in mbo_build_anqp_buf()
|
D | rrm.c | 159 buf = wpabuf_alloc(3 + (ssid ? 2 + ssid->ssid_len : 0) + in wpas_rrm_send_neighbor_rep_request() 290 struct wpabuf *report = wpabuf_alloc(len + 3); in wpas_rrm_send_msr_report_mpdu() 1061 buf = wpabuf_alloc(2 + sizeof(report)); in wpas_rrm_handle_link_measurement_request()
|
D | ieee802_11_common.c | 331 buf = wpabuf_alloc(ies_len); in ieee802_11_vendor_ie_concat()
|
D | dpp.c | 60 buf = wpabuf_alloc(100 + size); in gas_build_req() 188 buf = wpabuf_alloc(len); in dpp_get_pubkey_point() 251 msg = wpabuf_alloc(8 + len); in dpp_alloc_msg() 1633 pi = wpabuf_alloc(2 * auth->curve->prime_len); in dpp_auth_init() 1676 clear = wpabuf_alloc(clear_len); in dpp_build_conf_req_attr() 1682 msg = wpabuf_alloc(attr_len); in dpp_build_conf_req_attr() 1833 json = wpabuf_alloc(len); in dpp_build_conf_req_helper() 2289 pr = wpabuf_alloc(2 * auth->curve->prime_len); in dpp_auth_build_resp_ok() 3857 buf = wpabuf_alloc(200 + tailroom); in dpp_build_conf_start() 4026 dppcon = wpabuf_alloc(extra_len + 2 * auth->curve->prime_len * 4 / 3); in dpp_build_conf_obj_dpp() [all …]
|
D | wnm_sta.c | 596 buf = wpabuf_alloc(BTM_RESP_MIN_SIZE); in wnm_send_bss_transition_mgmt_resp() 1071 buf = wpabuf_alloc(BTM_QUERY_MIN_SIZE); in wnm_send_bss_transition_mgmt_query()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | comeback_token.c | 100 buf = wpabuf_alloc(sizeof(le16) + 3 + SHA256_MAC_LEN); in auth_build_token_req()
|
D | ieee802_11.c | 96 buf = wpabuf_alloc(SAE_COMMIT_MAX_LEN + in auth_build_sae_commit() 116 buf = wpabuf_alloc(SAE_CONFIRM_MAX_LEN); in auth_build_sae_confirm()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_common.c | 137 buf = wpabuf_alloc(len); in eap_msg_alloc()
|
D | eap_peap.c | 636 e = wpabuf_alloc(sizeof(*tlv) + wpabuf_len(buf)); in eap_peapv2_tlv_eap_payload() 872 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt() 921 nmsg = wpabuf_alloc(be_to_host16(hdr->length)); in eap_peap_decrypt() 999 resp = wpabuf_alloc(sizeof(struct eap_hdr)); in eap_peap_decrypt() 1024 resp = wpabuf_alloc(sizeof(struct eap_hdr)); in eap_peap_decrypt()
|
D | eap_ttls.c | 187 msg = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(*resp) + 4); in eap_ttls_avp_encapsulate() 434 msg = wpabuf_alloc(identity_len + 1000); in eap_ttls_phase2_request_mschapv2() 538 msg = wpabuf_alloc(identity_len + 1000); in eap_ttls_phase2_request_mschap() 621 msg = wpabuf_alloc(identity_len + password_len + 100); in eap_ttls_phase2_request_pap() 678 msg = wpabuf_alloc(identity_len + 1000); in eap_ttls_phase2_request_chap() 1267 data->pending_phase2_req = wpabuf_alloc(0); in eap_ttls_implicit_identity_request()
|
D | eap_fast_common.c | 53 e = wpabuf_alloc(sizeof(struct pac_tlv_hdr) + wpabuf_len(buf)); in eap_fast_tlv_eap_payload()
|
D | eap_fast.c | 501 buf = wpabuf_alloc(sizeof(*nak)); in eap_fast_tlv_nak() 517 buf = wpabuf_alloc(sizeof(*result)); in eap_fast_tlv_result() 539 buf = wpabuf_alloc(sizeof(*res) + sizeof(*ack)); in eap_fast_tlv_pac_ack() 793 resp = wpabuf_alloc(len); in eap_fast_process_crypto_binding() 1149 tmp = wpabuf_alloc(sizeof(struct eap_tlv_hdr) + in eap_fast_pac_request() 1267 resp = wpabuf_alloc(1); in eap_fast_process_decrypted()
|
/hal_espressif-latest/components/wpa_supplicant/include/utils/ |
D | wpabuf.h | 36 struct wpabuf * wpabuf_alloc(size_t len);
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | asn1.c | 627 buf = wpabuf_alloc(len); in asn1_build_alg_id() 643 res = wpabuf_alloc(10 + wpabuf_len(buf)); in asn1_encaps()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa3.c | 143 g_sae_commit = wpabuf_alloc(len); in wpa3_build_sae_commit() 175 g_sae_confirm = wpabuf_alloc(SAE_COMMIT_MAX_LEN); in wpa3_build_sae_confirm()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_server_wsc.c | 281 data->in_buf = wpabuf_alloc(message_length); in eap_wsc_process_fragment()
|