HomeSort by: relevance | last modified time | path
    Searched defs:proberesp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ap_drv_ops.c 73 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
82 add_buf_data(&proberesp, buf, pos - buf) < 0)
91 if (add_buf_data(&proberesp, buf, pos - buf) < 0)
102 add_buf_data(&proberesp, buf, pos - buf) < 0)
107 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
115 add_buf_data(&proberesp, buf, pos - buf) < 0)
124 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0)
129 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0)
142 if (wpabuf_resize(&proberesp, 100) == 0) {
144 start = wpabuf_put(proberesp, 0)
252 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
beacon.c 2430 params->proberesp = resp;
2534 os_free(params->proberesp);
2535 params->proberesp = NULL;
2564 struct wpabuf *beacon, *proberesp, *assocresp; local
2584 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
2589 params.proberesp_ies = proberesp;
2665 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 1462 * proberesp - Probe Response template
1467 u8 *proberesp; member in struct:wpa_driver_ap_params
1470 * proberesp_len - Length of the proberesp buffer in octets
3941 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
3966 const struct wpabuf *proberesp,
5980 * Optional Beacon/ProbeResp data: IEs included in Beacon or

Completed in 57 milliseconds