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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 44 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
66 if (wpabuf_resize(&assocresp, pos - buf) != 0)
68 wpabuf_put_data(assocresp, buf, pos - buf);
134 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
135 wpabuf_put_buf(assocresp, a);
142 if (wpabuf_resize(&assocresp, 100) == 0) {
144 start = wpabuf_put(assocresp, 0);
146 wpabuf_put(assocresp, p - start);
155 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
156 wpabuf_put_buf(assocresp, a)
221 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
ap_drv_ops.h 23 struct wpabuf **assocresp);
26 struct wpabuf *assocresp);
beacon.c 961 struct wpabuf *beacon, *proberesp, *assocresp; local
974 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
980 params.assocresp_ies = assocresp;
994 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 164 const struct wpabuf *assocresp)
179 {0x4, assocresp},
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 145 const struct wpabuf *assocresp)
159 {0x4, assocresp},
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1105 const struct wpabuf *assocresp)
1112 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
1113 assocresp);
1119 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL,
1120 assocresp ? wpabuf_len(assocresp) : 0,
    [all...]
driver.h     [all...]
driver_hostap.c 759 const struct wpabuf *assocresp)
driver_madwifi.c 782 const struct wpabuf *assocresp)
    [all...]
driver_test.c 616 snprintf(cmd, sizeof(cmd), "ASSOCRESP " MACSTR " 0",
839 const struct wpabuf *assocresp)
    [all...]
driver_nl80211.c 401 const struct wpabuf *assocresp) {
410 const struct wpabuf *assocresp);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 492 const struct wpabuf *assocresp)
497 proberesp, assocresp);

Completed in 4038 milliseconds