Searched refs:DPP_ATTR_STATUS (Results 1 – 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.h | 41 DPP_ATTR_STATUS = 0x1000, enumerator
|
D | dpp.c | 1639 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in dpp_build_attr_status() 3747 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_auth_resp_rx() 4126 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_auth_conf_rx() 5979 DPP_ATTR_STATUS, &status_len); in dpp_conf_resp_rx() 6079 status = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_STATUS, in dpp_conf_result_rx() 7635 attr_status = dpp_get_attr(buf, buflen, DPP_ATTR_STATUS, in dpp_pkex_rx_exchange_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp.h | 61 DPP_ATTR_STATUS = 0x1000, enumerator
|
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_reconfig.c | 861 status = dpp_get_attr(attr_start, attr_len, DPP_ATTR_STATUS, in dpp_reconfig_auth_conf_rx()
|
D | dpp.c | 420 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()
|
D | dpp_pkex.c | 747 attr_status = dpp_get_attr(buf, buflen, DPP_ATTR_STATUS, in dpp_pkex_rx_exchange_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | dpp_hostapd.c | 1004 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in hostapd_dpp_send_peer_disc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | dpp_supplicant.c | 1373 status = dpp_get_attr(buf, len, DPP_ATTR_STATUS, &status_len); in wpas_dpp_rx_peer_disc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | dpp_hostapd.c | 1519 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in hostapd_dpp_send_peer_disc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | dpp_supplicant.c | 2408 status = dpp_get_attr(buf, len, DPP_ATTR_STATUS, &status_len); in wpas_dpp_rx_peer_disc_resp()
|