Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/common/
Ddpp.h61 DPP_ATTR_STATUS = 0x1000, enumerator
Ddpp_auth.c1521 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_auth_resp_rx()
1905 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_auth_conf_rx()
Ddpp_reconfig.c861 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_reconfig_auth_conf_rx()
Ddpp.c420 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in dpp_build_attr_status()
2925 DPP_ATTR_STATUS, &status_len); in dpp_conf_resp_rx()
3071 status = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_STATUS, in dpp_conf_result_rx()
Ddpp_pkex.c747 attr_status = dpp_get_attr(buf, buflen, DPP_ATTR_STATUS, in dpp_pkex_rx_exchange_resp()
/freebsd-12-stable/contrib/wpa/src/ap/
Ddpp_hostapd.c1519 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in hostapd_dpp_send_peer_disc_resp()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Ddpp_supplicant.c2408 status = dpp_get_attr(buf, len, DPP_ATTR_STATUS, &status_len); in wpas_dpp_rx_peer_disc_resp()