Searched refs:extra_buf (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.sbin/camdd/ |
| H A D | camdd.c | 187 int extra_buf; member 329 uint8_t *extra_buf; member 713 if (data->extra_buf != 0) { in camdd_release_buf() 714 void *extra_buf; in camdd_release_buf() local 716 extra_buf = (void *) in camdd_release_buf() 718 free(extra_buf); in camdd_release_buf() 719 data->extra_buf = 0; in camdd_release_buf() 725 if (data->extra_buf != 0) { in camdd_release_buf() 727 data->extra_buf = 0; in camdd_release_buf() 799 uint8_t *extra_buf = NULL; in camdd_buf_sg_create() local [all …]
|
| /freebsd/contrib/wpa/src/fst/ |
| H A D | fst_session.c | 266 const struct wpabuf *extra_buf) in fst_session_send_action() argument 291 if (extra_buf) in fst_session_send_action() 292 len += wpabuf_size(extra_buf); in fst_session_send_action() 304 if (extra_buf) in fst_session_send_action() 305 wpabuf_put_buf(buf, extra_buf); in fst_session_send_action()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | interworking.c | 2782 struct wpabuf *extra_buf = NULL; in anqp_send_req() local 2805 extra_buf = wpabuf_alloc(100); in anqp_send_req() 2806 if (extra_buf == NULL) in anqp_send_req() 2808 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req() 2820 wpabuf_free(extra_buf); in anqp_send_req() 2826 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) { in anqp_send_req() 2827 wpabuf_free(extra_buf); in anqp_send_req() 2831 wpabuf_put_buf(extra_buf, mbo); in anqp_send_req() 2837 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req() 2838 wpabuf_free(extra_buf); in anqp_send_req()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.h | 388 u8 *extra_buf; member
|
| H A D | cfg80211.c | 3611 *(__le32 *)cfg->extra_buf = cpu_to_le32(WL_EXTRA_BUF_MAX); in brcmf_update_bss_info() 3613 cfg->extra_buf, WL_EXTRA_BUF_MAX); in brcmf_update_bss_info() 3618 bi = (struct brcmf_bss_info_le *)(cfg->extra_buf + 4); in brcmf_update_bss_info() 6508 cfg->extra_buf, WL_ASSOC_INFO_MAX); in brcmf_get_assoc_ies() 6514 (struct brcmf_cfg80211_assoc_ielen_le *)cfg->extra_buf; in brcmf_get_assoc_ies() 6524 cfg->extra_buf, in brcmf_get_assoc_ies() 6532 kmemdup(cfg->extra_buf, conn_info->req_ie_len, in brcmf_get_assoc_ies() 6542 cfg->extra_buf, in brcmf_get_assoc_ies() 6550 kmemdup(cfg->extra_buf, conn_info->resp_ie_len, in brcmf_get_assoc_ies() 7000 kfree(cfg->extra_buf); in brcmf_deinit_priv_mem() [all …]
|