Searched refs:assocresp (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 45 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local 67 if (wpabuf_resize(&assocresp, pos - buf) != 0) in hostapd_build_ap_extra_ies() 69 wpabuf_put_data(assocresp, buf, pos - buf); in hostapd_build_ap_extra_ies() 135 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0) in hostapd_build_ap_extra_ies() 136 wpabuf_put_buf(assocresp, a); in hostapd_build_ap_extra_ies() 143 if (wpabuf_resize(&assocresp, 100) == 0) { in hostapd_build_ap_extra_ies() 145 start = wpabuf_put(assocresp, 0); in hostapd_build_ap_extra_ies() 147 wpabuf_put(assocresp, p - start); in hostapd_build_ap_extra_ies() 156 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0) in hostapd_build_ap_extra_ies() 157 wpabuf_put_buf(assocresp, a); in hostapd_build_ap_extra_ies() [all …]
|
D | ap_drv_ops.h | 23 struct wpabuf **assocresp); 26 struct wpabuf *assocresp);
|
D | beacon.c | 1041 struct wpabuf *beacon, *proberesp, *assocresp; in ieee802_11_set_beacon() local 1054 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in ieee802_11_set_beacon() 1060 params.assocresp_ies = assocresp; in ieee802_11_set_beacon() 1076 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in ieee802_11_set_beacon()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_android.c | 176 const struct wpabuf *assocresp) in wpa_driver_set_ap_wps_p2p_ie() argument
|
D | driver_atheros.c | 999 const struct wpabuf *assocresp) in atheros_set_ap_wps_ie() argument 1007 assocresp); in atheros_set_ap_wps_ie() 1013 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL, in atheros_set_ap_wps_ie() 1014 assocresp ? wpabuf_len(assocresp) : 0, in atheros_set_ap_wps_ie()
|
D | driver_nl80211.h | 248 const struct wpabuf *assocresp);
|
D | driver.h | 2491 const struct wpabuf *assocresp);
|
D | driver_hostap.c | 764 const struct wpabuf *assocresp) in hostap_set_ap_wps_ie() argument
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | driver_i.h | 500 const struct wpabuf *assocresp) in wpa_drv_set_ap_wps_ie() argument 505 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()
|