Lines Matching refs:csrattrs
1154 os_free(conf->csrattrs); in dpp_configuration_free()
1277 conf->csrattrs = os_zalloc(len + 1); in dpp_configuration_parse_helper()
1278 if (!conf->csrattrs) in dpp_configuration_parse_helper()
1280 os_memcpy(conf->csrattrs, pos, len); in dpp_configuration_parse_helper()
1482 os_free(auth->csrattrs); in dpp_auth_deinit()
2091 auth->conf_sta->csrattrs) in dpp_build_conf_resp()
2092 clear_len += 4 + os_strlen(auth->conf_sta->csrattrs); in dpp_build_conf_resp()
2187 auth->conf_sta->csrattrs) { in dpp_build_conf_resp()
2191 wpabuf_put_le16(clear, os_strlen(auth->conf_sta->csrattrs)); in dpp_build_conf_resp()
2192 wpabuf_put_str(clear, auth->conf_sta->csrattrs); in dpp_build_conf_resp()
3376 u8 *csrattrs; in dpp_conf_resp_rx() local
3381 csrattrs = dpp_get_csr_attrs(unwrapped, unwrapped_len, in dpp_conf_resp_rx()
3383 if (!csrattrs) { in dpp_conf_resp_rx()
3388 wpa_hexdump(MSG_DEBUG, "DPP: CsrAttrs", csrattrs, csrattrs_len); in dpp_conf_resp_rx()
3389 os_free(auth->csrattrs); in dpp_conf_resp_rx()
3390 auth->csrattrs = csrattrs; in dpp_conf_resp_rx()