Searched refs:DPP_ATTR_R_BOOTSTRAP_KEY_HASH (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/common/ |
D | dpp_auth.c | 1452 DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_auth_resp_rx() 1859 DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_auth_conf_rx()
|
D | dpp.h | 69 DPP_ATTR_R_BOOTSTRAP_KEY_HASH = 0x1002, enumerator
|
D | dpp_tcp.c | 751 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_auth_req() 960 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_presence_announcement()
|
D | dpp.c | 519 wpabuf_put_le16(msg, DPP_ATTR_R_BOOTSTRAP_KEY_HASH); in dpp_build_attr_r_bootstrap_key_hash()
|
/hostap-latest/src/ap/ |
D | dpp_hostapd.c | 1050 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req() 1681 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_presence_announcement() 2584 r_hash = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_pb_presence_announcement()
|
/hostap-latest/wpa_supplicant/ |
D | dpp_supplicant.c | 1244 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req() 2431 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_presence_announcement() 3546 r_hash = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_pb_presence_announcement() 3697 r_hash = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_pb_presence_announcement_resp()
|