Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c347 u16 attr_group_len, attr_id_len, attr_key_len; in dpp_pkex_rx_exchange_req() local
405 &attr_group_len); in dpp_pkex_rx_exchange_req()
406 if (!attr_group || attr_group_len != 2) { in dpp_pkex_rx_exchange_req()
695 u16 attr_status_len, attr_id_len, attr_key_len, attr_group_len; in dpp_pkex_rx_exchange_resp() local
758 &attr_group_len); in dpp_pkex_rx_exchange_resp()
759 if (attr_group && attr_group_len == 2) { in dpp_pkex_rx_exchange_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c7261 u16 attr_group_len, attr_id_len, attr_key_len; in dpp_pkex_rx_exchange_req() local
7302 &attr_group_len); in dpp_pkex_rx_exchange_req()
7303 if (!attr_group || attr_group_len != 2) { in dpp_pkex_rx_exchange_req()
7600 u16 attr_status_len, attr_id_len, attr_key_len, attr_group_len; in dpp_pkex_rx_exchange_resp() local
7646 &attr_group_len); in dpp_pkex_rx_exchange_resp()
7647 if (attr_group && attr_group_len == 2) { in dpp_pkex_rx_exchange_resp()

Completed in 13 milliseconds