Searched refs:extra_buf (Results 1 – 5 of 5) sorted by relevance
| /src/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 …]
|
| /src/contrib/wpa/src/fst/ |
| H A D | fst_session.c | 270 const struct wpabuf *extra_buf) in fst_session_send_action() argument 295 if (extra_buf) in fst_session_send_action() 296 len += wpabuf_size(extra_buf); in fst_session_send_action() 308 if (extra_buf) in fst_session_send_action() 309 wpabuf_put_buf(buf, extra_buf); in fst_session_send_action()
|
| /src/contrib/wpa/wpa_supplicant/ |
| H A D | interworking.c | 2810 struct wpabuf *extra_buf = NULL; in anqp_send_req() local 2833 extra_buf = wpabuf_alloc(100); in anqp_send_req() 2834 if (extra_buf == NULL) in anqp_send_req() 2836 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req() 2848 wpabuf_free(extra_buf); in anqp_send_req() 2854 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) { in anqp_send_req() 2855 wpabuf_free(extra_buf); in anqp_send_req() 2859 wpabuf_put_buf(extra_buf, mbo); in anqp_send_req() 2865 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req() 2866 wpabuf_free(extra_buf); in anqp_send_req()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.h | 384 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 …]
|