Searched refs:DPP_ATTR_STATUS (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/common/ |
D | dpp_auth.c | 1521 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()
|
D | dpp.h | 67 DPP_ATTR_STATUS = 0x1000, enumerator
|
D | dpp_reconfig.c | 877 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_reconfig_auth_conf_rx()
|
D | dpp_pkex.c | 755 attr_status = dpp_get_attr(buf, buflen, DPP_ATTR_STATUS, in dpp_pkex_rx_exchange_resp()
|
D | dpp.c | 509 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in dpp_build_attr_status() 3366 DPP_ATTR_STATUS, &status_len); in dpp_conf_resp_rx() 3578 status = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_STATUS, in dpp_conf_result_rx()
|
/hostap-latest/src/ap/ |
D | dpp_hostapd.c | 1942 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in hostapd_dpp_send_peer_disc_resp()
|
/hostap-latest/wpa_supplicant/ |
D | dpp_supplicant.c | 2789 status = dpp_get_attr(buf, len, DPP_ATTR_STATUS, &status_len); in wpas_dpp_rx_peer_disc_resp()
|