HomeSort by relevance Sort by last modified time
    Searched defs:add_buf (Results 1 - 2 of 2) sorted by null

  /external/blktrace/btt/
misc.c 127 void add_buf(void *buf) function
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 45 static int add_buf(struct wpabuf **dst, const struct wpabuf *src) function
97 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 ||
98 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
99 add_buf(&assocresp, hapd->iface->fst_ies) < 0)
110 if (add_buf(&beacon, hapd->wps_beacon_ie) < 0 ||
111 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0)
115 if (add_buf(&beacon, hapd->p2p_beacon_ie) < 0 ||
116 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0)
141 add_buf(&assocresp, a);
161 add_buf(&assocresp, a)
    [all...]

Completed in 67 milliseconds