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 43 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
65 if (wpabuf_resize(&assocresp, pos - buf) != 0)
67 wpabuf_put_data(assocresp, buf, pos - buf);
133 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
134 wpabuf_put_buf(assocresp, a);
141 if (wpabuf_resize(&assocresp, 100) == 0) {
143 start = wpabuf_put(assocresp, 0);
145 wpabuf_put(assocresp, p - start);
152 *assocresp_ret = assocresp;
159 wpabuf_free(assocresp);
177 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
beacon.c 498 struct wpabuf *beacon, *proberesp, *assocresp; local
659 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
662 params.assocresp_ies = assocresp;
687 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);

Completed in 174 milliseconds