Lines Matching refs:attr_start

333 	u8 *attr_start, *attr_end;  in dpp_reconfig_build_resp()  local
369 attr_start = wpabuf_put(msg, 0); in dpp_reconfig_build_resp()
404 addr[1] = attr_start; in dpp_reconfig_build_resp()
405 len[1] = attr_end - attr_start; in dpp_reconfig_build_resp()
443 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_req_rx() argument
456 trans_id = dpp_get_attr(attr_start, attr_len, DPP_ATTR_TRANSACTION_ID, in dpp_reconfig_auth_req_rx()
464 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_reconfig_auth_req_rx()
472 i_connector = dpp_get_attr(attr_start, attr_len, DPP_ATTR_CONNECTOR, in dpp_reconfig_auth_req_rx()
481 c_nonce = dpp_get_attr(attr_start, attr_len, in dpp_reconfig_auth_req_rx()
576 u8 *attr_start, *attr_end; in dpp_reconfig_build_conf() local
621 attr_start = wpabuf_put(msg, 0); in dpp_reconfig_build_conf()
634 addr[1] = attr_start; in dpp_reconfig_build_conf()
635 len[1] = attr_end - attr_start; in dpp_reconfig_build_conf()
665 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_resp_rx() argument
686 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, in dpp_reconfig_auth_resp_rx()
695 attr_len = wrapped_data - 4 - attr_start; in dpp_reconfig_auth_resp_rx()
697 trans_id = dpp_get_attr(attr_start, attr_len, DPP_ATTR_TRANSACTION_ID, in dpp_reconfig_auth_resp_rx()
708 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_reconfig_auth_resp_rx()
719 r_connector = dpp_get_attr(attr_start, attr_len, DPP_ATTR_CONNECTOR, in dpp_reconfig_auth_resp_rx()
728 e_nonce = dpp_get_attr(attr_start, attr_len, in dpp_reconfig_auth_resp_rx()
737 r_proto = dpp_get_attr(attr_start, attr_len, DPP_ATTR_R_PROTOCOL_KEY, in dpp_reconfig_auth_resp_rx()
781 addr[1] = attr_start; in dpp_reconfig_auth_resp_rx()
850 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_conf_rx() argument
866 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, in dpp_reconfig_auth_conf_rx()
875 attr_len = wrapped_data - 4 - attr_start; in dpp_reconfig_auth_conf_rx()
877 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_reconfig_auth_conf_rx()
893 addr[1] = attr_start; in dpp_reconfig_auth_conf_rx()