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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 45 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
59 if (wpabuf_resize(&proberesp, pos - buf) != 0)
61 wpabuf_put_data(proberesp, buf, pos - buf);
79 if (wpabuf_resize(&proberesp, pos - buf) != 0)
81 wpabuf_put_data(proberesp, buf, pos - buf);
92 if (wpabuf_resize(&proberesp,
95 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
107 if (wpabuf_resize(&proberesp,
110 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
123 if (wpabuf_resize(&proberesp, 100) == 0)
211 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
ap_drv_ops.h 21 struct wpabuf **proberesp,
24 struct wpabuf *proberesp,
beacon.c 581 struct wpabuf *beacon, *proberesp, *assocresp; local
731 params.proberesp = resp;
759 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
761 params.proberesp_ies = proberesp;
791 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
ieee802_11.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 120 const struct wpabuf *proberesp,
134 {0x2, proberesp},
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 127 const struct wpabuf *proberesp,
141 {0x2, proberesp},
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 758 const struct wpabuf *proberesp,
772 if (proberesp) {
773 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
776 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
777 wpabuf_len(proberesp));
778 drv->wps_ie_len = wpabuf_len(proberesp);
driver_atheros.c 678 wpa_hexdump(MSG_DEBUG, "atheros: SET_APPIEBUF(ProbeResp)",
1027 const struct wpabuf *proberesp,
1033 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1034 proberesp);
1040 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1050 proberesp ? wpabuf_head(proberesp) : NULL,
1051 proberesp ? wpabuf_len(proberesp): 0
    [all...]
driver_madwifi.c 785 const struct wpabuf *proberesp,
793 proberesp ? wpabuf_head(proberesp) : NULL,
794 proberesp ? wpabuf_len(proberesp) : 0,
    [all...]
driver_test.c 886 const struct wpabuf *proberesp,
914 if (proberesp == NULL)
919 "IE", proberesp);
923 if (proberesp == NULL) {
927 bss->wps_probe_resp_ie = os_malloc(wpabuf_len(proberesp));
933 os_memcpy(bss->wps_probe_resp_ie, wpabuf_head(proberesp),
934 wpabuf_len(proberesp));
935 bss->wps_probe_resp_ie_len = wpabuf_len(proberesp);
    [all...]
driver.h 661 * proberesp - Probe Response template
666 const u8 *proberesp; member in struct:wpa_driver_ap_params
669 * proberesp_len - Length of the proberesp buffer in octets
    [all...]
driver_nl80211.c 329 const struct wpabuf *proberesp,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 478 const struct wpabuf *proberesp,
484 proberesp, assocresp);
wpa_supplicant_i.h 351 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
config.h 856 * ap_vendor_elements: Vendor specific elements for Beacon/ProbeResp
events.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 73 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
wpa.c 755 wpa_hexdump(MSG_INFO, "WPA: WPA IE in Beacon/ProbeResp",
761 "WPA: No WPA IE in Beacon/ProbeResp");
768 wpa_hexdump(MSG_INFO, "WPA: RSN IE in Beacon/ProbeResp",
774 "WPA: No RSN IE in Beacon/ProbeResp");
937 "with IE in Beacon/ProbeResp (no IE?)",
951 "with IE in Beacon/ProbeResp",
962 "Beacon/ProbeResp",
    [all...]

Completed in 854 milliseconds