Searched refs:DPP_ATTR_STATUS (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp.h | 39 DPP_ATTR_STATUS = 0x1000, enumerator
|
D | dpp.c | 1497 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in dpp_build_attr_status() 3643 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_auth_resp_rx() 4033 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_auth_conf_rx() 5885 DPP_ATTR_STATUS, &status_len); in dpp_conf_resp_rx() 5985 status = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_STATUS, in dpp_conf_result_rx() 7556 attr_status = dpp_get_attr(buf, buflen, DPP_ATTR_STATUS, in dpp_pkex_rx_exchange_resp()
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 995 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in hostapd_dpp_send_peer_disc_resp()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 1343 status = dpp_get_attr(buf, len, DPP_ATTR_STATUS, &status_len); in wpas_dpp_rx_peer_disc_resp()
|