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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 46 struct wpabuf *beacon, *proberesp, *assocresp = NULL; local
53 proberesp = hapd->wps_probe_resp_ie;
72 proberesp = NULL;
74 proberesp = wpabuf_alloc(
79 if (proberesp == NULL) {
84 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
86 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
107 a = wpabuf_alloc(100 + (proberesp ? wpabuf_len(proberesp) :
111 if (proberesp)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 812 const struct wpabuf *proberesp,
820 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
830 proberesp ? wpabuf_head(proberesp) : NULL,
831 proberesp ? wpabuf_len(proberesp): 0,
    [all...]
driver_hostap.c 767 const struct wpabuf *proberesp,
781 if (proberesp) {
782 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
785 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
786 wpabuf_len(proberesp));
787 drv->wps_ie_len = wpabuf_len(proberesp);
    [all...]
driver_madwifi.c 791 const struct wpabuf *proberesp,
799 proberesp ? wpabuf_head(proberesp) : NULL,
800 proberesp ? wpabuf_len(proberesp) : 0,
    [all...]
driver_test.c 892 const struct wpabuf *proberesp,
920 if (proberesp == NULL)
925 "IE", proberesp);
929 if (proberesp == NULL) {
933 bss->wps_probe_resp_ie = os_malloc(wpabuf_len(proberesp));
939 os_memcpy(bss->wps_probe_resp_ie, wpabuf_head(proberesp),
940 wpabuf_len(proberesp));
941 bss->wps_probe_resp_ie_len = wpabuf_len(proberesp);
    [all...]
driver.h     [all...]
driver_nl80211.c 216 const struct wpabuf *proberesp,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 326 const struct wpabuf *proberesp,
340 {0x2, proberesp},
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 517 const struct wpabuf *proberesp,
523 proberesp, assocresp);

Completed in 42 milliseconds