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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 71 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
86 if (add_buf_data(&assocresp, buf, pos - buf) < 0)
98 add_buf(&assocresp, hapd->iface->fst_ies) < 0)
133 add_buf(&assocresp, a);
140 if (wpabuf_resize(&assocresp, 100) == 0) {
142 start = wpabuf_put(assocresp, 0);
144 wpabuf_put(assocresp, p - start);
153 add_buf(&assocresp, a);
175 add_buf_data(&assocresp, buf, pos - buf) < 0)
185 *assocresp_ret = assocresp;
219 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
beacon.c 1251 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]

Completed in 166 milliseconds