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 45 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
67 if (wpabuf_resize(&assocresp, pos - buf) != 0)
69 wpabuf_put_data(assocresp, buf, pos - buf);
135 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
136 wpabuf_put_buf(assocresp, a);
143 if (wpabuf_resize(&assocresp, 100) == 0) {
145 start = wpabuf_put(assocresp, 0);
147 wpabuf_put(assocresp, p - start);
156 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
157 wpabuf_put_buf(assocresp, a)
211 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
beacon.c 581 struct wpabuf *beacon, *proberesp, *assocresp; local
759 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
762 params.assocresp_ies = assocresp;
791 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);

Completed in 44 milliseconds