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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 71 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
81 if (add_buf_data(&proberesp, buf, pos - buf) < 0)
92 add_buf_data(&proberesp, buf, pos - buf) < 0)
97 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
103 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0)
108 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0)
121 if (wpabuf_resize(&proberesp, 100) == 0) {
123 start = wpabuf_put(proberesp, 0);
125 wpabuf_put(proberesp, p - start);
161 add_buf_data(&proberesp, buf, pos - buf) < 0
220 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
beacon.c 1342 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1079 * proberesp - Probe Response template
1084 u8 *proberesp; member in struct:wpa_driver_ap_params
1087 * proberesp_len - Length of the proberesp buffer in octets
    [all...]

Completed in 282 milliseconds