Searched refs:DPP_ATTR_ENROLLEE_NONCE (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_reconfig.c | 387 wpabuf_put_le16(msg, DPP_ATTR_ENROLLEE_NONCE); in dpp_reconfig_build_resp() 605 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_reconfig_build_conf() 729 DPP_ATTR_ENROLLEE_NONCE, &e_nonce_len); in dpp_reconfig_auth_resp_rx() 944 DPP_ATTR_ENROLLEE_NONCE, &e_nonce_len); in dpp_reconfig_auth_conf_rx()
|
H A D | dpp.c | 837 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_req_attr() 849 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_req_attr() 2135 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_resp() 2148 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_resp() 2335 DPP_ATTR_ENROLLEE_NONCE, in dpp_conf_req_rx() 3352 DPP_ATTR_ENROLLEE_NONCE, in dpp_conf_resp_rx() 3563 DPP_ATTR_ENROLLEE_NONCE, in dpp_conf_result_rx() 3615 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conf_result() 3722 DPP_ATTR_ENROLLEE_NONCE, in dpp_conn_status_result_rx() 3834 wpabuf_put_le16(clear, DPP_ATTR_ENROLLEE_NONCE); in dpp_build_conn_status_result()
|
H A D | dpp.h | 86 DPP_ATTR_ENROLLEE_NONCE = 0x1014, enumerator
|