Searched refs:wpabuf_resize (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-12-stable/contrib/wpa/src/utils/
H A Dwpabuf.h29 int wpabuf_resize(struct wpabuf **buf, size_t add_len);
H A Dwpabuf.c47 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) function
64 wpa_trace_show("wpabuf_resize invalid magic");
H A Dutils_module_tests.c524 if (wpabuf_resize(&buf, 100) < 0)
542 if (wpabuf_resize(&buf, 100) < 0)
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c49 if (wpabuf_resize(dst, wpabuf_len(src)) != 0)
60 if (wpabuf_resize(dst, len) != 0)
122 if (wpabuf_resize(&beacon, 100) == 0) {
129 if (wpabuf_resize(&proberesp, 100) == 0) {
148 if (wpabuf_resize(&assocresp, 100) == 0) {
H A Dfils_hlp.c117 if (wpabuf_resize(&sta->hlp_dhcp_discover,
285 if (wpabuf_resize(&sta->fils_hlp_resp, wpabuf_len(resp) +
H A Dgas_query_ap.c197 if (wpabuf_resize(&query->resp, len) < 0) {
/freebsd-12-stable/contrib/wpa/src/tls/
H A Dtlsv1_client.c160 if (wpabuf_resize(&conn->partial_input, in_len) < 0) {
320 if (wpabuf_resize(&conn->partial_input, in_len) < 0) {
336 if (wpabuf_resize(&buf, in_end - pos) < 0) {
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dscan.c462 if (wpabuf_resize(ie, 5)) {
502 wpabuf_resize(&default_ies, ext_capab_len) == 0)
509 if (wpabuf_resize(&default_ies, 12) == 0)
540 wpabuf_resize(&extra_ie, ext_capab_len) == 0)
545 wpabuf_resize(&extra_ie, 100) == 0)
565 if (wpabuf_resize(&extra_ie, wpabuf_len(wps_ie)) == 0)
574 if (wpabuf_resize(&extra_ie, ielen) == 0)
584 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 9) == 0)
590 wpabuf_resize(&extra_ie, wpabuf_len(wpa_s->fst_ies)) == 0)
596 if (wpabuf_resize(
[all...]
H A Dwnm_sta.c880 if (wpabuf_resize(buf, 18) < 0) {
1055 if (wpabuf_resize(&buf, ret) < 0) {
1610 ret = wpabuf_resize(&buf, max_len);
H A Dmesh.c428 if (wpabuf_resize(extra_ie, ielen) == 0) {
H A Dgas_query.c211 if (wpabuf_resize(&query->resp, len) < 0) {
H A Drrm.c284 if (wpabuf_resize(buf, 5 + data_len))
/freebsd-12-stable/contrib/wpa/src/eap_server/
H A Deap_server_eke.c292 if (wpabuf_resize(&data->msgs, wpabuf_len(msg)) < 0) {
504 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) {
577 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) {
H A Deap_server_tls.c290 if (wpabuf_resize(&data->ssl.tls_out, wpabuf_len(encr)) < 0) {
H A Deap_server_aka.c260 if (wpabuf_resize(&data->id_msgs, wpabuf_len(msg)) < 0)
H A Deap_server_fast.c837 if (wpabuf_resize(&data->ssl.tls_out, wpabuf_len(encr)) < 0) {
H A Deap_server_teap.c807 if (wpabuf_resize(&data->ssl.tls_out, wpabuf_len(encr)) < 0) {
/freebsd-12-stable/contrib/wpa/src/eap_common/
H A Deap_sim_common.c1064 if (wpabuf_resize(&msg->buf, attr_len))
1088 if (wpabuf_resize(&msg->buf, attr_len))
/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap_eke.c484 if (wpabuf_resize(&data->msgs, wpabuf_len(reqData) + wpabuf_len(resp))
H A Deap_tls_common.c502 if (wpabuf_resize(&data->tls_in, in_len) < 0) {
H A Deap_aka.c455 if (wpabuf_resize(&data->id_msgs, wpabuf_len(msg)) < 0)
/freebsd-12-stable/contrib/wpa/src/p2p/
H A Dp2p_sd.c827 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0)
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_gnutls.c188 if (wpabuf_resize(&conn->push_buf, len) < 0) {
/freebsd-12-stable/contrib/wpa/src/radius/
H A Dradius.c649 if (wpabuf_resize(&msg->buf, buf_needed) < 0)
/freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5123 if (wpabuf_resize(&wpa_s->vendor_elem[frame_id], len) < 0) {

Completed in 311 milliseconds

12