Searched refs:attr_start (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp.h | 391 unsigned int freq, const u8 *hdr, const u8 *attr_start, 395 const u8 *attr_start, size_t attr_len); 399 const u8 *attr_start, size_t attr_len); 415 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, 421 const u8 *attr_start, size_t attr_len);
|
D | dpp.c | 1540 u8 *attr_start, *attr_end; in dpp_auth_build_req() local 1558 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_req() 1665 addr[1] = attr_start; in dpp_auth_build_req() 1666 len[1] = attr_end - attr_start; in dpp_auth_build_req() 1717 u8 *attr_start, *attr_end, *pos; in dpp_auth_build_resp() local 1736 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_resp() 1848 addr[1] = attr_start; in dpp_auth_build_resp() 1849 len[1] = attr_end - attr_start; in dpp_auth_build_resp() 2957 unsigned int freq, const u8 *hdr, const u8 *attr_start, in dpp_auth_req_rx() argument 2985 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, in dpp_auth_req_rx() [all …]
|