Searched refs:DPP_ATTR_ENROLLEE_NONCE (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp_reconfig.c | 375 wpabuf_put_le16(msg, DPP_ATTR_ENROLLEE_NONCE); in dpp_reconfig_build_resp() 593 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_reconfig_build_conf() 717 DPP_ATTR_ENROLLEE_NONCE, &e_nonce_len); in dpp_reconfig_auth_resp_rx() 932 DPP_ATTR_ENROLLEE_NONCE, &e_nonce_len); in dpp_reconfig_auth_conf_rx()
|
D | dpp.c | 709 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_req_attr() 721 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_req_attr() 1774 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_resp() 1787 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_resp() 1948 DPP_ATTR_ENROLLEE_NONCE, in dpp_conf_req_rx() 2937 DPP_ATTR_ENROLLEE_NONCE, in dpp_conf_resp_rx() 3082 DPP_ATTR_ENROLLEE_NONCE, in dpp_conf_result_rx() 3134 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_result() 3241 DPP_ATTR_ENROLLEE_NONCE, in dpp_conn_status_result_rx() 3353 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conn_status_result()
|
D | dpp.h | 79 DPP_ATTR_ENROLLEE_NONCE = 0x1014, enumerator
|