Home | History | Annotate | Download | only in common

Lines Matching refs:attr_status

5405 	const u8 *attr_status, *attr_id, *attr_key;
5426 attr_status = dpp_get_attr(buf, buflen, DPP_ATTR_STATUS,
5428 if (!attr_status || attr_status_len != 1) {
5432 wpa_printf(MSG_DEBUG, "DPP: Status %u", attr_status[0]);
5433 if (attr_status[0] != DPP_STATUS_OK) {