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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 43 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
65 if (wpabuf_resize(&assocresp, pos - buf) != 0)
67 wpabuf_put_data(assocresp, buf, pos - buf);
133 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
134 wpabuf_put_buf(assocresp, a);
141 if (wpabuf_resize(&assocresp, 100) == 0) {
143 start = wpabuf_put(assocresp, 0);
145 wpabuf_put(assocresp, p - start);
152 *assocresp_ret = assocresp;
159 wpabuf_free(assocresp);
177 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
ap_drv_ops.h 21 struct wpabuf **assocresp);
24 struct wpabuf *assocresp);
beacon.c 498 struct wpabuf *beacon, *proberesp, *assocresp; local
659 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
662 params.assocresp_ies = assocresp;
687 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
ieee802_11.c 1069 /* Station will be marked associated, after it acknowledges AssocResp
    [all...]
wpa_auth.c 713 wpa_hexdump(MSG_DEBUG, "FT: FTIE in (Re)AssocResp",
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 315 const struct wpabuf *assocresp)
329 {0x4, assocresp},
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 825 const struct wpabuf *assocresp)
832 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
833 assocresp);
839 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL,
840 assocresp ? wpabuf_len(assocresp) : 0,
    [all...]
driver_test.c 664 snprintf(cmd, sizeof(cmd), "ASSOCRESP " MACSTR " 0",
887 const struct wpabuf *assocresp)
    [all...]
driver_hostap.c 759 const struct wpabuf *assocresp)
driver_madwifi.c 792 const struct wpabuf *assocresp)
    [all...]
driver.h     [all...]
driver_wext.c 397 wpa_hexdump(MSG_DEBUG, "AssocResp IE wireless event", (const u8 *) ev,
    [all...]
driver_nl80211.c 316 const struct wpabuf *assocresp);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 462 const struct wpabuf *assocresp)
467 proberesp, assocresp);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c 481 /* ASSOCRESP BSSID <res> */
484 "assocresp");
564 } else if (os_strncmp(buf, "ASSOCRESP ", 10) == 0) {
    [all...]
driver.h 893 * @supp_rates: Supported rate set (from (Re)AssocResp); in IEEE 802.11
    [all...]
driver_nl80211.c 584 wpa_hexdump(MSG_DEBUG, "AssocResp IE wireless event", (const u8 *) ev,
    [all...]
driver_wext.c 450 wpa_hexdump(MSG_DEBUG, "AssocResp IE wireless event", (const u8 *) ev,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 1041 /* AssocResp and ReassocResp have identical structure, so process both
1081 wpa_printf(MSG_DEBUG, "MLME: failed to parse AssocResp");
1110 "AssocResp");
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 282 wpa_hexdump(MSG_DEBUG, "AssocResp IE wireless event", (const u8 *) ev,
    [all...]

Completed in 724 milliseconds