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 72 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
82 if (add_buf_data(&proberesp, buf, pos - buf) < 0)
93 add_buf_data(&proberesp, buf, pos - buf) < 0)
98 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
106 add_buf_data(&proberesp, buf, pos - buf) < 0)
111 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0)
116 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0)
129 if (wpabuf_resize(&proberesp, 100) == 0) {
131 start = wpabuf_put(proberesp, 0);
133 wpabuf_put(proberesp, p - start)
228 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
beacon.c 1408 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1162 * proberesp - Probe Response template
1167 u8 *proberesp; member in struct:wpa_driver_ap_params
1170 * proberesp_len - Length of the proberesp buffer in octets
    [all...]

Completed in 70 milliseconds