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 44 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
66 if (wpabuf_resize(&assocresp, pos - buf) != 0)
68 wpabuf_put_data(assocresp, buf, pos - buf);
134 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
135 wpabuf_put_buf(assocresp, a);
142 if (wpabuf_resize(&assocresp, 100) == 0) {
144 start = wpabuf_put(assocresp, 0);
146 wpabuf_put(assocresp, p - start);
155 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
156 wpabuf_put_buf(assocresp, a)
221 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
beacon.c 957 struct wpabuf *beacon, *proberesp, *assocresp; local
970 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
976 params.assocresp_ies = assocresp;
990 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);

Completed in 43 milliseconds