Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c7599 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
7635 attr_status = dpp_get_attr(buf, buflen, DPP_ATTR_STATUS, in dpp_pkex_rx_exchange_resp()
7637 if (!attr_status || attr_status_len != 1) { in dpp_pkex_rx_exchange_resp()
7641 wpa_printf(MSG_DEBUG, "DPP: Status %u", attr_status[0]); in dpp_pkex_rx_exchange_resp()
7643 if (attr_status[0] == DPP_STATUS_BAD_GROUP) { in dpp_pkex_rx_exchange_resp()
7655 if (attr_status[0] != DPP_STATUS_OK) { in dpp_pkex_rx_exchange_resp()