Searched refs:attr_end (Results 1 – 2 of 2) sorted by relevance
/hostap-3.7.0/src/common/ |
D | dpp_reconfig.c | 333 u8 *attr_start, *attr_end; in dpp_reconfig_build_resp() local 396 attr_end = wpabuf_put(msg, 0); in dpp_reconfig_build_resp() 405 len[1] = attr_end - attr_start; in dpp_reconfig_build_resp() 576 u8 *attr_start, *attr_end; in dpp_reconfig_build_conf() local 626 attr_end = wpabuf_put(msg, 0); in dpp_reconfig_build_conf() 635 len[1] = attr_end - attr_start; in dpp_reconfig_build_conf()
|
D | dpp_auth.c | 72 u8 *attr_start, *attr_end; in dpp_auth_build_req() local 191 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_req() 200 len[1] = attr_end - attr_start; in dpp_auth_build_req() 251 u8 *attr_start, *attr_end, *pos; in dpp_auth_build_resp() local 299 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_resp() 386 len[1] = attr_end - attr_start; in dpp_auth_build_resp() 968 u8 *attr_start, *attr_end; in dpp_auth_build_conf() local 1051 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_conf() 1060 len[1] = attr_end - attr_start; in dpp_auth_build_conf()
|