Home
last modified time | relevance | path

Searched refs:attr_status (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c701 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
755 attr_status = dpp_get_attr(buf, buflen, DPP_ATTR_STATUS, in dpp_pkex_rx_exchange_resp()
757 if (!attr_status || attr_status_len != 1) { in dpp_pkex_rx_exchange_resp()
761 wpa_printf(MSG_DEBUG, "DPP: Status %u", attr_status[0]); in dpp_pkex_rx_exchange_resp()
763 if (attr_status[0] == DPP_STATUS_BAD_GROUP) { in dpp_pkex_rx_exchange_resp()
775 if (attr_status[0] != DPP_STATUS_OK) { in dpp_pkex_rx_exchange_resp()