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

1 2

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.c 157 wpabuf_put_buf(n, a);
159 wpabuf_put_buf(n, b);
196 wpabuf_put_buf(ret, buf);
wpabuf.h 139 static inline void wpabuf_put_buf(struct wpabuf *dst, function
  /external/wpa_supplicant_8/src/utils/
wpabuf.c 239 wpabuf_put_buf(n, a);
241 wpabuf_put_buf(n, b);
278 wpabuf_put_buf(ret, buf);
wpabuf.h 145 static inline void wpabuf_put_buf(struct wpabuf *dst, function
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_build.c 39 wpabuf_put_buf(msg, pubkey);
249 wpabuf_put_buf(msg, plain);
wps_upnp_event.c 313 wpabuf_put_buf(buf, e->data);
  /external/wpa_supplicant_8/src/common/
gas.c 160 wpabuf_put_buf(buf, payload);
202 wpabuf_put_buf(buf, payload);
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 86 wpabuf_put_buf(beacon, hapd->wps_beacon_ie);
93 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
101 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie);
108 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
134 wpabuf_put_buf(assocresp, a);
  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 51 wpabuf_put_buf(msg, pubkey);
334 wpabuf_put_buf(msg, plain);
wps_upnp_event.c 168 wpabuf_put_buf(buf, e->data);
wps_dev_attr.c 228 wpabuf_put_buf(msg, dev->vendor_ext[i]);
wps_registrar.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_fast_common.c 46 wpabuf_put_buf(buf, data);
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 40 wpabuf_put_buf(buf, data);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 165 wpabuf_put_buf(xml, iface->xml);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_peap.c 128 wpabuf_put_buf(e, buf);
289 wpabuf_put_buf(buf, buf1);
408 wpabuf_put_buf(buf, data->soh_response);
1105 wpabuf_put_buf(nbuf, in_decrypted);
1249 wpabuf_put_buf(data->ssl.out_buf, buf);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 123 wpabuf_put_buf(e, buf);
285 wpabuf_put_buf(buf, buf1);
409 wpabuf_put_buf(buf, data->soh_response);
1078 wpabuf_put_buf(nbuf, in_decrypted);
1211 wpabuf_put_buf(data->ssl.tls_out, buf);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 131 wpabuf_put_buf(ie, m->client_info);
168 wpabuf_put_buf(ie, noa);
p2p_build.c 423 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]);
p2p_sd.c 99 wpabuf_put_buf(buf, tlvs);
148 wpabuf_put_buf(buf, tlvs);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 605 wpabuf_put_buf(e, buf);
675 wpabuf_put_buf(*resp, buf);
831 wpabuf_put_buf(nmsg, in_decrypted);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 601 wpabuf_put_buf(e, buf);
671 wpabuf_put_buf(*resp, buf);
827 wpabuf_put_buf(nmsg, in_decrypted);
    [all...]
eap_tls_common.c 358 wpabuf_put_buf(data->tls_in, in_data);
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 501 wpabuf_put_buf(out, in_data);
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 148 wpabuf_put_buf(ies, wps_ie);
    [all...]

Completed in 1606 milliseconds

1 2