Home
last modified time | relevance | path

Searched refs:attr_start (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp.h224 unsigned int freq, const u8 *hdr, const u8 *attr_start,
228 const u8 *attr_start, size_t attr_len);
232 const u8 *attr_start, size_t attr_len);
238 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start,
Ddpp.c1345 u8 *attr_start, *attr_end; in dpp_auth_init() local
1404 attr_start = wpabuf_put(msg, 0); in dpp_auth_init()
1452 addr[1] = attr_start; in dpp_auth_init()
1453 len[1] = attr_end - attr_start; in dpp_auth_init()
1877 u8 *attr_start, *attr_end; in dpp_auth_build_resp() local
1949 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_resp()
2017 addr[1] = attr_start; in dpp_auth_build_resp()
2018 len[1] = attr_end - attr_start; in dpp_auth_build_resp()
2056 u8 *attr_start, *attr_end; in dpp_auth_build_resp_status() local
2068 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_resp_status()
[all …]