Home
last modified time | relevance | path

Searched refs:attr_group (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c346 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local
404 attr_group = dpp_get_attr(buf, len, DPP_ATTR_FINITE_CYCLIC_GROUP, in dpp_pkex_rx_exchange_req()
406 if (!attr_group || attr_group_len != 2) { in dpp_pkex_rx_exchange_req()
411 ike_group = WPA_GET_LE16(attr_group); in dpp_pkex_rx_exchange_req()
694 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
756 attr_group = dpp_get_attr(buf, buflen, in dpp_pkex_rx_exchange_resp()
759 if (attr_group && attr_group_len == 2) { in dpp_pkex_rx_exchange_resp()
762 WPA_GET_LE16(attr_group)); in dpp_pkex_rx_exchange_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c7260 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local
7301 attr_group = dpp_get_attr(buf, len, DPP_ATTR_FINITE_CYCLIC_GROUP, in dpp_pkex_rx_exchange_req()
7303 if (!attr_group || attr_group_len != 2) { in dpp_pkex_rx_exchange_req()
7308 ike_group = WPA_GET_LE16(attr_group); in dpp_pkex_rx_exchange_req()
7599 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
7644 attr_group = dpp_get_attr(buf, buflen, in dpp_pkex_rx_exchange_resp()
7647 if (attr_group && attr_group_len == 2) { in dpp_pkex_rx_exchange_resp()
7650 WPA_GET_LE16(attr_group)); in dpp_pkex_rx_exchange_resp()

Completed in 19 milliseconds