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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 71 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
86 if (add_buf_data(&assocresp, buf, pos - buf) < 0)
98 add_buf(&assocresp, hapd->iface->fst_ies) < 0)
133 add_buf(&assocresp, a);
140 if (wpabuf_resize(&assocresp, 100) == 0) {
142 start = wpabuf_put(assocresp, 0);
144 wpabuf_put(assocresp, p - start);
153 add_buf(&assocresp, a);
175 add_buf_data(&assocresp, buf, pos - buf) < 0)
185 *assocresp_ret = assocresp;
219 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
ap_drv_ops.h 23 struct wpabuf **assocresp);
26 struct wpabuf *assocresp);
beacon.c 1251 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
ieee802_11.c     [all...]
wpa_auth.c 782 wpa_hexdump(MSG_DEBUG, "FT: FTIE in (Re)AssocResp",
    [all...]
  /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 165 const struct wpabuf *assocresp)
167 UNUSED(priv), UNUSED(beacon), UNUSED(proberesp), UNUSED(assocresp);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_android.c 176 const struct wpabuf *assocresp)
driver_nl80211.h 268 const struct wpabuf *assocresp);
driver_atheros.c 1003 const struct wpabuf *assocresp)
1010 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
1011 assocresp);
1017 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL,
1018 assocresp ? wpabuf_len(assocresp) : 0,
    [all...]
driver_hostap.c 757 const struct wpabuf *assocresp)
driver.h     [all...]
driver_wext.c 383 wpa_hexdump(MSG_DEBUG, "AssocResp IE wireless event", (const u8 *) ev,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 498 const struct wpabuf *assocresp)
503 proberesp, assocresp);
  /external/libpcap/
grammar.y 85 { IEEE80211_FC0_SUBTYPE_ASSOC_RESP, "assocresp" },
grammar.c 158 { IEEE80211_FC0_SUBTYPE_ASSOC_RESP, "assocresp" },
    [all...]

Completed in 603 milliseconds