Searched refs:DPP_ATTR_BOOTSTRAP_KEY (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp.h | 54 DPP_ATTR_BOOTSTRAP_KEY = 0x100F, enumerator
|
D | dpp.c | 7434 wpabuf_put_le16(clear, DPP_ATTR_BOOTSTRAP_KEY); in dpp_pkex_build_commit_reveal_req() 7443 wpabuf_put_le16(clear, DPP_ATTR_BOOTSTRAP_KEY); in dpp_pkex_build_commit_reveal_req() 7757 wpabuf_put_le16(clear, DPP_ATTR_BOOTSTRAP_KEY); in dpp_pkex_build_commit_reveal_resp() 7766 wpabuf_put_le16(clear, DPP_ATTR_BOOTSTRAP_KEY); in dpp_pkex_build_commit_reveal_resp() 7911 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_req() 8096 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_resp()
|