Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:wpabuf_dup
(Results
1 - 25
of
73
) sorted by relevance
1
2
3
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
neighbor_db.c
84
entry->nr =
wpabuf_dup
(nr);
in hostapd_neighbor_set()
89
entry->lci =
wpabuf_dup
(lci);
in hostapd_neighbor_set()
95
entry->civic =
wpabuf_dup
(civic);
in hostapd_neighbor_set()
H
A
D
pmksa_cache_auth.c
159
entry->cui =
wpabuf_dup
(eapol->radius_cui);
in pmksa_cache_from_eapol_data()
201
eapol->radius_cui =
wpabuf_dup
(entry->cui);
in pmksa_cache_to_eapol_data()
419
entry->cui =
wpabuf_dup
(old_entry->cui);
in pmksa_cache_add_okc()
H
A
D
wps_hostapd.c
984
wpabuf_dup
(hapd->conf->wps_vendor_ext[i]);
in hostapd_wps_set_vendor_ext()
1567
p->msg =
wpabuf_dup
(msg);
in hostapd_rx_req_put_wlan_response()
1905
wpabuf_dup
(hapd->conf->wps_nfc_dh_pubkey);
in hostapd_wps_nfc_hs_cr()
1907
wpabuf_dup
(hapd->conf->wps_nfc_dh_privkey);
in hostapd_wps_nfc_hs_cr()
2060
wps->ap_nfc_dh_pubkey =
wpabuf_dup
(hapd->conf->wps_nfc_dh_pubkey);
in hostapd_wps_nfc_token_enable()
2061
wps->ap_nfc_dh_privkey =
wpabuf_dup
(hapd->conf->wps_nfc_dh_privkey);
in hostapd_wps_nfc_token_enable()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
neighbor_db.c
141
entry->nr =
wpabuf_dup
(nr);
in hostapd_neighbor_set()
146
entry->lci =
wpabuf_dup
(lci);
in hostapd_neighbor_set()
152
entry->civic =
wpabuf_dup
(civic);
in hostapd_neighbor_set()
H
A
D
pmksa_cache_auth.c
159
entry->cui =
wpabuf_dup
(eapol->radius_cui);
in pmksa_cache_from_eapol_data()
201
eapol->radius_cui =
wpabuf_dup
(entry->cui);
in pmksa_cache_to_eapol_data()
419
entry->cui =
wpabuf_dup
(old_entry->cui);
in pmksa_cache_add_okc()
H
A
D
wps_hostapd.c
1038
wpabuf_dup
(hapd->conf->wps_vendor_ext[i]);
in hostapd_wps_set_vendor_ext()
1060
wps->dev.application_ext =
wpabuf_dup
(hapd->conf->wps_application_ext);
in hostapd_wps_set_application_ext()
1752
p->msg =
wpabuf_dup
(msg);
in hostapd_rx_req_put_wlan_response()
2099
wpabuf_dup
(hapd->conf->wps_nfc_dh_pubkey);
in hostapd_wps_nfc_hs_cr()
2101
wpabuf_dup
(hapd->conf->wps_nfc_dh_privkey);
in hostapd_wps_nfc_hs_cr()
2254
wps->ap_nfc_dh_pubkey =
wpabuf_dup
(hapd->conf->wps_nfc_dh_pubkey);
in hostapd_wps_nfc_token_enable()
2255
wps->ap_nfc_dh_privkey =
wpabuf_dup
(hapd->conf->wps_nfc_dh_privkey);
in hostapd_wps_nfc_token_enable()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H
A
D
wps_attr_build.c
36
wps->dh_privkey =
wpabuf_dup
(wps->wps->dh_privkey);
in wps_build_public_key()
39
pubkey =
wpabuf_dup
(wps->wps->dh_pubkey);
in wps_build_public_key()
61
wps->dh_privkey =
wpabuf_dup
(wps->wps->ap_nfc_dh_privkey);
in wps_build_public_key()
62
pubkey =
wpabuf_dup
(wps->wps->ap_nfc_dh_pubkey);
in wps_build_public_key()
H
A
D
wps_upnp_event.c
408
e->data =
wpabuf_dup
(data);
in event_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H
A
D
wps_attr_build.c
36
wps->dh_privkey =
wpabuf_dup
(wps->wps->dh_privkey);
in wps_build_public_key()
39
pubkey =
wpabuf_dup
(wps->wps->dh_pubkey);
in wps_build_public_key()
61
wps->dh_privkey =
wpabuf_dup
(wps->wps->ap_nfc_dh_privkey);
in wps_build_public_key()
62
pubkey =
wpabuf_dup
(wps->wps->ap_nfc_dh_pubkey);
in wps_build_public_key()
H
A
D
wps_upnp_event.c
410
e->data =
wpabuf_dup
(data);
in wps_upnp_event_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
wpabuf.h
33
struct wpabuf *
wpabuf_dup
(const struct wpabuf *src);
H
A
D
wpabuf.c
169
struct wpabuf *
wpabuf_dup
(const struct wpabuf *src)
in wpabuf_dup()
function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
wpabuf.h
33
struct wpabuf *
wpabuf_dup
(const struct wpabuf *src);
H
A
D
wpabuf.c
169
struct wpabuf *
wpabuf_dup
(const struct wpabuf *src)
in wpabuf_dup()
function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
ap.c
793
wpabuf_dup
(wpa_s->conf->ap_vendor_elements);
in wpa_supplicant_conf_ap()
797
wpabuf_dup
(wpa_s->conf->ap_assocresp_elements);
in wpa_supplicant_conf_ap()
1729
wps->dh_privkey =
wpabuf_dup
(
in wpas_ap_wps_add_nfc_pw()
1731
wps->dh_pubkey =
wpabuf_dup
(
in wpas_ap_wps_add_nfc_pw()
1865
wpabuf_dup
(wpa_s->conf->ap_assocresp_elements);
in wpas_ap_update_beacon()
1872
wpabuf_dup
(wpa_s->conf->ap_vendor_elements);
in wpas_ap_update_beacon()
H
A
D
wps_supplicant.c
1572
wpabuf_dup
(wpa_s->conf->wps_vendor_ext_m1);
in wpas_wps_set_vendor_ext_m1()
2409
wps->dh_privkey =
wpabuf_dup
(wpa_s->conf->wps_nfc_dh_privkey);
in wpas_wps_start_nfc()
2410
wps->dh_pubkey =
wpabuf_dup
(wpa_s->conf->wps_nfc_dh_pubkey);
in wpas_wps_start_nfc()
2622
wps->ap_nfc_dh_pubkey =
wpabuf_dup
(wpa_s->conf->wps_nfc_dh_pubkey);
in wpas_wps_er_nfc_handover_sel()
2623
wps->ap_nfc_dh_privkey =
wpabuf_dup
(wpa_s->conf->wps_nfc_dh_privkey);
in wpas_wps_er_nfc_handover_sel()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H
A
D
p2p_group.c
467
extra =
wpabuf_dup
(group->p2p->vendor_elem[VENDOR_ELEM_PROBE_RESP_P2P_GO]);
in p2p_group_build_probe_resp_ie()
473
struct wpabuf *wfd =
wpabuf_dup
(group->wfd_ie);
in p2p_group_build_probe_resp_ie()
H
A
D
p2p_sd.c
451
p2p->sd_resp =
wpabuf_dup
(resp_tlvs);
in p2p_sd_response()
886
q->tlvs =
wpabuf_dup
(tlvs);
in p2p_sd_request()
H
A
D
p2p.c
851
dev->info.wfd_subelems =
wpabuf_dup
(msg.wfd_subelems);
in p2p_add_device()
1731
dev->info.wfd_subelems =
wpabuf_dup
(msg->wfd_subelems);
in p2p_add_dev_info()
2082
dev->info.wfd_subelems =
wpabuf_dup
(msg.wfd_subelems);
in p2p_add_dev_from_probe_req()
3184
p2p->wps_vendor_ext[i] =
wpabuf_dup
(vendor_ext);
in p2p_add_wps_vendor_extension()
5105
p2p->wfd_dev_info =
wpabuf_dup
(elem);
in p2p_set_wfd_dev_info()
5119
p2p->wfd_r2_dev_info =
wpabuf_dup
(elem);
in p2p_set_wfd_r2_dev_info()
5133
p2p->wfd_assoc_bssid =
wpabuf_dup
(elem);
in p2p_set_wfd_assoc_bssid()
5148
p2p->wfd_coupled_sink_info =
wpabuf_dup
(elem);
in p2p_set_wfd_coupled_sink_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H
A
D
p2p_sd.c
451
p2p->sd_resp =
wpabuf_dup
(resp_tlvs);
in p2p_sd_response()
886
q->tlvs =
wpabuf_dup
(tlvs);
in p2p_sd_request()
H
A
D
p2p.c
915
dev->info.wfd_subelems =
wpabuf_dup
(msg.wfd_subelems);
1854
dev->info.wfd_subelems =
wpabuf_dup
(msg->wfd_subelems);
2205
dev->info.wfd_subelems =
wpabuf_dup
(msg.wfd_subelems);
3340
p2p->wps_vendor_ext[i] =
wpabuf_dup
(vendor_ext);
5319
p2p->wfd_dev_info =
wpabuf_dup
(elem);
5333
p2p->wfd_r2_dev_info =
wpabuf_dup
(elem);
5347
p2p->wfd_assoc_bssid =
wpabuf_dup
(elem);
5362
p2p->wfd_coupled_sink_info =
wpabuf_dup
(elem);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
wps_supplicant.c
1534
wpabuf_dup
(wpa_s->conf->wps_vendor_ext_m1);
in wpas_wps_set_vendor_ext_m1()
2340
wps->dh_privkey =
wpabuf_dup
(wpa_s->conf->wps_nfc_dh_privkey);
in wpas_wps_start_nfc()
2341
wps->dh_pubkey =
wpabuf_dup
(wpa_s->conf->wps_nfc_dh_pubkey);
in wpas_wps_start_nfc()
2553
wps->ap_nfc_dh_pubkey =
wpabuf_dup
(wpa_s->conf->wps_nfc_dh_pubkey);
in wpas_wps_er_nfc_handover_sel()
2554
wps->ap_nfc_dh_privkey =
wpabuf_dup
(wpa_s->conf->wps_nfc_dh_privkey);
in wpas_wps_er_nfc_handover_sel()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H
A
D
tls_gnutls.c
1466
conn->pull_buf =
wpabuf_dup
(in_data);
in tls_connection_handshake()
1611
conn->pull_buf =
wpabuf_dup
(in_data);
in tls_connection_decrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H
A
D
ikev2.c
803
data->i_sign_msg =
wpabuf_dup
(buf);
in ikev2_responder_process()
1133
data->r_sign_msg =
wpabuf_dup
(msg);
in ikev2_build_sa_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H
A
D
ikev2.c
868
data->r_sign_msg =
wpabuf_dup
(buf);
in ikev2_initiator_process()
1118
data->i_sign_msg =
wpabuf_dup
(msg);
in ikev2_build_sa_init()
Completed in 45 milliseconds
1
2
3