HomeSort by relevance Sort by last modified time
    Searched refs:proberesp (Results 1 - 13 of 13) 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...]
ap_drv_ops.h 22 struct wpabuf **proberesp,
25 struct wpabuf *proberesp,
hostapd.c     [all...]
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 164 const struct wpabuf *proberesp,
167 UNUSED(priv), UNUSED(beacon), UNUSED(proberesp), UNUSED(assocresp);
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 168 const struct wpabuf *proberesp,
183 {0x2, proberesp},
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_android.c 175 const struct wpabuf *proberesp,
driver_hostap.c 756 const struct wpabuf *proberesp,
770 if (proberesp) {
771 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
774 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
775 wpabuf_len(proberesp));
776 drv->wps_ie_len = wpabuf_len(proberesp);
driver_nl80211.h 282 const struct wpabuf *proberesp,
driver_atheros.c 726 wpa_hexdump(MSG_DEBUG, "atheros: SET_APPIEBUF(ProbeResp)",
1006 const struct wpabuf *proberesp,
1012 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1013 proberesp);
1019 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1029 proberesp ? wpabuf_head(proberesp) : NULL,
1030 proberesp ? wpabuf_len(proberesp): 0
    [all...]
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...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 506 const struct wpabuf *proberesp,
512 proberesp, assocresp);

Completed in 185 milliseconds