Searched refs:DPP_ATTR_I_BOOTSTRAP_KEY_HASH (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_auth.c | 35 wpabuf_put_le16(msg, DPP_ATTR_I_BOOTSTRAP_KEY_HASH); in dpp_build_attr_i_bootstrap_key_hash() 893 DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in dpp_auth_req_rx() 1472 DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in dpp_auth_resp_rx() 1879 DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in dpp_auth_conf_rx()
|
H A D | dpp.h | 68 DPP_ATTR_I_BOOTSTRAP_KEY_HASH = 0x1001, enumerator
|
H A D | dpp_tcp.c | 761 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_auth_req()
|
H A D | dpp.c | 5172 wpabuf_put_le16(msg, DPP_ATTR_I_BOOTSTRAP_KEY_HASH); in dpp_build_pb_announcement_resp()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | dpp_supplicant.c | 1249 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req() 3690 i_hash = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_pb_presence_announcement_resp()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dpp_hostapd.c | 1060 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req()
|