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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 45 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
67 if (wpabuf_resize(&assocresp, pos - buf) != 0)
69 wpabuf_put_data(assocresp, buf, pos - buf);
135 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
136 wpabuf_put_buf(assocresp, a);
143 if (wpabuf_resize(&assocresp, 100) == 0) {
145 start = wpabuf_put(assocresp, 0);
147 wpabuf_put(assocresp, p - start);
156 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
157 wpabuf_put_buf(assocresp, a)
231 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
ap_drv_ops.h 23 struct wpabuf **assocresp);
26 struct wpabuf *assocresp);
beacon.c 1041 struct wpabuf *beacon, *proberesp, *assocresp; local
1054 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
1060 params.assocresp_ies = assocresp;
1076 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 169 const struct wpabuf *assocresp)
184 {0x4, assocresp},
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 170 const struct wpabuf *assocresp)
184 {0x4, assocresp},
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_android.c 176 const struct wpabuf *assocresp)
driver_nl80211.h 247 const struct wpabuf *assocresp);
driver_atheros.c 999 const struct wpabuf *assocresp)
1006 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
1007 assocresp);
1013 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL,
1014 assocresp ? wpabuf_len(assocresp) : 0,
    [all...]
driver.h     [all...]
driver_hostap.c 764 const struct wpabuf *assocresp)
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 500 const struct wpabuf *assocresp)
505 proberesp, assocresp);

Completed in 88 milliseconds