Lines Matching refs:attr_id
315 static int dpp_pkex_identifier_match(const u8 *attr_id, u16 attr_id_len, in dpp_pkex_identifier_match() argument
318 if (!attr_id && identifier) { in dpp_pkex_identifier_match()
324 if (attr_id && !identifier) { in dpp_pkex_identifier_match()
330 if (attr_id && identifier && in dpp_pkex_identifier_match()
332 os_memcmp(identifier, attr_id, attr_id_len) != 0)) { in dpp_pkex_identifier_match()
349 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local
401 attr_id = dpp_get_attr(buf, len, DPP_ATTR_CODE_IDENTIFIER, in dpp_pkex_rx_exchange_req()
403 if (!dpp_pkex_identifier_match(attr_id, attr_id_len, identifier)) in dpp_pkex_rx_exchange_req()
701 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
781 attr_id = dpp_get_attr(buf, buflen, DPP_ATTR_CODE_IDENTIFIER, in dpp_pkex_rx_exchange_resp()
783 if (!dpp_pkex_identifier_match(attr_id, attr_id_len, in dpp_pkex_rx_exchange_resp()